index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf-filter.c
Age
Commit message (
Expand
)
Author
2025-06-09
perf target: Remove uid from target
Ian Rogers
2025-06-09
perf bpf-filter: Improve error messages
Namhyung Kim
2024-11-22
perf bpf-filter: Return -ENOMEM directly when pfi allocation fails
Hao Ge
2024-08-28
perf bpf-filter: Support filtering on cgroups
Namhyung Kim
2024-08-28
perf bpf-filter: Support multiple events properly
Namhyung Kim
2024-08-01
perf bpf-filter: Support separate lost counts for each filter
Namhyung Kim
2024-08-01
perf bpf-filter: Support pin/unpin BPF object
Namhyung Kim
2024-08-01
perf bpf-filter: Split per-task filter use case
Namhyung Kim
2024-08-01
perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
Namhyung Kim
2024-08-01
perf bpf-filter: Make filters map a single entry hashmap
Namhyung Kim
2024-05-30
perf bpf filter: Add uid and gid terms
Ian Rogers
2024-05-30
perf bpf filter: Give terms their own enum
Ian Rogers
2023-08-15
perf bpf-filter: Fix sample flag check with ||
Namhyung Kim
2023-08-03
perf build: Include generated header files properly
Namhyung Kim
2023-03-15
perf bpf filter: Show warning for missing sample flags
Namhyung Kim
2023-03-15
perf bpf filter: Add logical OR operator
Namhyung Kim
2023-03-15
perf bpf filter: Add 'pid' sample data support
Namhyung Kim
2023-03-15
perf record: Record dropped sample count
Namhyung Kim
2023-03-15
perf bpf filter: Implement event sample filtering
Namhyung Kim
2023-03-15
perf bpf filter: Introduce basic BPF filter expression
Namhyung Kim