aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-23perf callchain: Add missing parent_val initializationJiri Olsa1-0/+1
2015-11-19perf hists browser: Support flat callchainsNamhyung Kim1-0/+2
2015-11-19perf report: Add callchain value optionNamhyung Kim1-1/+9
2015-11-19perf callchain: Add count fields to struct callchain_nodeNamhyung Kim1-0/+7
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim1-0/+4
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim1-2/+3
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim1-6/+18
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim1-0/+1
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim1-0/+1
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim1-0/+12
2015-08-08perf callchain: Move option parsing code to util.cKan Liang1-0/+1
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang1-1/+1
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim1-0/+4
2015-02-18perf tools: Enable LBR call stack supportKan Liang1-0/+1
2015-01-08perf callchain: Free callchains when hist entries are deletedNamhyung Kim1-0/+2
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen1-0/+1
2014-11-24perf callchain: Enable printing the srcline in the historyAndi Kleen1-0/+1
2014-11-19perf callchain: Use a common function to resolve symbol or nameAndi Kleen1-0/+3
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-4/+2
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo1-0/+2
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim1-0/+1
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim1-1/+1
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim1-1/+4
2014-06-27perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu1-0/+13
2014-06-01perf callchain: Add callchain_cursor_snapshot()Namhyung Kim1-0/+9
2014-06-01perf tools: Update cpumode for each cumulative entryNamhyung Kim1-0/+2
2014-05-05perf tools: Move perf_call_graph_mode enum from perf.hJiri Olsa1-0/+7
2014-04-22perf callchain: Add generic report parse callchain callback functionDon Zickus1-0/+1
2014-01-15perf tools: Factor out sample__resolve_callchain()Namhyung Kim1-0/+6
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo1-1/+1
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+3
2013-10-28perf record: Split -g and --call-graphJiri Olsa1-0/+3
2013-10-21perf callchain: Convert children list to rbtreeNamhyung Kim1-6/+5
2013-08-29perf callchain: Remove unnecessary validationAdrian Hunter1-5/+0
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen1-0/+6
2012-12-11perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo1-0/+5
2012-09-01tools: perf: Fix typo in tools/perfMasanari Iida1-1/+1
2012-05-31perf callchain: Make callchain cursors TLSNamhyung Kim1-0/+2
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-0/+3
2011-06-30perf tools: Add inverted call graph report support.Sam Liao1-0/+6
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-2/+2
2011-01-22perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker1-2/+2
2011-01-22perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker1-1/+1
2011-01-22perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker1-1/+1
2011-01-22perf callchain: Feed callchains into a cursorFrederic Weisbecker1-3/+63
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker1-0/+1
2010-08-27perf: Initialize callchains roots's childen hitsFrederic Weisbecker1-0/+1
2010-08-22perf: Support for callchains mergeFrederic Weisbecker1-0/+1
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker1-2/+2
2010-08-22perf: Keep track of the max depth of a callchainFrederic Weisbecker1-8/+14