index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
callchain.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-31
perf callchain: Fix double mapping al->addr for children without self period
Namhyung Kim
1
-4
/
+1
2017-10-25
perf report: Use srcline from callchain for hist entries
Milian Wolff
1
-0
/
+1
2017-10-25
perf report: Properly handle branch count in match_chain()
Milian Wolff
1
-62
/
+78
2017-10-24
perf callchain: Compare symbol name for inlined frames when matching
Milian Wolff
1
-0
/
+8
2017-10-24
perf callchain: Mark inlined frames in output by " (inlined)" suffix
Milian Wolff
1
-3
/
+7
2017-10-24
perf report: Fall-back to function name comparison for -g srcline
Milian Wolff
1
-8
/
+12
2017-10-24
perf callchain: Store srcline in callchain_cursor_node
Milian Wolff
1
-22
/
+9
2017-10-05
perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
Ravi Bangoria
1
-1
/
+5
2017-09-25
perf report: Fix debug messages with --call-graph option
Mengting Zhang
1
-14
/
+21
2017-08-30
perf report: Calculate the average cycles of iterations
Jin Yao
1
-26
/
+23
2017-07-25
perf report: Tag branch type/flag on "to" and tag cycles on "from"
Jin Yao
1
-43
/
+105
2017-07-25
perf report: Make --branch-history work without callgraphs(-g) option in perf...
Jin Yao
1
-3
/
+4
2017-07-20
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-07-18
perf report: Show branch type in callchain entry
Jin Yao
1
-9
/
+29
2017-07-18
perf report: Refactor the branch info printing code
Jin Yao
1
-59
/
+41
2017-05-24
perf report: Don't crash on invalid maps in `-g srcline` mode
Milian Wolff
1
-4
/
+9
2017-04-24
perf callchain: Move callchain specific routines from util.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+103
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-11
perf callchains: Switch from strtok() to strtok_r() when parsing options
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-03-28
perf report: Drop cycles 0 for LBR print
Jin Yao
1
-37
/
+74
2017-03-27
perf report: Enable sorting by srcline as key
Milian Wolff
1
-5
/
+47
2017-01-31
perf callchain: Reference count maps
Krister Johansen
1
-2
/
+9
2017-01-27
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
1
-2
/
+14
2016-12-07
perf callchain: Introduce callchain_cursor__copy()
Namhyung Kim
1
-0
/
+27
2016-11-14
perf report: Calculate and return the branch flag counting
Jin Yao
1
-1
/
+188
2016-11-14
perf report: Add branch flag to callchain cursor node
Jin Yao
1
-2
/
+12
2016-11-07
perf callchain: Fixup help/config for no-unwinding
Rabin Vincent
1
-2
/
+0
2016-05-05
perf hists: Move sort__has_parent into struct perf_hpp_list
Jiri Olsa
1
-1
/
+1
2016-04-18
perf callchain: Set callchain_param.enabled when parsing --call-graph
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-04-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
1
-2
/
+3
2016-02-19
perf callchain: Check return value of append_chain_children()
Namhyung Kim
1
-6
/
+12
2016-02-19
perf callchain: Check return value of split_add_child()
Namhyung Kim
1
-3
/
+9
2016-02-19
perf callchain: Add enum match_result for match_chain()
Namhyung Kim
1
-18
/
+34
2016-02-19
perf callchain: Check return value of fill_node()
Namhyung Kim
1
-3
/
+13
2016-02-19
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
[next]