summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-5/+5
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-061-0/+15
* perf report: Fix wrong iteration count in --branch-historyJin Yao2019-01-041-12/+20
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-171-0/+10
* 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: Fix double mapping al->addr for children without self periodNamhyung Kim2017-10-311-4/+1Star
* | perf report: Use srcline from callchain for hist entriesMilian Wolff2017-10-251-0/+1
* | perf report: Properly handle branch count in match_chain()Milian Wolff2017-10-251-62/+78
* | perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff2017-10-241-0/+8
* | perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2017-10-241-3/+7
* | perf report: Fall-back to function name comparison for -g srclineMilian Wolff2017-10-241-8/+12
* | perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-241-22/+9Star
|/
* perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-051-1/+5
* perf report: Fix debug messages with --call-graph optionMengting Zhang2017-09-251-14/+21
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-301-26/+23Star
* perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2017-07-261-43/+105
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-261-3/+4
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-1/+1
* perf report: Show branch type in callchain entryJin Yao2017-07-191-9/+29
* perf report: Refactor the branch info printing codeJin Yao2017-07-191-59/+41Star
* perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff2017-05-241-4/+9
* perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo2017-04-241-0/+103
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo2017-04-111-2/+2
* perf report: Drop cycles 0 for LBR printJin Yao2017-03-281-37/+74
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-271-5/+47
* 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