summaryrefslogtreecommitdiff
path: root/tools/perf/util/thread-stack.c
AgeCommit message (Expand)Author
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter
2019-02-22perf thread-stack: Hide x86 retpolinesAdrian Hunter
2019-02-22perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter
2019-02-06perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter
2019-02-06perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter
2019-01-02perf thread-stack: Allocate an array of thread stacksAdrian Hunter
2019-01-02perf thread-stack: Factor out thread_stack__init()Adrian Hunter
2019-01-02perf thread-stack: Allow for a thread stack arrayAdrian Hunter
2019-01-02perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter
2019-01-02perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter
2019-01-02perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter
2018-09-20perf tools: Improve thread_stack__process() for trace begin / endAdrian Hunter
2018-09-20perf tools: Improve thread_stack__event() for trace begin / endAdrian Hunter
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2016-06-23perf script: Add callindent optionAdrian Hunter
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter
2014-11-03perf tools: Enhance the thread stack to output call/return dataAdrian Hunter
2014-11-03perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter