| Commit message (Expand) | Author | Age | Files | Lines |
* | perf_counter tools: Also display time-normalized stat results | Ingo Molnar | 2009-05-29 | 1 | -1/+11 |
* | perf_counter tools: Split display into reading and printing | Ingo Molnar | 2009-05-29 | 1 | -6/+34 |
* | perf_counter tools: Clean up builtin-stat.c's do_perfstat() | Ingo Molnar | 2009-05-29 | 1 | -49/+67 |
* | perf_counter tools: Fix top symbol table max_ip typo | Mike Galbraith | 2009-05-29 | 1 | -1/+1 |
* | perf_counter tools: Fix top symbol table dump typo | Mike Galbraith | 2009-05-29 | 1 | -1/+1 |
* | perf_counter tools: Document '--' option parsing terminator | Mike Galbraith | 2009-05-29 | 4 | -1/+5 |
* | perf_counter tools: Convert builtin-top to use libperf symbol routines | Arnaldo Carvalho de Melo | 2009-05-28 | 1 | -186/+117 |
* | perf_counter tools: Optionally pass a symbol filter to the dso load routines | Arnaldo Carvalho de Melo | 2009-05-28 | 3 | -17/+28 |
* | perf_counter tools: Consolidate dso methods to load kernel symbols | Arnaldo Carvalho de Melo | 2009-05-28 | 3 | -11/+18 |
* | perf_counter tools: struct symbol priv area | Arnaldo Carvalho de Melo | 2009-05-28 | 3 | -12/+26 |
* | perf_counter tools: Move symbol resolution classes from report to libperf | Arnaldo Carvalho de Melo | 2009-05-28 | 4 | -443/+471 |
* | perf_counter tools: report: Add help text for --sort | Ingo Molnar | 2009-05-28 | 1 | -1/+2 |
* | perf_counter tools: report: Implement header output for --sort variants | Peter Zijlstra | 2009-05-28 | 1 | -42/+28 |
* | pref_counter: tools: report: Robustify in case of weird events | Ingo Molnar | 2009-05-27 | 1 | -9/+8 |
* | pref_counter: tools: report: Add header printout & prettify | Ingo Molnar | 2009-05-27 | 1 | -10/+30 |
* | pref_counter: tools: report: Add dso sorting | Peter Zijlstra | 2009-05-27 | 1 | -0/+30 |
* | perf_counter: tools: report: Add comm sorting | Peter Zijlstra | 2009-05-27 | 1 | -0/+30 |
* | pref_counter: tools: report: Add --sort option | Peter Zijlstra | 2009-05-27 | 1 | -2/+41 |
* | perf_counter: tools: report: Dynamic sort/print bits | Peter Zijlstra | 2009-05-27 | 1 | -34/+107 |
* | perf_counter: tools: report: Rework histogram code | Peter Zijlstra | 2009-05-27 | 1 | -151/+143 |
* | perf_counter: tools: report: Add vmlinux support | Peter Zijlstra | 2009-05-27 | 1 | -1/+36 |
* | perf_counter: tools: /usr/lib/debug%s.debug support | Peter Zijlstra | 2009-05-27 | 1 | -18/+76 |
* | perf report: Remove <ctype.h> include | Ingo Molnar | 2009-05-27 | 1 | -1/+0 |
* | perf record: Fix the profiling of existing pid or whole box | Mike Galbraith | 2009-05-27 | 1 | -2/+2 |
* | perf_counter tools: Add built-in pager support | Ingo Molnar | 2009-05-27 | 6 | -0/+177 |
* | perf_counter tools: Rename output.perf to perf.data | Ingo Molnar | 2009-05-27 | 4 | -6/+6 |
* | perf_counter tools: Introduce stricter C code checking | Ingo Molnar | 2009-05-27 | 9 | -74/+82 |
* | perf report: Show the IP only in --verbose mode | Arnaldo Carvalho de Melo | 2009-05-27 | 1 | -2/+8 |
* | perf report: Only load text symbols from kallsyms, fix | Ingo Molnar | 2009-05-27 | 1 | -12/+18 |
* | perf report: Only load text symbols from kallsyms | Arnaldo Carvalho de Melo | 2009-05-27 | 1 | -3/+11 |
* | perf report: Use hex2long instead of sscanf | Arnaldo Carvalho de Melo | 2009-05-27 | 1 | -13/+50 |
* | perf report: Sort output by symbol usage | Arnaldo Carvalho de Melo | 2009-05-26 | 1 | -30/+99 |
* | perf report: More robust error handling | Peter Zijlstra | 2009-05-26 | 1 | -7/+20 |
* | perf report: add more debugging | Ingo Molnar | 2009-05-26 | 1 | -7/+15 |
* | perf report: add counter for unknown events | Ingo Molnar | 2009-05-26 | 1 | -4/+6 |
* | perf report: add --dump-raw-trace option | Ingo Molnar | 2009-05-26 | 1 | -1/+38 |
* | perf: Don't assume /proc/kallsyms is ordered | Arnaldo Carvalho de Melo | 2009-05-26 | 1 | -19/+25 |
* | perf report: Fix kernel symbol resolution | Arnaldo Carvalho de Melo | 2009-05-26 | 1 | -5/+21 |
* | perf report: Fix ELF symbol parsing | Peter Zijlstra | 2009-05-26 | 2 | -52/+22 |
* | perf top: fix typo in -d option | Mike Galbraith | 2009-05-26 | 1 | -1/+1 |
* | perf top: Remove leftover NMI/IRQ bits | Mike Galbraith | 2009-05-26 | 1 | -6/+4 |
* | perf report: Add help/manpage | Ingo Molnar | 2009-05-26 | 1 | -0/+32 |
* | perf record: Convert to Git option parsing | Ingo Molnar | 2009-05-26 | 1 | -88/+38 |
* | perf report: Fix segfault on unknown symbols | Peter Zijlstra | 2009-05-26 | 1 | -1/+1 |
* | perf_counter: Use rb_tree for symhists and threads in report | Arnaldo Carvalho de Melo | 2009-05-26 | 1 | -103/+75 |
* | perf_counter: Add our private copy of list.h | Arnaldo Carvalho de Melo | 2009-05-26 | 1 | -0/+603 |
* | perf_counter: Use rb_trees in perf report | Arnaldo Carvalho de Melo | 2009-05-26 | 4 | -16/+601 |
* | perf_counter: Implement dso__load using libelf | Arnaldo Carvalho de Melo | 2009-05-26 | 2 | -3/+121 |
* | perf_counter tools: remove the standalone perf-report utility | Ingo Molnar | 2009-05-26 | 1 | -515/+0 |
* | perf_counter: First part of 'perf report' conversion to C + elfutils | Arnaldo Carvalho de Melo | 2009-05-26 | 5 | -5/+755 |