index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
callchain.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
perf callchain: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-1
/
+1
2024-02-12
perf maps: Hide maps internals
Ian Rogers
1
-1
/
+1
2023-10-27
perf callchain: Fix spelling mistake "statisitcs" -> "statistics"
Colin Ian King
1
-2
/
+2
2023-10-25
perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
Ian Rogers
1
-18
/
+9
2023-10-25
perf callchain: Make brtype_stat in callchain_list optional
Ian Rogers
1
-8
/
+33
2023-10-25
perf callchain: Make display use of branch_type_stat const
Ian Rogers
1
-3
/
+3
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
1
-1
/
+1
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
1
-2
/
+43
2023-06-12
perf map/maps/thread: Changes to reference counting
Ian Rogers
1
-6
/
+22
2023-04-06
perf map: Changes to reference counting
Ian Rogers
1
-4
/
+5
2023-04-06
tools: Rename __fallthrough to fallthrough
Liam Howlett
1
-2
/
+2
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-3
/
+3
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-4
/
+5
2022-10-04
perf callchain: Remove unneeded 'result' variable
ye xingchen
1
-10
/
+2
2022-07-12
perf record: Allow to specify max stack depth of fp callchain
Namhyung Kim
1
-6
/
+12
2022-02-14
perf maps: Use a pointer for kmaps
Ian Rogers
1
-1
/
+1
2021-12-21
perf callchain: Enable dwarf_callchain_users on arm64
Alexandre Truong
1
-1
/
+13
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2020-10-14
perf streams: Report hot streams
Jin Yao
1
-0
/
+13
2020-10-14
perf streams: Calculate the sum of total streams hits
Jin Yao
1
-0
/
+32
2020-10-14
perf streams: Compare two streams
Jin Yao
1
-0
/
+54
2020-05-28
perf callchain: Setup callchain properly in pipe mode
Jiri Olsa
1
-0
/
+14
2019-11-26
perf map_symbol: Rename ms->mg to ms->maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-26
perf addr_location: Rename al->mg to al->maps
Arnaldo Carvalho de Melo
1
-4
/
+4
2019-11-12
perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-11-12
perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
Arnaldo Carvalho de Melo
1
-17
/
+16
2019-11-12
perf tools: Add map_groups to 'struct addr_location'
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf sort: Remove needless headers from sort.h, provide fwd struct decls
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-1
/
+1
2019-07-09
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
1
-5
/
+5
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-02-06
perf hist: Remove symbol.h from hist.h, just fwd decls are needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency
Arnaldo Carvalho de Melo
1
-0
/
+15
2019-01-04
perf report: Fix wrong iteration count in --branch-history
Jin Yao
1
-12
/
+20
2018-01-17
perf unwind: Do not look just at the global callchain_param.record_mode
Arnaldo Carvalho de Melo
1
-0
/
+10
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
[next]