index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
dsos.c
(
follow
)
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 pattern /tmp/perf-%d.map
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->nsinfo members
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