index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Fixup module symbol end address properly
Namhyung Kim
2024-02-16
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-18
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-04
1
-0
/
+2
*
perf symbol: Avoid an undefined behavior warning
Ian Rogers
2023-09-15
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-23
1
-61
/
+63
*
perf dso: Sort symbols under lock
Ian Rogers
2023-06-23
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-06
1
-4
/
+17
*
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
2023-04-06
1
-3
/
+3
*
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
2023-04-06
1
-2
/
+2
*
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-06
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-01
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
[next]