aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14perf streams: Report hot streamsJin Yao1-0/+2
2020-10-14perf streams: Calculate the sum of total streams hitsJin Yao1-0/+3
2020-10-14perf streams: Compare two streamsJin Yao1-0/+4
2020-05-28perf callchain: Setup callchain properly in pipe modeJiri Olsa1-0/+1
2020-04-18perf callchain: Stitch LBR call stackKan Liang1-0/+5
2020-04-18perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang1-0/+3
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo1-3/+2
2019-09-20perf callchain: Remove needless event.h includeArnaldo Carvalho de Melo1-1/+4
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo1-0/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-1/+1
2019-02-06perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo1-1/+1
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo1-15/+3
2019-01-25perf callchain: No need to include perf.hArnaldo Carvalho de Melo1-1/+0
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao1-0/+1
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo1-0/+2
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff1-2/+4
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao1-5/+4
2017-07-18perf report: Show branch type in callchain entryJin Yao1-1/+4
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff1-1/+2
2017-02-02perf callchain: Reference count mapsKrister Johansen1-0/+6
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim1-0/+3
2016-11-14perf report: Calculate and return the branch flag countingJin Yao1-0/+14
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao1-1/+7
2016-11-07perf callchain: Fixup help/config for no-unwindingRabin Vincent1-4/+0
2016-07-04perf tests: Fix hist accumulation testJiri Olsa1-0/+1
2016-05-30perf tools: Per event max-stack settingsArnaldo Carvalho de Melo1-0/+1
2016-04-15perf record: Export record_opts based callchain parsing helperArnaldo Carvalho de Melo1-0/+6
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-1/+2
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo1-2/+2
2016-01-08perf top: Decay periods in callchainsNamhyung Kim1-0/+1
2015-11-23perf callchain: Add missing parent_val initializationJiri Olsa1-0/+1
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim1-0/+2
2015-11-19perf report: Add callchain value optionNamhyung Kim1-1/+9
2015-11-19perf callchain: Add count fields to struct callchain_nodeNamhyung Kim1-0/+7
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim1-0/+4
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim1-2/+3
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim1-6/+18
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim1-0/+1
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim1-0/+1
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim1-0/+12
2015-08-08perf callchain: Move option parsing code to util.cKan Liang1-0/+1
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang1-1/+1
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim1-0/+4
2015-02-18perf tools: Enable LBR call stack supportKan Liang1-0/+1
2015-01-08perf callchain: Free callchains when hist entries are deletedNamhyung Kim1-0/+2
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen1-0/+1
2014-11-24perf callchain: Enable printing the srcline in the historyAndi Kleen1-0/+1
2014-11-19perf callchain: Use a common function to resolve symbol or nameAndi Kleen1-0/+3