index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
callchain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
*
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
2019-08-26
1
-0
/
+1
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
2019-07-09
1
-5
/
+5
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf hist: Remove symbol.h from hist.h, just fwd decls are needed
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+15
*
perf report: Fix wrong iteration count in --branch-history
Jin Yao
2019-01-04
1
-12
/
+20
*
perf unwind: Do not look just at the global callchain_param.record_mode
Arnaldo Carvalho de Melo
2018-01-17
1
-0
/
+10
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf callchain: Fix double mapping al->addr for children without self period
Namhyung Kim
2017-10-31
1
-4
/
+1
*
|
perf report: Use srcline from callchain for hist entries
Milian Wolff
2017-10-25
1
-0
/
+1
*
|
perf report: Properly handle branch count in match_chain()
Milian Wolff
2017-10-25
1
-62
/
+78
*
|
perf callchain: Compare symbol name for inlined frames when matching
Milian Wolff
2017-10-24
1
-0
/
+8
*
|
perf callchain: Mark inlined frames in output by " (inlined)" suffix
Milian Wolff
2017-10-24
1
-3
/
+7
*
|
perf report: Fall-back to function name comparison for -g srcline
Milian Wolff
2017-10-24
1
-8
/
+12
*
|
perf callchain: Store srcline in callchain_cursor_node
Milian Wolff
2017-10-24
1
-22
/
+9
|
/
*
perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
Ravi Bangoria
2017-10-05
1
-1
/
+5
*
perf report: Fix debug messages with --call-graph option
Mengting Zhang
2017-09-25
1
-14
/
+21
*
perf report: Calculate the average cycles of iterations
Jin Yao
2017-08-30
1
-26
/
+23
*
perf report: Tag branch type/flag on "to" and tag cycles on "from"
Jin Yao
2017-07-25
1
-43
/
+105
*
perf report: Make --branch-history work without callgraphs(-g) option in perf...
Jin Yao
2017-07-25
1
-3
/
+4
*
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
2017-07-20
1
-1
/
+1
*
perf report: Show branch type in callchain entry
Jin Yao
2017-07-18
1
-9
/
+29
*
perf report: Refactor the branch info printing code
Jin Yao
2017-07-18
1
-59
/
+41
*
perf report: Don't crash on invalid maps in `-g srcline` mode
Milian Wolff
2017-05-24
1
-4
/
+9
*
perf callchain: Move callchain specific routines from util.[ch]
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+103
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf callchains: Switch from strtok() to strtok_r() when parsing options
Arnaldo Carvalho de Melo
2017-04-11
1
-2
/
+2
*
perf report: Drop cycles 0 for LBR print
Jin Yao
2017-03-28
1
-37
/
+74
*
perf report: Enable sorting by srcline as key
Milian Wolff
2017-03-27
1
-5
/
+47
*
perf callchain: Reference count maps
Krister Johansen
2017-01-31
1
-2
/
+9
*
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
2017-01-27
1
-2
/
+14
*
perf callchain: Introduce callchain_cursor__copy()
Namhyung Kim
2016-12-07
1
-0
/
+27
*
perf report: Calculate and return the branch flag counting
Jin Yao
2016-11-14
1
-1
/
+188
*
perf report: Add branch flag to callchain cursor node
Jin Yao
2016-11-14
1
-2
/
+12
*
perf callchain: Fixup help/config for no-unwinding
Rabin Vincent
2016-11-07
1
-2
/
+0
*
perf hists: Move sort__has_parent into struct perf_hpp_list
Jiri Olsa
2016-05-05
1
-1
/
+1
*
perf callchain: Set callchain_param.enabled when parsing --call-graph
Arnaldo Carvalho de Melo
2016-04-18
1
-0
/
+2
*
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
2016-04-14
1
-2
/
+3
*
perf callchain: Check return value of append_chain_children()
Namhyung Kim
2016-02-19
1
-6
/
+12
*
perf callchain: Check return value of split_add_child()
Namhyung Kim
2016-02-19
1
-3
/
+9
*
perf callchain: Add enum match_result for match_chain()
Namhyung Kim
2016-02-19
1
-18
/
+34
*
perf callchain: Check return value of fill_node()
Namhyung Kim
2016-02-19
1
-3
/
+13
*
perf callchain: Check return value of add_child()
Namhyung Kim
2016-02-19
1
-0
/
+8
*
perf top: Decay periods in callchains
Namhyung Kim
2016-01-08
1
-0
/
+28
[next]