aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang1-14/+21
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao1-26/+23
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao1-43/+105
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf recordJin Yao1-3/+4
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-1/+1
2017-07-18perf report: Show branch type in callchain entryJin Yao1-9/+29
2017-07-18perf report: Refactor the branch info printing codeJin Yao1-59/+41
2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff1-4/+9
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo1-0/+103
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo1-2/+2
2017-03-28perf report: Drop cycles 0 for LBR printJin Yao1-37/+74
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff1-5/+47
2017-01-31perf callchain: Reference count mapsKrister Johansen1-2/+9
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-2/+14
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim1-0/+27
2016-11-14perf report: Calculate and return the branch flag countingJin Yao1-1/+188
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao1-2/+12
2016-11-07perf callchain: Fixup help/config for no-unwindingRabin Vincent1-2/+0
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa1-1/+1
2016-04-18perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo1-0/+2
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-2/+3
2016-02-19perf callchain: Check return value of append_chain_children()Namhyung Kim1-6/+12
2016-02-19perf callchain: Check return value of split_add_child()Namhyung Kim1-3/+9
2016-02-19perf callchain: Add enum match_result for match_chain()Namhyung Kim1-18/+34
2016-02-19perf callchain: Check return value of fill_node()Namhyung Kim1-3/+13
2016-02-19perf callchain: Check return value of add_child()Namhyung Kim1-0/+8
2016-01-08perf top: Decay periods in callchainsNamhyung Kim1-0/+28
2015-11-26perf top: Fix freeze on --call-graph flat/foldedNamhyung Kim1-0/+1
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim1-0/+44
2015-11-19perf report: Add callchain value optionNamhyung Kim1-9/+53
2015-11-19perf callchain: Add count fields to struct callchain_nodeNamhyung Kim1-0/+10
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim1-0/+29
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim1-0/+6
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim1-0/+2
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim1-3/+37
2015-08-08perf callchain: Move option parsing code to util.cKan Liang1-88/+1
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang1-7/+7
2015-02-18perf tools: Enable LBR call stack supportKan Liang1-0/+8
2015-01-08perf callchain: Free callchains when hist entries are deletedNamhyung Kim1-0/+30
2014-12-09perf callchain: Fixup parameter handling error messageKan Liang1-1/+1
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen1-0/+4
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen1-1/+2
2014-11-24perf callchain: Enable printing the srcline in the historyAndi Kleen1-1/+10
2014-11-19perf callchain: Use a common function to resolve symbol or nameAndi Kleen1-0/+19
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo1-2/+2
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim1-19/+90
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim1-0/+84