summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/thread-stack.c
Commit message (Expand)AuthorAgeFilesLines
* perf thread-stack: Add thread_stack__br_sample_late()Adrian Hunter2020-05-051-0/+104
* perf thread-stack: Add branch stack supportAdrian Hunter2020-05-051-11/+102
* perf thread-stack: Add thread_stack__sample_late()Adrian Hunter2020-04-161-0/+57
* perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo2019-11-261-2/+2
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-0/+1
* perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter2019-06-251-12/+6
* perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter2019-06-251-1/+29
* Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-06-171-0/+14
|\
| * perf thread-stack: Accumulate IPC informationAdrian Hunter2019-06-051-0/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
|/
* perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-011-2/+14
* perf thread-stack: Hide x86 retpolinesAdrian Hunter2019-02-221-3/+109
* perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter2019-02-221-3/+46
* perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter2019-02-061-2/+28
* perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter2019-02-061-18/+17
* perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter2019-02-061-10/+3
* 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