index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
thread-stack.c
Age
Commit message (
Expand
)
Author
2020-05-05
perf thread-stack: Add thread_stack__br_sample_late()
Adrian Hunter
2020-05-05
perf thread-stack: Add branch stack support
Adrian Hunter
2020-04-16
perf thread-stack: Add thread_stack__sample_late()
Adrian Hunter
2019-11-26
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-06-25
perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()
Adrian Hunter
2019-06-25
perf thread-stack: Fix thread stack return from kernel for kernel-only case
Adrian Hunter
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
perf thread-stack: Accumulate IPC information
Adrian Hunter
2019-03-01
perf db-export: Add calls parent_id to enable creation of call trees
Adrian Hunter
2019-02-22
perf thread-stack: Hide x86 retpolines
Adrian Hunter
2019-02-22
perf thread-stack: Improve thread_stack__no_call_return()
Adrian Hunter
2019-02-06
perf thread-stack: Represent jmps to the start of a different symbol
Adrian Hunter
2019-02-06
perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...
Adrian Hunter
2019-02-06
perf thread-stack: Tidy thread_stack__push_cp() usage
Adrian Hunter
2019-01-02
perf thread-stack: Fix thread stack processing for the idle task
Adrian Hunter
2019-01-02
perf thread-stack: Allocate an array of thread stacks
Adrian Hunter
2019-01-02
perf thread-stack: Factor out thread_stack__init()
Adrian Hunter
2019-01-02
perf thread-stack: Allow for a thread stack array
Adrian Hunter
2019-01-02
perf thread-stack: Avoid direct reference to the thread's stack
Adrian Hunter
2019-01-02
perf thread-stack: Tidy thread_stack__bottom() usage
Adrian Hunter
2019-01-02
perf thread-stack: Simplify some code in thread_stack__process()
Adrian Hunter
2018-10-31
perf intel-pt: Insert callchain context into synthesized callchains
Adrian Hunter
2018-09-20
perf tools: Improve thread_stack__process() for trace begin / end
Adrian Hunter
2018-09-20
perf tools: Improve thread_stack__event() for trace begin / end
Adrian Hunter
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2016-06-23
perf script: Add callindent option
Adrian Hunter
2016-05-06
perf script: Expose usage of the callchain db export via the python api
Chris Phlipot
2016-05-06
perf tools: Refactor code to move call path handling out of thread-stack
Chris Phlipot
2015-06-19
perf tools: Ensure thread-stack is flushed
Adrian Hunter
2014-11-03
perf tools: Enhance the thread stack to output call/return data
Adrian Hunter
2014-11-03
perf tools: Add a thread stack for synthesizing call chains
Adrian Hunter