aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
AgeCommit message (Expand)Author
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa
2016-04-18perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo
2016-02-19perf callchain: Check return value of append_chain_children()Namhyung Kim
2016-02-19perf callchain: Check return value of split_add_child()Namhyung Kim
2016-02-19perf callchain: Add enum match_result for match_chain()Namhyung Kim
2016-02-19perf callchain: Check return value of fill_node()Namhyung Kim
2016-02-19perf callchain: Check return value of add_child()Namhyung Kim
2016-01-08perf top: Decay periods in callchainsNamhyung Kim
2015-11-26perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim
2015-11-19perf report: Add callchain value optionNamhyung Kim
2015-11-19perf callchain: Add count fields to struct callchain_nodeNamhyung Kim
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim
2015-08-08perf callchain: Move option parsing code to util.cKan Liang
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang
2015-02-18perf tools: Enable LBR call stack supportKan Liang
2015-01-08perf callchain: Free callchains when hist entries are deletedNamhyung Kim
2014-12-09perf callchain: Fixup parameter handling error messageKan Liang
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen
2014-11-24perf callchain: Enable printing the srcline in the historyAndi Kleen
2014-11-19perf callchain: Use a common function to resolve symbol or nameAndi Kleen
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo 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-08-15perf report: Relax -g option parsing not to limit the option orderNamhyung Kim
2014-07-16perf callchain: Fix appending a callchain from a previous sampleAdrian Hunter
2014-06-01perf tools: Update cpumode for each cumulative entryNamhyung Kim
2014-06-01perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus
2014-01-17perf tools: Remove unnecessary callchain cursor state restore on unmatchFrederic Weisbecker
2014-01-17perf callchain: Spare double comparison of callchain first entryFrederic Weisbecker
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim
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
2013-02-06perf tools: Fix calloc argument orderingPaul Gortmaker
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim
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