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
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
/
dlfilter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-next
Namhyung Kim
1
-17
/
+15
2023-10-12
perf dlfilter: Be defensive against potential NULL dereference
Ian Rogers
1
-1
/
+3
2023-09-29
perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()
Adrian Hunter
1
-17
/
+15
2023-08-30
perf dlfilter: Avoid leak in v0 API test use of resolve_address()
Adrian Hunter
1
-0
/
+2
2023-08-15
perf dlfilter: Add al_cleanup()
Adrian Hunter
1
-0
/
+29
2023-08-15
perf dlfilter: Initialize addr_location before passing it to thread__find_sym...
Arnaldo Carvalho de Melo
1
-0
/
+1
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-3
/
+10
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-2
/
+2
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-1
/
+1
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-4
/
+4
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-4
/
+6
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-2
/
+6
2022-12-20
perf tools: Fix usage of the verbose variable
Yang Jihong
1
-1
/
+1
2022-07-20
perf dlfilter: Add machine_pid and vcpu
Adrian Hunter
1
-0
/
+2
2021-08-11
perf tests: Add dlfilter test
Adrian Hunter
1
-2
/
+2
2021-08-11
perf build: Move perf_dlfilters.h in the source tree
Adrian Hunter
1
-1
/
+1
2021-07-01
perf dlfilter: Add object_code() to perf_dlfilter_fns
Adrian Hunter
1
-0
/
+34
2021-07-01
perf dlfilter: Add attr() to perf_dlfilter_fns
Adrian Hunter
1
-0
/
+11
2021-07-01
perf dlfilter: Add srcline() to perf_dlfilter_fns
Adrian Hunter
1
-0
/
+28
2021-07-01
perf dlfilter: Add insn() to perf_dlfilter_fns
Adrian Hunter
1
-0
/
+32
2021-07-01
perf dlfilter: Add resolve_address() to perf_dlfilter_fns
Adrian Hunter
1
-0
/
+29
2021-07-01
perf script: Add option to pass arguments to dlfilters
Adrian Hunter
1
-7
/
+38
2021-07-01
perf script: Add option to list dlfilters
Adrian Hunter
1
-1
/
+116
2021-07-01
perf script: Add dlfilter__filter_event_early()
Adrian Hunter
1
-2
/
+7
2021-07-01
perf script: Add API for filtering via dynamically loaded shared object
Adrian Hunter
1
-0
/
+330