summaryrefslogtreecommitdiffstats
path: root/samples/bpf/map_perf_test_kern.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee2022-12-291-301/+0
* samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee2022-12-291-3/+2
* samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee2022-12-291-9/+8
* samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov2022-09-051-16/+28
* samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee2020-07-081-88/+91
* samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee2020-07-081-3/+6
* samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+2
* bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann2019-11-021-2/+2
* selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko2019-10-081-0/+1
* selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko2019-10-081-11/+12
* samples/bpf: Use getppid instead of getpgrp for array map stressJoel Fernandes2017-09-211-1/+1
* bpf: Add lru_hash_lookup performance testMartin KaFai Lau2017-09-011-6/+38
* bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-191-0/+2
* bpf: lru: Add map-in-map LRU exampleMartin KaFai Lau2017-04-171-3/+31
* bpf: lru: Refactor LRU map tests in map_perf_testMartin KaFai Lau2017-04-171-12/+31
* samples/bpf: add map_lookup microbenchmarkAlexei Starovoitov2017-03-161-0/+33
* samples/bpf: add lpm-trie benchmarkDavid Herrmann2017-01-231-0/+30
* bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-151-0/+39
* samples/bpf: add map performance testAlexei Starovoitov2016-03-081-0/+100