summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread-stack.c
Commit message (Expand)AuthorAgeFilesLines
* perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-021-14/+58
* perf thread-stack: Allocate an array of thread stacksAdrian Hunter2019-01-021-12/+17
* perf thread-stack: Factor out thread_stack__init()Adrian Hunter2019-01-021-7/+19
* perf thread-stack: Allow for a thread stack arrayAdrian Hunter2019-01-021-6/+34
* perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter2019-01-021-32/+49
* perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter2019-01-021-4/+3
* perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter2019-01-021-11/+7
* perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-10-311-9/+35
* perf tools: Improve thread_stack__process() for trace begin / endAdrian Hunter2018-09-201-7/+9
* perf tools: Improve thread_stack__event() for trace begin / endAdrian Hunter2018-09-201-5/+30
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf script: Add callindent optionAdrian Hunter2016-06-231-0/+7
* perf script: Expose usage of the callchain db export via the python apiChris Phlipot2016-05-061-13/+0
* perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot2016-05-061-125/+1
* perf tools: Ensure thread-stack is flushedAdrian Hunter2015-06-191-5/+13
* perf tools: Enhance the thread stack to output call/return dataAdrian Hunter2014-11-031-5/+580
* perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter2014-11-031-0/+172