summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf callchain: Fixup parameter handling error messageKan Liang2014-12-091-1/+1
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-011-0/+4
* perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen2014-11-241-1/+2
* perf callchain: Enable printing the srcline in the historyAndi Kleen2014-11-241-1/+10
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-191-0/+19
* perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo2014-10-291-2/+2
* perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-261-19/+90
* perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-261-0/+84
* perf report: Relax -g option parsing not to limit the option orderNamhyung Kim2014-08-151-57/+38
* perf callchain: Fix appending a callchain from a previous sampleAdrian Hunter2014-07-161-1/+1
* perf tools: Update cpumode for each cumulative entryNamhyung Kim2014-06-011-0/+42
OpenPOWER on IntegriCloud