index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
thread-stack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-06-25
perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()
Adrian Hunter
1
-12
/
+6
2019-06-25
perf thread-stack: Fix thread stack return from kernel for kernel-only case
Adrian Hunter
1
-1
/
+29
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-0
/
+14
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
1
-10
/
+1
2019-06-05
perf thread-stack: Accumulate IPC information
Adrian Hunter
1
-0
/
+14
2019-03-01
perf db-export: Add calls parent_id to enable creation of call trees
Adrian Hunter
1
-2
/
+14
2019-02-22
perf thread-stack: Hide x86 retpolines
Adrian Hunter
1
-3
/
+109
2019-02-22
perf thread-stack: Improve thread_stack__no_call_return()
Adrian Hunter
1
-3
/
+46
2019-02-06
perf thread-stack: Represent jmps to the start of a different symbol
Adrian Hunter
1
-2
/
+28
2019-02-06
perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...
Adrian Hunter
1
-18
/
+17
2019-02-06
perf thread-stack: Tidy thread_stack__push_cp() usage
Adrian Hunter
1
-10
/
+3
2019-01-02
perf thread-stack: Fix thread stack processing for the idle task
Adrian Hunter
1
-14
/
+58
2019-01-02
perf thread-stack: Allocate an array of thread stacks
Adrian Hunter
1
-12
/
+17
2019-01-02
perf thread-stack: Factor out thread_stack__init()
Adrian Hunter
1
-7
/
+19
2019-01-02
perf thread-stack: Allow for a thread stack array
Adrian Hunter
1
-6
/
+34
2019-01-02
perf thread-stack: Avoid direct reference to the thread's stack
Adrian Hunter
1
-32
/
+49
2019-01-02
perf thread-stack: Tidy thread_stack__bottom() usage
Adrian Hunter
1
-4
/
+3
2019-01-02
perf thread-stack: Simplify some code in thread_stack__process()
Adrian Hunter
1
-11
/
+7
2018-10-31
perf intel-pt: Insert callchain context into synthesized callchains
Adrian Hunter
1
-9
/
+35
2018-09-20
perf tools: Improve thread_stack__process() for trace begin / end
Adrian Hunter
1
-7
/
+9
2018-09-20
perf tools: Improve thread_stack__event() for trace begin / end
Adrian Hunter
1
-5
/
+30
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-06-23
perf script: Add callindent option
Adrian Hunter
1
-0
/
+7
2016-05-06
perf script: Expose usage of the callchain db export via the python api
Chris Phlipot
1
-13
/
+0
2016-05-06
perf tools: Refactor code to move call path handling out of thread-stack
Chris Phlipot
1
-125
/
+1
2015-06-19
perf tools: Ensure thread-stack is flushed
Adrian Hunter
1
-5
/
+13
2014-11-03
perf tools: Enhance the thread stack to output call/return data
Adrian Hunter
1
-5
/
+580
2014-11-03
perf tools: Add a thread stack for synthesizing call chains
Adrian Hunter
1
-0
/
+172