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
/
callchain.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-20
perf callchain: Check return value of append_chain_children()
Namhyung Kim
1
-6
/
+12
2016-02-20
perf callchain: Check return value of split_add_child()
Namhyung Kim
1
-3
/
+9
2016-02-20
perf callchain: Add enum match_result for match_chain()
Namhyung Kim
1
-18
/
+34
2016-02-20
perf callchain: Check return value of fill_node()
Namhyung Kim
1
-3
/
+13
2016-02-20
perf callchain: Check return value of add_child()
Namhyung Kim
1
-0
/
+8
2016-01-08
perf top: Decay periods in callchains
Namhyung Kim
1
-0
/
+28
2015-11-26
perf top: Fix freeze on --call-graph flat/folded
Namhyung Kim
1
-0
/
+1
2015-11-19
perf hists browser: Support flat callchains
Namhyung Kim
1
-0
/
+44
2015-11-19
perf report: Add callchain value option
Namhyung Kim
1
-9
/
+53
2015-11-19
perf callchain: Add count fields to struct callchain_node
Namhyung Kim
1
-0
/
+10
2015-11-19
perf callchain: Abstract callchain print function
Namhyung Kim
1
-0
/
+29
2015-11-19
perf report: Support folded callchain mode on --stdio
Namhyung Kim
1
-0
/
+6
2015-10-22
perf tools: Defaults to 'caller' callchain order only if --children is enabled
Namhyung Kim
1
-0
/
+2
2015-10-22
perf top: Support call-graph display options also
Namhyung Kim
1
-3
/
+37
2015-08-08
perf callchain: Move option parsing code to util.c
Kan Liang
1
-88
/
+1
2015-08-05
perf tools: Refine parse/config callchain functions
Kan Liang
1
-7
/
+7
2015-02-18
perf tools: Enable LBR call stack support
Kan Liang
1
-0
/
+8
2015-01-08
perf callchain: Free callchains when hist entries are deleted
Namhyung Kim
1
-0
/
+30
2014-12-09
perf callchain: Fixup parameter handling error message
Kan Liang
1
-1
/
+1
2014-12-02
perf callchain: Support handling complete branch stacks as histograms
Andi Kleen
1
-0
/
+4
2014-11-25
perf callchain: Make get_srcline fall back to sym+offset
Andi Kleen
1
-1
/
+2
2014-11-25
perf callchain: Enable printing the srcline in the history
Andi Kleen
1
-1
/
+10
2014-11-19
perf callchain: Use a common function to resolve symbol or name
Andi Kleen
1
-0
/
+19
2014-10-29
perf thread: Adopt resolve_callchain method from machine
Arnaldo Carvalho de Melo
1
-2
/
+2
2014-09-26
perf tools: Introduce perf_callchain_config()
Namhyung Kim
1
-19
/
+90
2014-09-26
perf callchain: Move some parser functions to callchain.c
Namhyung Kim
1
-0
/
+84
2014-08-15
perf report: Relax -g option parsing not to limit the option order
Namhyung Kim
1
-57
/
+38
2014-07-17
perf callchain: Fix appending a callchain from a previous sample
Adrian Hunter
1
-1
/
+1
2014-06-01
perf tools: Update cpumode for each cumulative entry
Namhyung Kim
1
-0
/
+42
2014-06-01
perf hists: Accumulate hist entry stat based on the callchain
Namhyung Kim
1
-1
/
+2
2014-04-22
perf callchain: Add generic report parse callchain callback function
Don Zickus
1
-0
/
+78
2014-01-17
perf tools: Remove unnecessary callchain cursor state restore on unmatch
Frederic Weisbecker
1
-3
/
+0
2014-01-17
perf callchain: Spare double comparison of callchain first entry
Frederic Weisbecker
1
-10
/
+10
2014-01-15
perf tools: Factor out sample__resolve_callchain()
Namhyung Kim
1
-0
/
+23
2013-10-22
perf callchain: Convert children list to rbtree
Namhyung Kim
1
-36
/
+111
2013-08-29
perf callchain: Remove unnecessary validation
Adrian Hunter
1
-8
/
+0
2013-07-22
perf tools: Support callchain sorting based on addresses
Andi Kleen
1
-2
/
+5
2013-02-07
perf tools: Fix calloc argument ordering
Paul Gortmaker
1
-1
/
+1
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
1
-3
/
+3
2012-05-31
perf callchain: Make callchain cursors TLS
Namhyung Kim
1
-0
/
+2
2011-01-29
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
1
-1
/
+2
2011-01-23
perf callchain: Don't give arbitrary gender to callchain tree nodes
Frederic Weisbecker
1
-4
/
+4
2011-01-23
perf callchain: Rename register_callchain_param into callchain_register_param
Frederic Weisbecker
1
-1
/
+1
2011-01-23
perf callchain: Rename cumul_hits into callchain_cumul_hits
Frederic Weisbecker
1
-5
/
+5
2011-01-23
perf callchain: Feed callchains into a cursor
Frederic Weisbecker
1
-104
/
+100
2010-08-22
perf: Support for callchains merge
Frederic Weisbecker
1
-0
/
+56
2010-08-22
perf: Rename append_callchain into callchain_append
Frederic Weisbecker
1
-12
/
+11
2010-08-22
perf: Keep track of the max depth of a callchain
Frederic Weisbecker
1
-10
/
+13
2010-07-21
Merge branch 'linus' into perf/core
Ingo Molnar
1
-17
/
+18
2010-07-08
perf: Sync callchains with period based hits
Frederic Weisbecker
1
-17
/
+18
[next]