aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_overhead_kprobe_kern.c
AgeCommit message (Expand)Author
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee
2023-01-15samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee
2023-01-15samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen
2019-10-08selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko
2016-04-07samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov