summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread-stack.c
AgeCommit message (Expand)AuthorLines
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo-2/+2
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo-0/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo-0/+1
2019-06-25perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter-12/+6
2019-06-25perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter-1/+29
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar-0/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-10/+1
2019-06-05perf thread-stack: Accumulate IPC informationAdrian Hunter-0/+14
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter-2/+14
2019-02-22perf thread-stack: Hide x86 retpolinesAdrian Hunter-3/+109
2019-02-22perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter-3/+46
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter-2/+28
2019-02-06perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter-18/+17
2019-02-06perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter-10/+3
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter-14/+58
2019-01-02perf thread-stack: Allocate an array of thread stacksAdrian Hunter-12/+17
2019-01-02perf thread-stack: Factor out thread_stack__init()Adrian Hunter-7/+19
2019-01-02perf thread-stack: Allow for a thread stack arrayAdrian Hunter-6/+34
2019-01-02perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter-32/+49
2019-01-02perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter-4/+3
2019-01-02perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter-11/+7
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter-9/+35
2018-09-20perf tools: Improve thread_stack__process() for trace begin / endAdrian Hunter-7/+9
2018-09-20perf tools: Improve thread_stack__event() for trace begin / endAdrian Hunter-5/+30
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-0/+1
2016-06-23perf script: Add callindent optionAdrian Hunter-0/+7
2016-05-06perf script: Expose usage of the callchain db export via the python apiChris Phlipot-13/+0
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackChris Phlipot-125/+1
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter-5/+13
2014-11-03perf tools: Enhance the thread stack to output call/return dataAdrian Hunter-5/+580
2014-11-03perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter-0/+172