index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
maps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-08
perf maps: Fix display of kernel symbols
Christophe Leroy
1
-1
/
+6
2024-06-07
perf maps: Add/use a sorted insert for fixup overlap and insert
Ian Rogers
1
-6
/
+59
2024-06-07
perf maps: Reduce sorting for overlapping mappings
Ian Rogers
1
-19
/
+36
2024-06-07
perf maps: Fix use after free in __maps__fixup_overlap_and_insert
Ian Rogers
1
-4
/
+5
2024-05-10
perf maps: Re-use __maps__free_maps_by_name()
James Clark
1
-7
/
+7
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-7
/
+7
2024-05-02
perf maps: Remove check_invariants() from maps__lock()
Namhyung Kim
1
-5
/
+11
2024-03-01
perf map: Fix map reference count issues
Ian Rogers
1
-7
/
+7
2024-02-12
perf maps: Locking tidy up of nr_maps
Ian Rogers
1
-2
/
+8
2024-02-12
perf maps: Hide maps internals
Ian Rogers
1
-0
/
+96
2024-02-12
perf maps: Get map before returning in maps__find_next_entry
Ian Rogers
1
-1
/
+1
2024-02-12
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
1
-3
/
+3
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
1
-7
/
+10
2024-02-12
perf maps: Switch from rbtree to lazily sorted array for addresses
Ian Rogers
1
-474
/
+729
2023-12-20
perf maps: Fix up overlaps during fixup_end
Ian Rogers
1
-1
/
+1
2023-12-20
perf maps: Reduce scope of map_rb_node and maps internals
Ian Rogers
1
-35
/
+55
2023-12-20
perf maps: Add find next entry to give entry after the given map
Ian Rogers
1
-0
/
+11
2023-12-20
perf maps: Add maps__load_first()
Ian Rogers
1
-0
/
+13
2023-12-20
perf maps: Rename clone to copy from
Ian Rogers
1
-5
/
+1
2023-12-20
perf maps: Do simple merge if given map doesn't overlap
Ian Rogers
1
-0
/
+11
2023-12-20
perf maps: Refactor maps__fixup_overlappings()
Ian Rogers
1
-22
/
+35
2023-12-20
perf maps: Add remove maps function to remove a map based on callback
Ian Rogers
1
-0
/
+24
2023-12-20
perf maps: Reduce scope of maps__for_each_entry()
Ian Rogers
1
-0
/
+3
2023-12-19
perf maps: Add maps__for_each_map to iterate maps holding the lock
Ian Rogers
1
-33
/
+66
2023-12-06
perf maps: Move symbol maps functions to maps.c
Ian Rogers
1
-0
/
+238
2023-06-12
perf maps: Fix overlapping memory leak
Ian Rogers
1
-0
/
+1
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
1
-1
/
+1
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-1
/
+1
2023-04-19
perf map: Add reference count checking
Ian Rogers
1
-2
/
+2
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
1
-3
/
+3
2023-04-19
perf maps: Add reference count checking
Ian Rogers
1
-21
/
+26
2023-04-19
perf maps: Add maps__refcnt() accessor to allow checking maps pointer
Arnaldo Carvalho de Melo
1
-3
/
+3
2023-04-07
perf maps: Modify maps_by_name to hold a reference to a map
Ian Rogers
1
-14
/
+16
2023-04-07
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-4
/
+4
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-15
/
+15
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-3
/
+4
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-31
/
+40
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
1
-62
/
+118
2022-02-14
perf maps: Move maps code to own C file
Ian Rogers
1
-0
/
+403