summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAgeFilesLines
* perf callchain: Reference count mapsKrister Johansen2017-01-311-2/+9
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-2/+14
* perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2016-12-071-0/+27
* perf report: Calculate and return the branch flag countingJin Yao2016-11-141-1/+188
* perf report: Add branch flag to callchain cursor nodeJin Yao2016-11-141-2/+12
* perf callchain: Fixup help/config for no-unwindingRabin Vincent2016-11-081-2/+0Star
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-061-1/+1
* perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo2016-04-181-0/+2
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-141-2/+3
* perf callchain: Check return value of append_chain_children()Namhyung Kim2016-02-191-6/+12
* perf callchain: Check return value of split_add_child()Namhyung Kim2016-02-191-3/+9
* perf callchain: Add enum match_result for match_chain()Namhyung Kim2016-02-191-18/+34
* perf callchain: Check return value of fill_node()Namhyung Kim2016-02-191-3/+13
* perf callchain: Check return value of add_child()Namhyung Kim2016-02-191-0/+8
* perf top: Decay periods in callchainsNamhyung Kim2016-01-081-0/+28
* perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim2015-11-261-0/+1
* perf hists browser: Support flat callchainsNamhyung Kim2015-11-191-0/+44
* perf report: Add callchain value optionNamhyung Kim2015-11-191-9/+53
* perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2015-11-191-0/+10
* perf callchain: Abstract callchain print functionNamhyung Kim2015-11-191-0/+29
* perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-191-0/+6
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-221-0/+2
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-221-3/+37
* perf callchain: Move option parsing code to util.cKan Liang2015-08-081-88/+1Star
* perf tools: Refine parse/config callchain functionsKan Liang2015-08-051-7/+7
* perf tools: Enable LBR call stack supportKan Liang2015-02-181-0/+8
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-081-0/+30
* perf callchain: Fixup parameter handling error messageKan Liang2014-12-091-1/+1
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-021-0/+4
* perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen2014-11-241-1/+2
* perf callchain: Enable printing the srcline in the historyAndi Kleen2014-11-241-1/+10
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-191-0/+19
* perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo2014-10-291-2/+2
* perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-261-19/+90
* perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-261-0/+84
* perf report: Relax -g option parsing not to limit the option orderNamhyung Kim2014-08-151-57/+38Star
* perf callchain: Fix appending a callchain from a previous sampleAdrian Hunter2014-07-161-1/+1
* perf tools: Update cpumode for each cumulative entryNamhyung Kim2014-06-011-0/+42
* perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim2014-06-011-1/+2
* perf callchain: Add generic report parse callchain callback functionDon Zickus2014-04-221-0/+78
* perf tools: Remove unnecessary callchain cursor state restore on unmatchFrederic Weisbecker2014-01-171-3/+0Star
* perf callchain: Spare double comparison of callchain first entryFrederic Weisbecker2014-01-171-10/+10
* perf tools: Factor out sample__resolve_callchain()Namhyung Kim2014-01-151-0/+23
* perf callchain: Convert children list to rbtreeNamhyung Kim2013-10-211-36/+111
* perf callchain: Remove unnecessary validationAdrian Hunter2013-08-291-8/+0Star
* perf tools: Support callchain sorting based on addressesAndi Kleen2013-07-221-2/+5
* perf tools: Fix calloc argument orderingPaul Gortmaker2013-02-061-1/+1
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-3/+3
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-311-0/+2
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-291-1/+2