aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/thread-stack.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Gravatar Petr Pavlu 1-3/+1
2023-06-12perf thread: Add accessor functions for threadGravatar Ian Rogers 1-12/+13
2023-04-04perf maps: Add functions to access mapsGravatar Ian Rogers 1-2/+2
2020-05-05perf thread-stack: Add thread_stack__br_sample_late()Gravatar Adrian Hunter 1-0/+104
2020-05-05perf thread-stack: Add branch stack supportGravatar Adrian Hunter 1-11/+102
2020-04-16perf thread-stack: Add thread_stack__sample_late()Gravatar Adrian Hunter 1-0/+57
2019-11-26perf thread: Rename thread->mg to thread->mapsGravatar Arnaldo Carvalho de Melo 1-2/+2
2019-08-31perf debug: Remove needless include directives from debug.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-06-25perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Gravatar Adrian Hunter 1-12/+6
2019-06-25perf thread-stack: Fix thread stack return from kernel for kernel-only caseGravatar Adrian Hunter 1-1/+29
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-0/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-10/+1
2019-06-05perf thread-stack: Accumulate IPC informationGravatar Adrian Hunter 1-0/+14
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesGravatar Adrian Hunter 1-2/+14
2019-02-22perf thread-stack: Hide x86 retpolinesGravatar Adrian Hunter 1-3/+109
2019-02-22perf thread-stack: Improve thread_stack__no_call_return()Gravatar Adrian Hunter 1-3/+46
2019-02-06perf thread-stack: Represent jmps to the start of a different symbolGravatar Adrian Hunter 1-2/+28
2019-02-06perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Gravatar Adrian Hunter 1-18/+17
2019-02-06perf thread-stack: Tidy thread_stack__push_cp() usageGravatar Adrian Hunter 1-10/+3
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskGravatar Adrian Hunter 1-14/+58
2019-01-02perf thread-stack: Allocate an array of thread stacksGravatar Adrian Hunter 1-12/+17
2019-01-02perf thread-stack: Factor out thread_stack__init()Gravatar Adrian Hunter 1-7/+19
2019-01-02perf thread-stack: Allow for a thread stack arrayGravatar Adrian Hunter 1-6/+34
2019-01-02perf thread-stack: Avoid direct reference to the thread's stackGravatar Adrian Hunter 1-32/+49
2019-01-02perf thread-stack: Tidy thread_stack__bottom() usageGravatar Adrian Hunter 1-4/+3
2019-01-02perf thread-stack: Simplify some code in thread_stack__process()Gravatar Adrian Hunter 1-11/+7
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsGravatar Adrian Hunter 1-9/+35
2018-09-20perf tools: Improve thread_stack__process() for trace begin / endGravatar Adrian Hunter 1-7/+9
2018-09-20perf tools: Improve thread_stack__event() for trace begin / endGravatar Adrian Hunter 1-5/+30
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2016-06-23perf script: Add callindent optionGravatar Adrian Hunter 1-0/+7
2016-05-06perf script: Expose usage of the callchain db export via the python apiGravatar Chris Phlipot 1-13/+0
2016-05-06perf tools: Refactor code to move call path handling out of thread-stackGravatar Chris Phlipot 1-125/+1
2015-06-19perf tools: Ensure thread-stack is flushedGravatar Adrian Hunter 1-5/+13
2014-11-03perf tools: Enhance the thread stack to output call/return dataGravatar Adrian Hunter 1-5/+580
2014-11-03perf tools: Add a thread stack for synthesizing call chainsGravatar Adrian Hunter 1-0/+172