aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAge
* perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff2017-05-24
* perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo2017-04-24
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-19
* perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo2017-04-11
* perf report: Drop cycles 0 for LBR printJin Yao2017-03-28
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-27
* perf callchain: Reference count mapsKrister Johansen2017-01-31
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-27
* perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2016-12-07
* perf report: Calculate and return the branch flag countingJin Yao2016-11-14
* perf report: Add branch flag to callchain cursor nodeJin Yao2016-11-14
* perf callchain: Fixup help/config for no-unwindingRabin Vincent2016-11-07
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-05
* perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo2016-04-18
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-14
* perf callchain: Check return value of append_chain_children()Namhyung Kim2016-02-19
* perf callchain: Check return value of split_add_child()Namhyung Kim2016-02-19
* perf callchain: Add enum match_result for match_chain()Namhyung Kim2016-02-19
* perf callchain: Check return value of fill_node()Namhyung Kim2016-02-19
* perf callchain: Check return value of add_child()Namhyung Kim2016-02-19
* perf top: Decay periods in callchainsNamhyung Kim2016-01-08
* perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim2015-11-26
* perf hists browser: Support flat callchainsNamhyung Kim2015-11-19
* perf report: Add callchain value optionNamhyung Kim2015-11-19
* perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2015-11-19
* perf callchain: Abstract callchain print functionNamhyung Kim2015-11-19
* perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-19
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-22
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-22
* perf callchain: Move option parsing code to util.cKan Liang2015-08-08
* perf tools: Refine parse/config callchain functionsKan Liang2015-08-05
* perf tools: Enable LBR call stack supportKan Liang2015-02-18
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-08
* 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