summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.h
Commit message (Expand)AuthorAgeFilesLines
* perf streams: Report hot streamsJin Yao2020-10-141-0/+2
* perf streams: Calculate the sum of total streams hitsJin Yao2020-10-141-0/+3
* perf streams: Compare two streamsJin Yao2020-10-141-0/+4
* perf callchain: Setup callchain properly in pipe modeJiri Olsa2020-05-281-0/+1
* perf callchain: Stitch LBR call stackKan Liang2020-04-181-0/+5
* perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang2020-04-181-0/+3
* perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2019-11-121-3/+2
* perf callchain: Remove needless event.h includeArnaldo Carvalho de Melo2019-09-201-1/+4
* perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-1/+1
* perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo2019-02-061-1/+1
* perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-061-15/+3
* perf callchain: No need to include perf.hArnaldo Carvalho de Melo2019-01-251-1/+0
* perf report: Fix wrong iteration count in --branch-historyJin Yao2019-01-041-0/+1
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-171-0/+2
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-241-2/+4
|/
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-301-5/+4
* perf report: Show branch type in callchain entryJin Yao2017-07-181-1/+4
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-271-1/+2
* perf callchain: Reference count mapsKrister Johansen2017-02-021-0/+6
* perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2016-12-071-0/+3
* perf report: Calculate and return the branch flag countingJin Yao2016-11-141-0/+14
* perf report: Add branch flag to callchain cursor nodeJin Yao2016-11-141-1/+7
* perf callchain: Fixup help/config for no-unwindingRabin Vincent2016-11-071-4/+0
* perf tests: Fix hist accumulation testJiri Olsa2016-07-041-0/+1
* perf tools: Per event max-stack settingsArnaldo Carvalho de Melo2016-05-301-0/+1
* perf record: Export record_opts based callchain parsing helperArnaldo Carvalho de Melo2016-04-151-0/+6
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-141-1/+2
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-231-2/+2
* perf top: Decay periods in callchainsNamhyung Kim2016-01-081-0/+1
* perf callchain: Add missing parent_val initializationJiri Olsa2015-11-231-0/+1
* perf hists browser: Support flat callchainsNamhyung Kim2015-11-191-0/+2
* perf report: Add callchain value optionNamhyung Kim2015-11-191-1/+9
* perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2015-11-191-0/+7
* perf callchain: Abstract callchain print functionNamhyung Kim2015-11-191-0/+4
* perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-191-2/+3
* perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-221-6/+18
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-221-0/+1
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-221-0/+1
* perf tools: Move callchain help messages to callchain.hNamhyung Kim2015-10-221-0/+12
* perf callchain: Move option parsing code to util.cKan Liang2015-08-081-0/+1
* perf tools: Refine parse/config callchain functionsKan Liang2015-08-051-1/+1
* perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-051-0/+4
* perf tools: Enable LBR call stack supportKan Liang2015-02-181-0/+1
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-081-0/+2
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-011-0/+1
* perf callchain: Enable printing the srcline in the historyAndi Kleen2014-11-241-0/+1
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-191-0/+3