index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf map: Add reference count checking
Ian Rogers
2023-04-19
1
-2
/
+2
*
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
2023-04-19
1
-16
/
+17
*
perf maps: Add reference count checking
Ian Rogers
2023-04-19
1
-6
/
+7
*
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
2023-04-17
1
-2
/
+1
*
perf maps: Modify maps_by_name to hold a reference to a map
Ian Rogers
2023-04-07
1
-4
/
+17
*
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
2023-04-07
1
-3
/
+3
*
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
2023-04-07
1
-2
/
+2
*
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-07
1
-2
/
+2
*
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
1
-24
/
+24
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
1
-20
/
+35
*
perf maps: Add functions to access maps
Ian Rogers
2023-04-04
1
-21
/
+23
*
perf maps: Remove rb_node from struct map
Ian Rogers
2023-04-04
1
-27
/
+50
*
perf map: Move map list node into symbol
Ian Rogers
2023-04-04
1
-20
/
+53
*
perf symbol: Sort names under write lock
Ian Rogers
2023-03-20
1
-0
/
+7
*
perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
Krister Johansen
2023-02-02
1
-2
/
+15
*
perf symbols: Record whether a symbol is an alias for an IFUNC symbol
Adrian Hunter
2023-02-02
1
-0
/
+4
*
perf symbols: Add dso__find_symbol_nocache()
Adrian Hunter
2023-01-22
1
-0
/
+5
*
perf dso: Hold lock when accessing nsinfo
Ian Rogers
2022-10-04
1
-1
/
+1
*
perf dso: Update use of pthread mutex
Ian Rogers
2022-10-04
1
-2
/
+2
*
perf tools: Automatically use guest kcore_dir if present
Adrian Hunter
2022-07-20
1
-2
/
+4
*
perf symbol: Remove arch__symbols__fixup_end()
Namhyung Kim
2022-04-28
1
-5
/
+0
*
perf symbol: Update symbols__fixup_end()
Namhyung Kim
2022-04-28
1
-4
/
+25
*
perf symbol: Pass is_kallsyms to symbols__fixup_end()
Namhyung Kim
2022-04-28
1
-3
/
+4
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-03-22
1
-1
/
+1
|
\
|
*
perf symbols: Fix symbol size calculation condition
Michael Petlan
2022-03-18
1
-1
/
+1
*
|
perf namespaces: Add functions to access nsinfo
Ian Rogers
2022-02-11
1
-4
/
+4
*
|
perf tools: Try chroot'ed filename when opening dso/symbol
Namhyung Kim
2022-02-10
1
-0
/
+10
|
/
*
perf symbols: Factor out annotation init/exit
Ian Rogers
2021-11-13
1
-1
/
+8
*
perf tools: Refactor out kernel symbol argument sanity checking
James Clark
2021-11-07
1
-0
/
+22
*
perf symbols: Ignore $a/$d symbols for ARM modules
Lexi Shao
2021-11-07
1
-0
/
+4
*
perf symbol: Look for ImageBase in PE file to compute .text offset
Remi Bernon
2021-09-10
1
-4
/
+16
*
perf symbol: Remove redundant libbfd checks
Nicholas Fraser
2021-02-18
1
-9
/
+0
*
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2021-02-16
1
-10
/
+5
|
\
|
*
perf symbols: Fix return value when loading PE DSO
Nicholas Fraser
2021-02-12
1
-1
/
+3
|
*
perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache only
Nicholas Fraser
2021-02-12
1
-7
/
+1
|
*
perf symbols: Use (long) for iterator for bfd symbols
Dmitry Safonov
2021-02-12
1
-2
/
+1
*
|
perf script: Support filtering by hex address
Jin Yao
2021-02-08
1
-0
/
+49
|
/
*
perf symbols: Try to load vmlinux from buildid database
Jiri Olsa
2020-11-27
1
-0
/
+16
*
perf tools: Fix crash with non-jited bpf progs
Tommi Rantala
2020-11-03
1
-0
/
+7
*
perf tools: Pass build_id object to dso__build_id_equal()
Jiri Olsa
2020-10-14
1
-1
/
+1
*
perf tools: Pass build_id object to dso__set_build_id()
Jiri Olsa
2020-10-14
1
-1
/
+1
*
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
2020-10-14
1
-1
/
+1
*
perf tools: Pass build id object to sysfs__read_build_id()
Jiri Olsa
2020-10-14
1
-4
/
+3
*
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
2020-10-14
1
-3
/
+3
*
perf tools: Use build_id object in dso
Jiri Olsa
2020-10-14
1
-1
/
+1
*
perf symbols: Try reading the symbol table with libbfd
Remi Bernon
2020-09-04
1
-0
/
+140
*
perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbols
Arnaldo Carvalho de Melo
2020-08-21
1
-0
/
+1
*
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
Jiri Olsa
2020-08-13
1
-12
/
+12
*
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
2020-07-10
1
-0
/
+1
*
perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list ...
Sven Schnelle
2020-07-07
1
-0
/
+2
[next]