aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/callchain.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30perf report: Calculate the average cycles of iterationsGravatar Jin Yao 1-26/+23
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Gravatar Jin Yao 1-43/+105
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Gravatar Jin Yao 1-3/+4
2017-07-20tools include: Adopt strstarts() from the kernelGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-07-18perf report: Show branch type in callchain entryGravatar Jin Yao 1-9/+29
2017-07-18perf report: Refactor the branch info printing codeGravatar Jin Yao 1-59/+41
2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeGravatar Milian Wolff 1-4/+9
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Gravatar Arnaldo Carvalho de Melo 1-0/+103
2017-04-19perf tools: Including missing inttypes.h headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsGravatar Arnaldo Carvalho de Melo 1-2/+2
2017-03-28perf report: Drop cycles 0 for LBR printGravatar Jin Yao 1-37/+74
2017-03-27perf report: Enable sorting by srcline as keyGravatar Milian Wolff 1-5/+47
2017-01-31perf callchain: Reference count mapsGravatar Krister Johansen 1-2/+9
2017-01-27perf tools: Propagate perf_config() errorsGravatar Arnaldo Carvalho de Melo 1-2/+14
2016-12-07perf callchain: Introduce callchain_cursor__copy()Gravatar Namhyung Kim 1-0/+27
2016-11-14perf report: Calculate and return the branch flag countingGravatar Jin Yao 1-1/+188
2016-11-14perf report: Add branch flag to callchain cursor nodeGravatar Jin Yao 1-2/+12
2016-11-07perf callchain: Fixup help/config for no-unwindingGravatar Rabin Vincent 1-2/+0
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listGravatar Jiri Olsa 1-1/+1
2016-04-18perf callchain: Set callchain_param.enabled when parsing --call-graphGravatar Arnaldo Carvalho de Melo 1-0/+2
2016-04-14perf callchain: Start moving away from global per thread cursorsGravatar Arnaldo Carvalho de Melo 1-2/+3
2016-02-19perf callchain: Check return value of append_chain_children()Gravatar Namhyung Kim 1-6/+12
2016-02-19perf callchain: Check return value of split_add_child()Gravatar Namhyung Kim 1-3/+9
2016-02-19perf callchain: Add enum match_result for match_chain()Gravatar Namhyung Kim 1-18/+34
2016-02-19perf callchain: Check return value of fill_node()Gravatar Namhyung Kim 1-3/+13
2016-02-19perf callchain: Check return value of add_child()Gravatar Namhyung Kim 1-0/+8
2016-01-08perf top: Decay periods in callchainsGravatar Namhyung Kim 1-0/+28
2015-11-26perf top: Fix freeze on --call-graph flat/foldedGravatar Namhyung Kim 1-0/+1
2015-11-19perf hists browser: Support flat callchainsGravatar Namhyung Kim 1-0/+44
2015-11-19perf report: Add callchain value optionGravatar Namhyung Kim 1-9/+53
2015-11-19perf callchain: Add count fields to struct callchain_nodeGravatar Namhyung Kim 1-0/+10
2015-11-19perf callchain: Abstract callchain print functionGravatar Namhyung Kim 1-0/+29
2015-11-19perf report: Support folded callchain mode on --stdioGravatar Namhyung Kim 1-0/+6
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledGravatar Namhyung Kim 1-0/+2
2015-10-22perf top: Support call-graph display options alsoGravatar Namhyung Kim 1-3/+37
2015-08-08perf callchain: Move option parsing code to util.cGravatar Kan Liang 1-88/+1
2015-08-05perf tools: Refine parse/config callchain functionsGravatar Kan Liang 1-7/+7
2015-02-18perf tools: Enable LBR call stack supportGravatar Kan Liang 1-0/+8
2015-01-08perf callchain: Free callchains when hist entries are deletedGravatar Namhyung Kim 1-0/+30
2014-12-09perf callchain: Fixup parameter handling error messageGravatar Kan Liang 1-1/+1
2014-12-01perf callchain: Support handling complete branch stacks as histogramsGravatar Andi Kleen 1-0/+4
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetGravatar Andi Kleen 1-1/+2
2014-11-24perf callchain: Enable printing the srcline in the historyGravatar Andi Kleen 1-1/+10
2014-11-19perf callchain: Use a common function to resolve symbol or nameGravatar Andi Kleen 1-0/+19
2014-10-29perf thread: Adopt resolve_callchain method from machineGravatar Arnaldo Carvalho de Melo 1-2/+2
2014-09-26perf tools: Introduce perf_callchain_config()Gravatar Namhyung Kim 1-19/+90
2014-09-26perf callchain: Move some parser functions to callchain.cGravatar Namhyung Kim 1-0/+84
2014-08-15perf report: Relax -g option parsing not to limit the option orderGravatar Namhyung Kim 1-57/+38
2014-07-16perf callchain: Fix appending a callchain from a previous sampleGravatar Adrian Hunter 1-1/+1
2014-06-01perf tools: Update cpumode for each cumulative entryGravatar Namhyung Kim 1-0/+42