Age | Commit message (Expand) | Author | Files | Lines |
2009-06-04 | perf stat: Update help text | Ingo Molnar | 1 | -11/+19 |
2009-06-04 | perf report: Bail out if there are unrecognized options/arguments | Ingo Molnar | 1 | -1/+7 |
2009-06-04 | perf_counter tools: Dont output in color on !tty | Ingo Molnar | 1 | -3/+14 |
2009-06-04 | perf_counter tools: Add color terminal output support | Ingo Molnar | 6 | -7/+300 |
2009-06-04 | perf report: Add consistent spacing rules | Peter Zijlstra | 1 | -15/+19 |
2009-06-04 | perf report: Print out the total number of events | Ingo Molnar | 1 | -0/+2 |
2009-06-04 | perf_counter tools: Print out symbol parsing errors only if --verbose | Ingo Molnar | 4 | -19/+32 |
2009-06-04 | perf report: Simplify symbol output | Peter Zijlstra | 1 | -11/+6 |
2009-06-04 | perf_counter tools: Build with native optimization | Ingo Molnar | 1 | -1/+1 |
2009-06-04 | perf record/report: Fix PID/COMM handling | Ingo Molnar | 2 | -2/+2 |
2009-06-04 | perf_counter: Documentation update | Yong Wang | 1 | -7/+0 |
2009-06-04 | perf top: Reduce default filter threshold | Ingo Molnar | 1 | -5/+8 |
2009-06-04 | perf report: Fix rbtree bug | Arnaldo Carvalho de Melo | 1 | -4/+5 |
2009-06-03 | perf report: Handle all known event types | Ingo Molnar | 1 | -0/+9 |
2009-06-03 | perf report: Split out event processing helpers | Ingo Molnar | 1 | -93/+118 |
2009-06-03 | perf report: Clean up event processing | Ingo Molnar | 1 | -88/+98 |
2009-06-03 | perf_counter tools: Work around warnings in older GCCs | Ingo Molnar | 2 | -2/+2 |
2009-06-03 | perf_counter tools: Fix off-by-one bug in symbol__new | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2009-06-03 | perf_counter tools: Optimize harder | Ingo Molnar | 1 | -1/+1 |
2009-06-03 | perf help: Fix bug when there's no perf-* command around | Ingo Molnar | 1 | -12/+16 |
2009-06-03 | perf report: Add front-entry cache for lookups | Ingo Molnar | 1 | -1/+14 |
2009-06-03 | perf stat: Print out all arguments | Ingo Molnar | 1 | -2/+10 |
2009-06-03 | perf report: Display 100% correctly | Ingo Molnar | 1 | -1/+1 |
2009-06-03 | perf record: Refine capture printout | Ingo Molnar | 1 | -10/+24 |
2009-06-03 | perf_counter tools: Clean up old kerneltop references | Ingo Molnar | 2 | -11/+9 |
2009-06-03 | perf report: Fix comm sorting | Peter Zijlstra | 1 | -6/+112 |
2009-06-03 | perf record: Use long arg for counter period | Peter Zijlstra | 3 | -3/+21 |
2009-06-03 | perf report: Handle vDSO symbols properly | Ingo Molnar | 1 | -0/+15 |
2009-06-03 | perf report: Improve sort key recognition | Ingo Molnar | 1 | -12/+17 |
2009-06-03 | perf report: Print -D to stdout | Ingo Molnar | 1 | -34/+30 |
2009-06-03 | perf_counter tools: Cover PLT symbols too | Arnaldo Carvalho de Melo | 1 | -5/+138 |
2009-06-02 | perf record: Print out the number of events captured | Ingo Molnar | 1 | -0/+3 |
2009-06-02 | perf_counter tools: Make source code headers more coherent | Ingo Molnar | 5 | -57/+62 |
2009-06-02 | perf report: Print more info instead of <unknown> entries | Ingo Molnar | 1 | -8/+20 |
2009-06-02 | perf record: Increase mmap buffering default | Ingo Molnar | 1 | -2/+2 |
2009-06-02 | perf record: Add --append option | Ingo Molnar | 1 | -14/+26 |
2009-06-02 | perf report: Fix column width/alignment of dsos | Ingo Molnar | 1 | -4/+4 |
2009-06-02 | perf report: Separate out idle threads | Peter Zijlstra | 1 | -0/+13 |
2009-06-02 | perf_counter tools: Fix up the ABI shakeup | Peter Zijlstra | 4 | -32/+32 |
2009-06-02 | perf_counter tools: Remove the last nmi bits | Peter Zijlstra | 2 | -2/+0 |
2009-06-02 | perf report: Clean up the default output | Ingo Molnar | 1 | -27/+28 |
2009-06-02 | perf_counter: tools: Better handle existing data files | Peter Zijlstra | 1 | -3/+12 |
2009-06-02 | perf_counter: tools: Expand the COMM,MMAP event synthesizer | Peter Zijlstra | 2 | -21/+65 |
2009-06-02 | perf_counter tools: Fix uninitialized variable in perf-report.c | Mike Galbraith | 1 | -1/+3 |
2009-06-02 | perf_counter tools: Cleanup Makefile | Mike Galbraith | 1 | -68/+73 |
2009-06-02 | perf_counter tools: Make .gitignore reflect perf_counter tools files | Mike Galbraith | 1 | -175/+12 |
2009-06-02 | perf_counter tools: Add missing rb_erase in dso__delete_symbols | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2009-06-02 | perf_counter tools: Use hex2u64 in more places | Arnaldo Carvalho de Melo | 5 | -70/+54 |
2009-06-02 | perf_counter tools: Add string.[ch] | Arnaldo Carvalho de Melo | 2 | -0/+42 |
2009-06-01 | perf_counter tools: Guard against record damaging existing files | Mike Galbraith | 1 | -1/+1 |