aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/callchain.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-08perf callchain: Move option parsing code to util.cGravatar Kan Liang 1-88/+1
2015-08-05perf tools: Refine parse/config callchain functionsGravatar Kan Liang 1-7/+7
2015-02-18perf tools: Enable LBR call stack supportGravatar Kan Liang 1-0/+8
2015-01-08perf callchain: Free callchains when hist entries are deletedGravatar Namhyung Kim 1-0/+30
2014-12-09perf callchain: Fixup parameter handling error messageGravatar Kan Liang 1-1/+1
2014-12-01perf callchain: Support handling complete branch stacks as histogramsGravatar Andi Kleen 1-0/+4
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetGravatar Andi Kleen 1-1/+2
2014-11-24perf callchain: Enable printing the srcline in the historyGravatar Andi Kleen 1-1/+10
2014-11-19perf callchain: Use a common function to resolve symbol or nameGravatar Andi Kleen 1-0/+19
2014-10-29perf thread: Adopt resolve_callchain method from machineGravatar Arnaldo Carvalho de Melo 1-2/+2
2014-09-26perf tools: Introduce perf_callchain_config()Gravatar Namhyung Kim 1-19/+90
2014-09-26perf callchain: Move some parser functions to callchain.cGravatar Namhyung Kim 1-0/+84
2014-08-15perf report: Relax -g option parsing not to limit the option orderGravatar Namhyung Kim 1-57/+38
2014-07-16perf callchain: Fix appending a callchain from a previous sampleGravatar Adrian Hunter 1-1/+1
2014-06-01perf tools: Update cpumode for each cumulative entryGravatar Namhyung Kim 1-0/+42
2014-06-01perf hists: Accumulate hist entry stat based on the callchainGravatar Namhyung Kim 1-1/+2
2014-04-22perf callchain: Add generic report parse callchain callback functionGravatar Don Zickus 1-0/+78
2014-01-17perf tools: Remove unnecessary callchain cursor state restore on unmatchGravatar Frederic Weisbecker 1-3/+0
2014-01-17perf callchain: Spare double comparison of callchain first entryGravatar Frederic Weisbecker 1-10/+10
2014-01-15perf tools: Factor out sample__resolve_callchain()Gravatar Namhyung Kim 1-0/+23
2013-10-21perf callchain: Convert children list to rbtreeGravatar Namhyung Kim 1-36/+111
2013-08-29perf callchain: Remove unnecessary validationGravatar Adrian Hunter 1-8/+0
2013-07-22perf tools: Support callchain sorting based on addressesGravatar Andi Kleen 1-2/+5
2013-02-06perf tools: Fix calloc argument orderingGravatar Paul Gortmaker 1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesGravatar Irina Tirdea 1-3/+3
2012-05-31perf callchain: Make callchain cursors TLSGravatar Namhyung Kim 1-0/+2
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadGravatar Arnaldo Carvalho de Melo 1-1/+2
2011-01-22perf callchain: Don't give arbitrary gender to callchain tree nodesGravatar Frederic Weisbecker 1-4/+4
2011-01-22perf callchain: Rename register_callchain_param into callchain_register_paramGravatar Frederic Weisbecker 1-1/+1
2011-01-22perf callchain: Rename cumul_hits into callchain_cumul_hitsGravatar Frederic Weisbecker 1-5/+5
2011-01-22perf callchain: Feed callchains into a cursorGravatar Frederic Weisbecker 1-104/+100
2010-08-22perf: Support for callchains mergeGravatar Frederic Weisbecker 1-0/+56
2010-08-22perf: Rename append_callchain into callchain_appendGravatar Frederic Weisbecker 1-12/+11
2010-08-22perf: Keep track of the max depth of a callchainGravatar Frederic Weisbecker 1-10/+13
2010-07-21Merge branch 'linus' into perf/coreGravatar Ingo Molnar 1-17/+18
2010-07-08perf: Sync callchains with period based hitsGravatar Frederic Weisbecker 1-17/+18
2010-06-05perf tools: Make event__preprocess_sample parse the sampleGravatar Arnaldo Carvalho de Melo 1-1/+1
2010-05-20perf annotate: Use build-ids to find the right DSOGravatar Arnaldo Carvalho de Melo 1-0/+1
2010-05-10perf callchains: Use zalloc to allocate objectsGravatar Arnaldo Carvalho de Melo 1-3/+3
2010-05-09perf callchain: Move validate_callchain to callchain libGravatar Arnaldo Carvalho de Melo 1-0/+7
2010-03-26perf callchains: Store the map together with the symbolGravatar Arnaldo Carvalho de Melo 1-11/+10
2010-03-22perf: Fix orphan callchain branchesGravatar Frederic Weisbecker 1-28/+81
2009-10-23perf tools: Unify debug messages mechanismsGravatar Arnaldo Carvalho de Melo 1-1/+1
2009-08-16perf: Enable more compiler warningsGravatar Ingo Molnar 1-0/+2
2009-08-09perf tools: callchain: Fix bad rounding of minimum rateGravatar Frederic Weisbecker 1-2/+3
2009-08-09perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...Gravatar Frederic Weisbecker 1-0/+2
2009-08-09perf tools: Fix call-chain cumul hit based sub-total (fractal mode)Gravatar Frederic Weisbecker 1-11/+16
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Gravatar Frederic Weisbecker 1-15/+69
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyGravatar Frederic Weisbecker 1-4/+8
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedGravatar Frederic Weisbecker 1-8/+11