index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
dsos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-19
perf dso: Constify dso_id
Ian Rogers
1
-6
/
+6
2024-07-03
perf dsos: When adding a dso into sorted dsos maintain the sort order
Ian Rogers
1
-5
/
+21
2024-06-25
perf tools: Fix a compiler warning of NULL pointer
Namhyung Kim
1
-0
/
+3
2024-06-25
tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...
Athira Rajeev
1
-1
/
+1
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-27
/
+27
2024-05-06
perf dsos: Switch hand crafted code to bsearch()
Ian Rogers
1
-19
/
+27
2024-05-06
perf dsos: Remove __dsos__findnew_link_by_longname_id()
Ian Rogers
1
-41
/
+10
2024-05-06
perf dsos: Remove __dsos__addnew()
Ian Rogers
1
-5
/
+0
2024-05-06
perf dsos: Switch backing storage to array from rbtree/list
Ian Rogers
1
-70
/
+118
2024-04-12
perf dsos: Switch more loops to dsos__for_each_dso()
Ian Rogers
1
-93
/
+165
2024-04-12
perf dso: Move dso functions out of dsos.c
Ian Rogers
1
-61
/
+0
2024-04-12
perf dsos: Introduce dsos__for_each_dso()
Ian Rogers
1
-0
/
+16
2024-04-12
perf dsos: Tidy reference counting and locking
Ian Rogers
1
-7
/
+66
2024-04-12
perf dsos: Attempt to better abstract DSOs internals
Ian Rogers
1
-3
/
+46
2023-04-17
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
1
-2
/
+1
2022-07-19
perf tools: Fix dso_id inode generation comparison
Adrian Hunter
1
-2
/
+13
2022-02-10
perf tools: Try chroot'ed filename when opening dso/symbol
Namhyung Kim
1
-0
/
+13
2020-10-14
perf tools: Align buildid list output for short build ids
Jiri Olsa
1
-2
/
+4
2020-10-14
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
1
-2
/
+1
2020-10-14
perf tools: Use build_id object in dso
Jiri Olsa
1
-2
/
+2
2020-03-24
perf dso: Fix dso comparison
Ravi Bangoria
1
-1
/
+21
2019-11-19
perf dso: Move dso_id from 'struct map' to 'struct dso'
Arnaldo Carvalho de Melo
1
-23
/
+64
2019-11-19
perf dsos: Remove unused dsos__find() method
Arnaldo Carvalho de Melo
1
-9
/
+0
2019-11-19
perf map: Move comparision of map's dso_id to a separate function
Arnaldo Carvalho de Melo
1
-0
/
+25
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+232