summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* | 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/+9
|/
* 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/+23
* perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao2017-07-251-43/+105
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-251-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-181-9/+29
* perf report: Refactor the branch info printing codeJin Yao2017-07-181-59/+41
* 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-071-2/+0
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-051-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
* perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-191-0/+6
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-221-0/+2
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-221-3/+37
* perf callchain: Move option parsing code to util.cKan Liang2015-08-081-88/+1
* perf tools: Refine parse/config callchain functionsKan Liang2015-08-051-7/+7
* perf tools: Enable LBR call stack supportKan Liang2015-02-181-0/+8
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-081-0/+30
OpenPOWER on IntegriCloud