aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/bpf_skel/sample_filter.bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim1-2/+2
2023-04-10perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union perf_mem_data_src'Ian Rogers1-2/+26
2023-03-15perf bpf filter: Add logical OR operatorNamhyung Kim1-13/+25
2023-03-15perf bpf filter: Add data_src sample data supportNamhyung Kim1-0/+23
2023-03-15perf bpf filter: Add more weight sample data supportNamhyung Kim1-0/+8
2023-03-15perf bpf filter: Add 'pid' sample data supportNamhyung Kim1-1/+4
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim1-0/+126