aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/callchain.h
AgeCommit message (Expand)Author
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim
2014-06-27perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu
2014-06-01perf callchain: Add callchain_cursor_snapshot()Namhyung Kim
2014-06-01perf tools: Update cpumode for each cumulative entryNamhyung Kim
2014-05-05perf tools: Move perf_call_graph_mode enum from perf.hJiri Olsa
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-10-28perf record: Split -g and --call-graphJiri Olsa
2013-10-21perf callchain: Convert children list to rbtreeNamhyung Kim
2013-08-29perf callchain: Remove unnecessary validationAdrian Hunter
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen
2012-12-11perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo
2012-09-01tools: perf: Fix typo in tools/perfMasanari Iida
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo
2011-06-30perf tools: Add inverted call graph report support.Sam Liao
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-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker
2010-08-27perf: Initialize callchains roots's childen hitsFrederic 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-07-08perf: Resurrect flat callchainsFrederic 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-09perf report: Allow limiting the number of entries to print in callchainsArnaldo 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-09-24perf tools: Protect header files with a consistent styleJohn Kacur
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker
2009-08-09perf tools: callchain: Fix 'perf report' display to be callchain by defaultFrederic 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-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-01perf_counter tools: Share list.h with the kernelArnaldo Carvalho de Melo
2009-07-01perf_counter tools: Share rbtree.with the kernelArnaldo Carvalho de Melo
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar