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
*
Merge tag 'v6.12-rc3' into perf-tools-next
Namhyung Kim
2024-10-14
1
-0
/
+3
|
\
|
*
perf symbol: Set binary_type of dso when loading
Namhyung Kim
2024-09-22
1
-0
/
+3
*
|
perf symbol: Do not fixup end address of labels
Namhyung Kim
2024-09-26
1
-1
/
+1
|
/
*
perf cap: Tidy up and improve capability testing
Ian Rogers
2024-08-20
1
-4
/
+4
*
perf dso: Fix address sanitizer build
Ian Rogers
2024-07-12
1
-7
/
+8
*
perf symbol: Simplify kernel module checking
Namhyung Kim
2024-06-25
1
-4
/
+1
*
tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
Athira Rajeev
2024-06-25
1
-1
/
+2
*
perf symbols: Fix ownership of string in dso__load_vmlinux()
James Clark
2024-05-09
1
-3
/
+8
*
perf symbols: Update kcore map before merging in remaining symbols
James Clark
2024-05-09
1
-19
/
+21
*
perf symbols: Remove map from list before updating addresses
James Clark
2024-05-09
1
-4
/
+6
*
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
2024-05-07
1
-25
/
+1
*
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-05-06
1
-91
/
+95
*
perf tools: Fixup module symbol end address properly
Namhyung Kim
2024-02-17
1
-2
/
+19
*
perf maps: Hide maps internals
Ian Rogers
2024-02-12
1
-0
/
+10
*
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
2024-02-12
1
-7
/
+11
*
perf maps: Get map before returning in maps__find
Ian Rogers
2024-02-12
1
-1
/
+2
*
perf maps: Add remove maps function to remove a map based on callback
Ian Rogers
2023-12-20
1
-12
/
+12
*
perf symbol: Use function to add missing maps lock
Ian Rogers
2023-12-19
1
-17
/
+19
*
perf maps: Move symbol maps functions to maps.c
Ian Rogers
2023-12-06
1
-248
/
+0
*
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
2023-12-06
1
-4
/
+2
*
perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
Ian Rogers
2023-10-25
1
-1
/
+4
*
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
2023-10-25
1
-2
/
+2
*
perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols
Arnaldo Carvalho de Melo
2023-10-12
1
-0
/
+1
*
tools/perf: Add text_end to "struct dso" to save .text section size
Athira Rajeev
2023-10-05
1
-0
/
+2
*
perf symbol: Avoid an undefined behavior warning
Ian Rogers
2023-09-16
1
-2
/
+1
*
perf symbols: Fix DSO kernel load and symbol process to correctly map DSO to ...
Athira Rajeev
2023-08-11
1
-5
/
+10
*
perf symbol: Fix uninitialized return value in symbols__find_by_name()
James Clark
2023-07-01
1
-7
/
+9
*
perf symbol: Remove symbol_name_rb_node
Ian Rogers
2023-06-24
1
-61
/
+63
*
perf dso: Sort symbols under lock
Ian Rogers
2023-06-24
1
-2
/
+6
*
perf map: Fix double 'struct map' reference free found with -DREFCNT_CHECKING=1
James Clark
2023-06-12
1
-4
/
+6
*
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
[next]