perf events: Fix false positive build warning with older GCC's
[safe/jmp/linux-2.6] / tools /
2010-03-18 Ingo Molnarperf events: Fix false positive build warning with...
2010-03-18 Zhang, Yanminperf events: Change perf parameter --pid to process...
2010-03-18 Zhang, Yanminperf record: Enable counters only when kernel is execin...
2010-03-18 Zhang, Yanminperf stat: Enable counters when collecting process...
2010-03-17 Ingo Molnarperf probe: Fix !dwarf build
2010-03-17 Masami Hiramatsuperf probe: Add data structure member access support
2010-03-17 Masami Hiramatsuperf probe: List probes with line number and file name
2010-03-17 Masami Hiramatsuperf probe: Introduce kprobe_trace_event and perf_probe...
2010-03-17 Masami Hiramatsuperf probe: Add --dry-run option
2010-03-17 Masami Hiramatsuperf probe: Introduce die_find_child() function
2010-03-17 Masami Hiramatsuperf probe: Rename some die_get_* functions
2010-03-17 Masami Hiramatsuperf probe: Rename session to param
2010-03-17 Masami Hiramatsuperf probe: Move add-probe routine to util/
2010-03-17 Masami Hiramatsuperf probe: Use wrapper functions
2010-03-17 Masami Hiramatsuperf tools: Introduce xzalloc() for detecting out of...
2010-03-17 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-03-16 Arnaldo Carvalho... perf top: Add missing initialization to zero
2010-03-16 Masami Hiramatsuperf probe: Use original address instead of CU-based...
2010-03-16 Masami Hiramatsuperf probe: Fix offset to allow signed value
2010-03-16 Arnaldo Carvalho... perf top: Improve the autosizing of column lenghts
2010-03-15 Arnaldo Carvalho... perf annotate: Properly notify the user that vmlinux...
2010-03-15 Arnaldo Carvalho... perf top: Properly notify the user that vmlinux is...
2010-03-15 Eric B Munsonperf record: Enable the enable_on_exec flag if record...
2010-03-13 Masami Hiramatsuperf probe: Fix need_dwarf flag if lazy matching is...
2010-03-13 Masami Hiramatsuperf probe: Fix probe_point buffer overrun
2010-03-13 Arnaldo Carvalho... perf tools: Fix non-newt build
2010-03-12 Arnaldo Carvalho... perf hist: Don't fprintf the callgraph unconditionally
2010-03-12 Arnaldo Carvalho... perf newt: Use newtGetScreenSize
2010-03-12 Arnaldo Carvalho... perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit...
2010-03-12 Arnaldo Carvalho... perf report: Implement initial UI using newt
2010-03-12 Arnaldo Carvalho... perf tools: Add missing bytes printed in hist_entry__fp...
2010-03-12 Arnaldo Carvalho... perf tools: Use eprintf for pr_{err,warning,info} too
2010-03-12 Arnaldo Carvalho... perf top: Export get_window_dimensions
2010-03-12 Arnaldo Carvalho... perf symbols: Bump plt synthesizing warning debug level
2010-03-12 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-03-11 Arnaldo Carvalho... perf record: Mention paranoid sysctl when failing to...
2010-03-11 Arnaldo Carvalho... perf record: Don't try to find buildids in a zero sized...
2010-03-11 John Kacurperf: Make the install relative to DESTDIR if specified
2010-03-11 Paul Mackerrasperf tools: Fix sparse CPU numbering related bugs
2010-03-10 Arnaldo Carvalho... perf report: Print the map table just after samples...
2010-03-10 Eric B Munsonperf report: Add multiple event support
2010-03-10 Eric B Munsonperf session: Change perf_session post processing funct...
2010-03-10 Eric B Munsonperf session: Add storage for seperating event types...
2010-03-10 Eric B Munsonperf session: Change add_hist_entry to take the tree...
2010-03-10 Eric B Munsonperf record: Add ID and to recorded event data when...
2010-03-10 Arnaldo Carvalho... perf probe: Add missing variable initialization
2010-03-10 Arnaldo Carvalho... perf tools: Don't trow away old map slices not overlapp...
2010-03-10 Peter Zijlstraperf-top: Show the percentage of successfull PEBS-fixups
2010-03-10 Peter Zijlstraperf: Add attr->precise support to raw event parsing
2010-03-09 Ingo MolnarMerge commit 'v2.6.34-rc1' into perf/urgent
2010-03-05 Linus TorvaldsMerge branch 'perf-probes-for-linus-2' of git://git...
2010-03-04 Tom Zanussiperf trace: Don't use pager if scripting
2010-03-04 Tom Zanussiperf trace/scripting: Remove extraneous header read
2010-03-04 Will Deaconperf, ARM: Modify kuser rmb() call to compile for Thumb-2
2010-03-04 Masami Hiramatsuperf probe: Correct probe syntax on command line help
2010-03-02 Arnaldo Carvalho... perf archive: Don't try to collect files without a...
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-27 Frederic Weisbeckerperf lock: Drop the buffers multiplexing dependency
2010-02-27 Hitoshi Mitakeperf lock: Fix and add misc documentally things
2010-02-27 Frederic WeisbeckerMerge commit 'v2.6.33' into perf/core
2010-02-26 David S. Millerperf tools: Flush maps on COMM events
2010-02-26 Arnaldo Carvalho... perf annotate: Handle samples not at objdump output...
2010-02-25 Masami Hiramatsuperf probe: Add lazy line matching support
2010-02-25 Masami Hiramatsuperf probe: Show more lines after last line
2010-02-25 Masami Hiramatsuperf probe: Check function address range strictly in...
2010-02-25 Masami Hiramatsuperf probe: Use libdw callback routines
2010-02-25 Masami Hiramatsuperf probe: Use elfutils-libdw for analyzing debuginfo
2010-02-25 Masami Hiramatsuperf probe: Rename probe finder functions
2010-02-25 Masami Hiramatsuperf probe: Fix bugs in line range finder
2010-02-25 Masami Hiramatsuperf probe: Update perf probe document
2010-02-25 Masami Hiramatsuperf probe: Do not show --line option without dwarf...
2010-02-25 Arnaldo Carvalho... perf annotate: Defer allocating sym_priv->hist array
2010-02-25 Arnaldo Carvalho... perf symbols: Improve debugging information about symta...
2010-02-25 Arnaldo Carvalho... perf top: Use a macro instead of a constant variable
2010-02-25 Zhang, Yanminperf symbols: Check the right return variable
2010-02-25 Frederic Weisbeckerperf/scripts: Tag syscall_name helper as not yet available
2010-02-25 Tom Zanussiperf/scripts: Add perf-trace-python Documentation
2010-02-25 Tom Zanussiperf/scripts: Remove unnecessary PyTuple resizes
2010-02-25 Tom Zanussiperf/scripts: Add syscall tracing scripts
2010-02-25 Tom Zanussiperf/scripts: Add Python scripting engine
2010-02-23 Tom Zanussiperf/scripts: Remove check-perf-trace from listed scripts
2010-02-23 Tom Zanussiperf/scripts: Move Perl scripting files to scripting...
2010-02-23 Tom Zanussiperf/scripts: Move common code out of Perl-specific...
2010-02-23 Tom Zanussiperf/scripts: Fix bug in Util.pm
2010-02-23 Tom Zanussiperf/scripts: Fix supported language listing option
2010-02-22 Masami Hiramatsuperf probe: Init struct probe_point and set counter...
2010-02-21 Arnaldo Carvalho... perf tools: Don't use parent comm if not set at fork...
2010-02-21 Arnaldo Carvalho... perf symbols: Fix up map end too on modular kernels...
2010-02-14 Kirill Smelkovperf top: Fix help text alignment
2010-02-09 Anton Blanchardperf: Fix hypervisor sample reporting
2010-02-08 austin_zhang@linux... perf record: Fix existing process callgraph symbol
2010-02-07 Arnaldo Carvalho... perf top: Use address pattern in lookup_sym_source
2010-02-07 Kirill Smelkovperf top: Fix annotate for userspace
2010-02-04 Ingo Molnarperf tools: Fix session init on non-modular kernels
2010-02-04 Xiao Guangrongperf tools: Clean up O_LARGEFILE et al usage
2010-02-04 Mike Galbraithperf annotate: Fix perf top module symbol annotation
2010-02-04 Kirill Smelkovperf top: Teach it to autolocate vmlinux
2010-02-04 Kirill Smelkovperf annotate: Fix it for non-prelinked *.so
2010-02-04 Arnaldo Carvalho... perf tools: Adjust some verbosity levels
2010-02-04 Arnaldo Carvalho... perf record: Stop intercepting events, use postprocessi...
next