aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-291-1/+2
* perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker2011-01-221-4/+4
* perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker2011-01-221-1/+1
* perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker2011-01-221-5/+5
* perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-221-104/+100
* perf: Support for callchains mergeFrederic Weisbecker2010-08-221-0/+56
* perf: Rename append_callchain into callchain_appendFrederic Weisbecker2010-08-221-12/+11
* perf: Keep track of the max depth of a callchainFrederic Weisbecker2010-08-221-10/+13
* Merge branch 'linus' into perf/coreIngo Molnar2010-07-211-17/+18
|\
| * perf: Sync callchains with period based hitsFrederic Weisbecker2010-07-081-17/+18
* | perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo2010-06-051-1/+1
|/
* perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-201-0/+1
* perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo2010-05-101-3/+3
* perf callchain: Move validate_callchain to callchain libArnaldo Carvalho de Melo2010-05-091-0/+7
* perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo2010-03-261-11/+10
* perf: Fix orphan callchain branchesFrederic Weisbecker2010-03-221-28/+81
* perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo2009-10-231-1/+1
* perf: Enable more compiler warningsIngo Molnar2009-08-161-0/+2
* perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker2009-08-091-2/+3
* perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Frederic Weisbecker2009-08-091-0/+2
* perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker2009-08-091-11/+16
* perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker2009-07-051-15/+69
* perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker2009-07-051-4/+8
* perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2009-07-021-8/+11
* perf report: Add support for callchain graph outputFrederic Weisbecker2009-07-021-9/+42
* perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker2009-07-021-3/+6
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-011-7/+8
* perf_counter tools: Various fixes for callchainsFrederic Weisbecker2009-07-011-32/+90
* perf_counter tools: Resolve symbols in callchainsFrederic Weisbecker2009-07-011-14/+19
* perf_counter tools: Fix storage size allocation of callchain listFrederic Weisbecker2009-07-011-1/+1
* perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker2009-06-261-0/+174