summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf-filter.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-23perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge1-1/+1
2024-08-29perf bpf-filter: Support filtering on cgroupsNamhyung Kim1-0/+1
2024-08-29perf bpf-filter: Support multiple events properlyNamhyung Kim1-32/+256
2024-08-01perf bpf-filter: Support separate lost counts for each filterNamhyung Kim1-2/+35
2024-08-01perf bpf-filter: Support pin/unpin BPF objectNamhyung Kim1-34/+196
2024-08-01perf bpf-filter: Split per-task filter use caseNamhyung Kim1-40/+146
2024-08-01perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()Namhyung Kim1-1/+1
2024-08-01perf bpf-filter: Make filters map a single entry hashmapNamhyung Kim1-25/+56
2024-05-30perf bpf filter: Add uid and gid termsIan Rogers1-0/+5
2024-05-30perf bpf filter: Give terms their own enumIan Rogers1-13/+15
2023-08-15perf bpf-filter: Fix sample flag check with ||Namhyung Kim1-0/+10
2023-08-03perf build: Include generated header files properlyNamhyung Kim1-2/+2
2023-03-15perf bpf filter: Show warning for missing sample flagsNamhyung Kim1-0/+62
2023-03-15perf bpf filter: Add logical OR operatorNamhyung Kim1-0/+25
2023-03-15perf bpf filter: Add 'pid' sample data supportNamhyung Kim1-1/+3
2023-03-15perf record: Record dropped sample countNamhyung Kim1-0/+7
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim1-0/+64
2023-03-15perf bpf filter: Introduce basic BPF filter expressionNamhyung Kim1-0/+37