summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.h
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-221-6/+18
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-221-0/+1
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-221-0/+1
* perf tools: Move callchain help messages to callchain.hNamhyung Kim2015-10-221-0/+12
* perf callchain: Move option parsing code to util.cKan Liang2015-08-081-0/+1
* perf tools: Refine parse/config callchain functionsKan Liang2015-08-051-1/+1
* perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-051-0/+4
* perf tools: Enable LBR call stack supportKan Liang2015-02-181-0/+1
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-081-0/+2
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-021-0/+1
* perf callchain: Enable printing the srcline in the historyAndi Kleen2014-11-241-0/+1
* perf callchain: Use a common function to resolve symbol or nameAndi Kleen2014-11-191-0/+3
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-4/+2Star
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-141-0/+2
* perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-261-0/+1
* perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-261-1/+1
* perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-261-1/+4
* perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu2014-06-271-0/+13
* perf callchain: Add callchain_cursor_snapshot()Namhyung Kim2014-06-011-0/+9
* perf tools: Update cpumode for each cumulative entryNamhyung Kim2014-06-011-0/+2
* perf tools: Move perf_call_graph_mode enum from perf.hJiri Olsa2014-05-051-0/+7
* perf callchain: Add generic report parse callchain callback functionDon Zickus2014-04-221-0/+1
* perf tools: Factor out sample__resolve_callchain()Namhyung Kim2014-01-151-0/+6
* perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo2013-12-191-1/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-291-0/+3
|\
| * perf record: Split -g and --call-graphJiri Olsa2013-10-281-0/+3
* | perf callchain: Convert children list to rbtreeNamhyung Kim2013-10-211-6/+5Star
|/
* perf callchain: Remove unnecessary validationAdrian Hunter2013-08-291-5/+0Star
* perf tools: Support callchain sorting based on addressesAndi Kleen2013-07-221-0/+6
* perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo2012-12-111-0/+5
* tools: perf: Fix typo in tools/perfMasanari Iida2012-09-011-1/+1
* perf callchain: Make callchain cursors TLSNamhyung Kim2012-05-311-0/+2
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-281-0/+3
* perf tools: Add inverted call graph report support.Sam Liao2011-06-301-0/+6
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-291-2/+2
* perf callchain: Don't give arbitrary gender to callchain tree nodesFrederic Weisbecker2011-01-221-2/+2
* perf callchain: Rename register_callchain_param into callchain_register_paramFrederic Weisbecker2011-01-221-1/+1
* perf callchain: Rename cumul_hits into callchain_cumul_hitsFrederic Weisbecker2011-01-221-1/+1
* perf callchain: Feed callchains into a cursorFrederic Weisbecker2011-01-221-3/+63
* Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker2010-08-271-0/+1
|\
| * perf: Initialize callchains roots's childen hitsFrederic Weisbecker2010-08-271-0/+1
* | perf: Support for callchains mergeFrederic Weisbecker2010-08-221-0/+1
* | perf: Rename append_callchain into callchain_appendFrederic Weisbecker2010-08-221-2/+2
* | perf: Keep track of the max depth of a callchainFrederic Weisbecker2010-08-221-8/+14
|/
* Merge branch 'linus' into perf/coreIngo Molnar2010-07-211-1/+4
|\
| * perf: Sync callchains with period based hitsFrederic Weisbecker2010-07-081-1/+1
| * perf: Resurrect flat callchainsFrederic Weisbecker2010-07-081-0/+3
* | perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo2010-06-051-1/+1
|/
* perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-201-1/+0Star
* perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo2010-05-101-0/+1