Merge branch 'perf/urgent' into perf/core
[safe/jmp/linux-2.6] / tools /
2010-04-03 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-04-03 Ingo MolnarMerge branch 'perf' of git://git./linux/kernel/git...
2010-04-03 Arnaldo Carvalho... perf newt: Pass the input_name to perf_session__browse_...
2010-04-03 Arnaldo Carvalho... perf newt: Move the hist browser population bits to...
2010-04-03 Arnaldo Carvalho... perf newt: Remove useless column width calculation
2010-04-03 Anton Blanchardperf symbols: Fill in pgoff in mmap synthesized events
2010-04-03 Arnaldo Carvalho... perf tools: Move the prototypes in util/string.h to...
2010-04-02 Borislav Petkovperf, probe-finder: Build fix on Debian
2010-04-02 Tom Zanussiperf/scripts: Tuple was set from long in both branches...
2010-04-02 Arnaldo Carvalho... perf tools: sort_dimension__add shouldn't die
2010-04-02 Arnaldo Carvalho... perf session: Remove one more exit() call from library...
2010-04-02 Arnaldo Carvalho... perf hist: Only allocate callchain_node if processing...
2010-04-02 Arnaldo Carvalho... perf kmem: Fixup the symbol address before using it
2010-04-02 Arnaldo Carvalho... perf kmem: Resolve kernel symbols again
2010-04-02 Arnaldo Carvalho... perf hist: Replace ->print() routines by ->snprintf...
2010-04-02 Arnaldo Carvalho... perf record: Add a fallback to the reference relocation...
2010-04-02 Arnaldo Carvalho... perf tools: Allow specifying O= to build files in a...
2010-04-02 Arnaldo Carvalho... perf tools: Use -o $(BITBUCKET) in one more case
2010-04-02 Arnaldo Carvalho... perf report: Add progress bars
2010-04-02 Arnaldo Carvalho... perf symbols: map_groups__find_symbol must return the...
2010-04-02 Arnaldo Carvalho... perf symbols: Move more map_groups methods to map.c
2010-04-02 Masami Hiramatsuperf probe: Fix to close dwarf when failing to analyze it
2010-04-02 Masami Hiramatsuperf probe: Correct error message for non-structure...
2010-04-02 Masami Hiramatsuperf probe: Fix not to return non-matched file
2010-04-02 Masami Hiramatsuperf probe: Fix --line syntax help and document
2010-03-26 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-26 Zhang, Yanminperf record: Zero out mmap_array to fix segfault
2010-03-26 Arnaldo Carvalho... perf symbols: Move hex2u64 and strxfrchar to symbol.c
2010-03-26 Arnaldo Carvalho... perf tools: Move __used from perf.h to linux/compiler.h
2010-03-26 Arnaldo Carvalho... perf symbols: Move map related routines to map.c
2010-03-26 Arnaldo Carvalho... perf symbols: Pass the mmap parameters instead of using...
2010-03-26 Arnaldo Carvalho... perf report: Pass the DSO to 'perf annotate'
2010-03-26 Arnaldo Carvalho... perf callchains: Store the map together with the symbol
2010-03-26 Arnaldo Carvalho... perf tools: Introduce struct map_symbol
2010-03-26 Arnaldo Carvalho... perf annotate: Allow specifying DSOs where to look...
2010-03-26 Arnaldo Carvalho... perf symbols: Avoid unnecessary symbol loading when...
2010-03-26 Arnaldo Carvalho... perf report: Add a popup menu to ask what operation...
2010-03-23 Arnaldo Carvalho... perf archive: Explain how to use the generated tarball
2010-03-22 Arnaldo Carvalho... perf report: Implement Newt callgraphs
2010-03-22 Arnaldo Carvalho... perf tools: Exit browser before printing usage when...
2010-03-22 Arnaldo Carvalho... perf stat: Better report failure to collect system...
2010-03-22 Masami Hiramatsuperf probe: Add NO_DWARF make option
2010-03-22 Masami Hiramatsuperf probe: Cleanup debuginfo related code
2010-03-22 Arnaldo Carvalho... perf newt: Properly restore the screen when error exiting
2010-03-22 Frederic Weisbeckerperf: Fix orphan callchain branches
2010-03-22 Ingo MolnarMerge commit 'v2.6.34-rc2' into perf/core
2010-03-18 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
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 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
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-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-05 Linus TorvaldsMerge branch 'perf-probes-for-linus-2' of git://git...
next