summaryrefslogtreecommitdiff
path: root/samples/bpf/test_overhead_kprobe_kern.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee1-47/+0
2023-01-16samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee1-3/+1
2023-01-16samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee1-1/+1
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao1-5/+6
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich1-3/+9
2020-01-21samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen1-2/+2
2019-10-09selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko1-0/+1
2016-04-08samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov1-0/+41