index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf-filter.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
perf bpf: Move the LIBBPF_CURRENT_VERSION_GEQ macro to bpf-utils.h
Arnaldo Carvalho de Melo
1
-4
/
+1
2025-09-30
perf bpf-filter: Fix opts declaration on older libbpfs
Ian Rogers
1
-0
/
+8
2025-08-07
perf bpf-filter: Enable events manually
Ilya Leoshkevich
1
-1
/
+4
2025-06-09
perf target: Remove uid from target
Ian Rogers
1
-1
/
+1
2025-06-09
perf bpf-filter: Improve error messages
Namhyung Kim
1
-0
/
+28
2024-11-22
perf bpf-filter: Return -ENOMEM directly when pfi allocation fails
Hao Ge
1
-1
/
+1
2024-08-28
perf bpf-filter: Support filtering on cgroups
Namhyung Kim
1
-0
/
+1
2024-08-28
perf bpf-filter: Support multiple events properly
Namhyung Kim
1
-32
/
+256
2024-08-01
perf bpf-filter: Support separate lost counts for each filter
Namhyung Kim
1
-2
/
+35
2024-08-01
perf bpf-filter: Support pin/unpin BPF object
Namhyung Kim
1
-34
/
+196
2024-08-01
perf bpf-filter: Split per-task filter use case
Namhyung Kim
1
-40
/
+146
2024-08-01
perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
Namhyung Kim
1
-1
/
+1
2024-08-01
perf bpf-filter: Make filters map a single entry hashmap
Namhyung Kim
1
-25
/
+56
2024-05-30
perf bpf filter: Add uid and gid terms
Ian Rogers
1
-0
/
+5
2024-05-30
perf bpf filter: Give terms their own enum
Ian Rogers
1
-13
/
+15
2023-08-15
perf bpf-filter: Fix sample flag check with ||
Namhyung Kim
1
-0
/
+10
2023-08-03
perf build: Include generated header files properly
Namhyung Kim
1
-2
/
+2
2023-03-15
perf bpf filter: Show warning for missing sample flags
Namhyung Kim
1
-0
/
+62
2023-03-15
perf bpf filter: Add logical OR operator
Namhyung Kim
1
-0
/
+25
2023-03-15
perf bpf filter: Add 'pid' sample data support
Namhyung Kim
1
-1
/
+3
2023-03-15
perf record: Record dropped sample count
Namhyung Kim
1
-0
/
+7
2023-03-15
perf bpf filter: Implement event sample filtering
Namhyung Kim
1
-0
/
+64
2023-03-15
perf bpf filter: Introduce basic BPF filter expression
Namhyung Kim
1
-0
/
+37