summaryrefslogtreecommitdiff
path: root/tools/perf/util/thread-stack.c
AgeCommit message (Expand)Author
2020-05-05perf thread-stack: Add thread_stack__br_sample_late()Adrian Hunter
2020-05-05perf thread-stack: Add branch stack supportAdrian Hunter
2020-04-16perf thread-stack: Add thread_stack__sample_late()Adrian Hunter
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo
2019-06-25perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter
2019-06-25perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-05perf thread-stack: Accumulate IPC informationAdrian Hunter
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