summaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_overhead_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee2023-01-151-3/+3
* samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee2023-01-151-9/+19
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-1/+0
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-021-2/+0
* samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-261-23/+59
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* samples/bpf: Check the error of write() and read()Taeung Song2018-07-051-4/+15
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-141-1/+1
* samples/bpf: raw tracepoint testAlexei Starovoitov2018-03-281-0/+12
* samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov2016-04-071-0/+162