| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Remove unnecessary callchain cursor state restore on unmatch | Frederic Weisbecker | 2014-01-17 | 1 | -3/+0 |
* | perf callchain: Spare double comparison of callchain first entry | Frederic Weisbecker | 2014-01-17 | 1 | -10/+10 |
* | perf tools: Factor out sample__resolve_callchain() | Namhyung Kim | 2014-01-15 | 1 | -0/+23 |
* | perf callchain: Convert children list to rbtree | Namhyung Kim | 2013-10-21 | 1 | -36/+111 |
* | perf callchain: Remove unnecessary validation | Adrian Hunter | 2013-08-29 | 1 | -8/+0 |
* | perf tools: Support callchain sorting based on addresses | Andi Kleen | 2013-07-22 | 1 | -2/+5 |
* | perf tools: Fix calloc argument ordering | Paul Gortmaker | 2013-02-06 | 1 | -1/+1 |
* | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 2012-09-11 | 1 | -3/+3 |
* | perf callchain: Make callchain cursors TLS | Namhyung Kim | 2012-05-31 | 1 | -0/+2 |
* | perf tools: Kill event_t typedef, use 'union perf_event' instead | Arnaldo Carvalho de Melo | 2011-01-29 | 1 | -1/+2 |
* | perf callchain: Don't give arbitrary gender to callchain tree nodes | Frederic Weisbecker | 2011-01-22 | 1 | -4/+4 |
* | perf callchain: Rename register_callchain_param into callchain_register_param | Frederic Weisbecker | 2011-01-22 | 1 | -1/+1 |
* | perf callchain: Rename cumul_hits into callchain_cumul_hits | Frederic Weisbecker | 2011-01-22 | 1 | -5/+5 |
* | perf callchain: Feed callchains into a cursor | Frederic Weisbecker | 2011-01-22 | 1 | -104/+100 |
* | perf: Support for callchains merge | Frederic Weisbecker | 2010-08-22 | 1 | -0/+56 |
* | perf: Rename append_callchain into callchain_append | Frederic Weisbecker | 2010-08-22 | 1 | -12/+11 |
* | perf: Keep track of the max depth of a callchain | Frederic Weisbecker | 2010-08-22 | 1 | -10/+13 |
* | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-07-21 | 1 | -17/+18 |
|\ |
|
| * | perf: Sync callchains with period based hits | Frederic Weisbecker | 2010-07-08 | 1 | -17/+18 |
* | | perf tools: Make event__preprocess_sample parse the sample | Arnaldo Carvalho de Melo | 2010-06-05 | 1 | -1/+1 |
|/ |
|
* | perf annotate: Use build-ids to find the right DSO | Arnaldo Carvalho de Melo | 2010-05-20 | 1 | -0/+1 |
* | perf callchains: Use zalloc to allocate objects | Arnaldo Carvalho de Melo | 2010-05-10 | 1 | -3/+3 |
* | perf callchain: Move validate_callchain to callchain lib | Arnaldo Carvalho de Melo | 2010-05-09 | 1 | -0/+7 |
* | perf callchains: Store the map together with the symbol | Arnaldo Carvalho de Melo | 2010-03-26 | 1 | -11/+10 |
* | perf: Fix orphan callchain branches | Frederic Weisbecker | 2010-03-22 | 1 | -28/+81 |
* | perf tools: Unify debug messages mechanisms | Arnaldo Carvalho de Melo | 2009-10-23 | 1 | -1/+1 |
* | perf: Enable more compiler warnings | Ingo Molnar | 2009-08-16 | 1 | -0/+2 |
* | perf tools: callchain: Fix bad rounding of minimum rate | Frederic Weisbecker | 2009-08-09 | 1 | -2/+3 |
* | perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call... | Frederic Weisbecker | 2009-08-09 | 1 | -0/+2 |
* | perf tools: Fix call-chain cumul hit based sub-total (fractal mode) | Frederic Weisbecker | 2009-08-09 | 1 | -11/+16 |
* | perf report: Add "Fractal" mode output - support callchains with relative ove... | Frederic Weisbecker | 2009-07-05 | 1 | -15/+69 |
* | perf_counter tools: callchains: Manage the cumul hits on the fly | Frederic Weisbecker | 2009-07-05 | 1 | -4/+8 |
* | perf_counter tools: Set the minimum percent for callchains to be displayed | Frederic Weisbecker | 2009-07-02 | 1 | -8/+11 |
* | perf report: Add support for callchain graph output | Frederic Weisbecker | 2009-07-02 | 1 | -9/+42 |
* | perf_counter tools: Create new chain_for_each_child() iterator | Frederic Weisbecker | 2009-07-02 | 1 | -3/+6 |
* | perf_counter tools: Add more warnings and fix/annotate them | Ingo Molnar | 2009-07-01 | 1 | -7/+8 |
* | perf_counter tools: Various fixes for callchains | Frederic Weisbecker | 2009-07-01 | 1 | -32/+90 |
* | perf_counter tools: Resolve symbols in callchains | Frederic Weisbecker | 2009-07-01 | 1 | -14/+19 |
* | perf_counter tools: Fix storage size allocation of callchain list | Frederic Weisbecker | 2009-07-01 | 1 | -1/+1 |
* | perf_counter tools: Prepare a small callchain framework | Frederic Weisbecker | 2009-06-26 | 1 | -0/+174 |