summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf-filter.c
AgeCommit message (Expand)AuthorFilesLines
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