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