index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
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
2026-04-08
perf tools: Replace basename() calls with perf_basename()
Arnaldo Carvalho de Melo
1
-23
/
+9
2026-04-02
perf tools: prevent null dsos from being added
Anubhav Shelat
1
-0
/
+3
2025-11-26
perf tools: Don't read build-ids from non-regular files
James Clark
1
-2
/
+2
2025-08-25
perf symbol: Add blocking argument to filename__read_build_id
Ian Rogers
1
-2
/
+2
2025-07-25
perf dso: Move build_id to dso_id
Ian Rogers
1
-8
/
+10
2025-07-25
perf build-id: Change sprintf functions to snprintf
Ian Rogers
1
-1
/
+1
2025-05-21
perf rwsem: Add clang's -Wthread-safety annotations
Ian Rogers
1
-0
/
+3
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
-92
/
+164
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