aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAge
* perf callchain: Fixup parameter handling error messageKan Liang2014-12-09
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-01
* perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen2014-11-24
* perf callchain: Enable printing the srcline in the historyAndi Kleen2014-11-24
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-19
* perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo2014-10-29
* perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-26
* perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-26
* perf report: Relax -g option parsing not to limit the option orderNamhyung Kim2014-08-15
* perf callchain: Fix appending a callchain from a previous sampleAdrian Hunter2014-07-16
* perf tools: Update cpumode for each cumulative entryNamhyung Kim2014-06-01
* perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim2014-06-01
* perf callchain: Add generic report parse callchain callback functionDon Zickus2014-04-22
* perf tools: Remove unnecessary callchain cursor state restore on unmatchFrederic Weisbecker2014-01-17
* perf callchain: Spare double comparison of callchain first entryFrederic Weisbecker2014-01-17
* perf tools: Factor out sample__resolve_callchain()Namhyung Kim2014-01-15
* perf callchain: Convert children list to rbtreeNamhyung Kim2013-10-21
* perf callchain: Remove unnecessary validationAdrian Hunter2013-08-29
* perf tools: Support callchain sorting based on addressesAndi Kleen2013-07-22
* perf tools: Fix calloc argument orderingPaul Gortmaker2013-02-06
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-31
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-29
* perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker2011-01-22
* perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker2011-01-22
* perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker2011-01-22
* perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-22
* perf: Support for callchains mergeFrederic Weisbecker2010-08-22
* perf: Rename append_callchain into callchain_appendFrederic Weisbecker2010-08-22
* perf: Keep track of the max depth of a callchainFrederic Weisbecker2010-08-22
* Merge branch 'linus' into perf/coreIngo Molnar2010-07-21
|\
| * perf: Sync callchains with period based hitsFrederic Weisbecker2010-07-08
* | perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo2010-06-05
|/
* perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-20
* perf callchains: Use zalloc to allocate objectsArnaldo Carvalho de Melo2010-05-10
* perf callchain: Move validate_callchain to callchain libArnaldo Carvalho de Melo2010-05-09
* perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo2010-03-26
* perf: Fix orphan callchain branchesFrederic Weisbecker2010-03-22
* perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo2009-10-23
* perf: Enable more compiler warningsIngo Molnar2009-08-16
* perf tools: callchain: Fix bad rounding of minimum rateFrederic Weisbecker2009-08-09
* perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Frederic Weisbecker2009-08-09
* perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Frederic Weisbecker2009-08-09
* perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker2009-07-05
* perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker2009-07-05
* perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker2009-07-02
* perf report: Add support for callchain graph outputFrederic Weisbecker2009-07-02
* perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker2009-07-02
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-01
* perf_counter tools: Various fixes for callchainsFrederic Weisbecker2009-07-01