aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
AgeCommit message (Expand)Author
2019-03-08perf report: Fix wrong iteration count in --branch-historyJin Yao
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff
2017-10-25perf report: Properly handle branch count in match_chain()Milian Wolff
2017-10-24perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff
2017-10-24perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff
2017-10-24perf report: Fall-back to function name comparison for -g srclineMilian Wolff
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria
2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-07-18perf report: Show branch type in callchain entryJin Yao
2017-07-18perf report: Refactor the branch info printing codeJin Yao
2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo
2017-03-28perf report: Drop cycles 0 for LBR printJin Yao
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff
2017-01-31perf callchain: Reference count mapsKrister Johansen
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim
2016-11-14perf report: Calculate and return the branch flag countingJin Yao
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao
2016-11-07perf callchain: Fixup help/config for no-unwindingRabin Vincent
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