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