aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.h
Commit message (Expand)AuthorAge
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-27
* perf callchain: Reference count mapsKrister Johansen2017-02-02
* perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2016-12-07
* perf report: Calculate and return the branch flag countingJin Yao2016-11-14
* perf report: Add branch flag to callchain cursor nodeJin Yao2016-11-14
* perf callchain: Fixup help/config for no-unwindingRabin Vincent2016-11-07
* perf tests: Fix hist accumulation testJiri Olsa2016-07-04
* perf tools: Per event max-stack settingsArnaldo Carvalho de Melo2016-05-30
* perf record: Export record_opts based callchain parsing helperArnaldo Carvalho de Melo2016-04-15
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-14
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-23
* perf top: Decay periods in callchainsNamhyung Kim2016-01-08
* perf callchain: Add missing parent_val initializationJiri Olsa2015-11-23
* perf hists browser: Support flat callchainsNamhyung Kim2015-11-19
* perf report: Add callchain value optionNamhyung Kim2015-11-19
* perf callchain: Add count fields to struct callchain_nodeNamhyung Kim2015-11-19
* perf callchain: Abstract callchain print functionNamhyung Kim2015-11-19
* perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-19
* perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-22
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-22
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-22
* perf tools: Move callchain help messages to callchain.hNamhyung Kim2015-10-22
* perf callchain: Move option parsing code to util.cKan Liang2015-08-08
* perf tools: Refine parse/config callchain functionsKan Liang2015-08-05
* perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-05
* perf tools: Enable LBR call stack supportKan Liang2015-02-18
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-08
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-01
* perf callchain: Enable printing the srcline in the historyAndi Kleen2014-11-24
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-19
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-29
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-14
* perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-26
* perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-26
* perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-26
* perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu2014-06-27
* perf callchain: Add callchain_cursor_snapshot()Namhyung Kim2014-06-01
* perf tools: Update cpumode for each cumulative entryNamhyung Kim2014-06-01
* perf tools: Move perf_call_graph_mode enum from perf.hJiri Olsa2014-05-05
* perf callchain: Add generic report parse callchain callback functionDon Zickus2014-04-22
* perf tools: Factor out sample__resolve_callchain()Namhyung Kim2014-01-15
* perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo2013-12-19
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-29
|\
| * perf record: Split -g and --call-graphJiri Olsa2013-10-28
* | perf callchain: Convert children list to rbtreeNamhyung Kim2013-10-21
|/
* perf callchain: Remove unnecessary validationAdrian Hunter2013-08-29
* perf tools: Support callchain sorting based on addressesAndi Kleen2013-07-22
* perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo2012-12-11
* tools: perf: Fix typo in tools/perfMasanari Iida2012-09-01
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-31