aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/map_perf_test_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-29samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee1-301/+0
2022-12-29samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing programDaniel T. Lee1-3/+2
2022-12-29samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee1-9/+8
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov1-16/+28
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee1-88/+91
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee1-3/+6
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen1-2/+2
2019-11-02bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann1-2/+2
2019-10-08selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko1-0/+1
2019-10-08selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko1-11/+12
2017-09-21samples/bpf: Use getppid instead of getpgrp for array map stressJoel Fernandes1-1/+1
2017-09-01bpf: Add lru_hash_lookup performance testMartin KaFai Lau1-6/+38
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau1-0/+2
2017-04-17bpf: lru: Add map-in-map LRU exampleMartin KaFai Lau1-3/+31
2017-04-17bpf: lru: Refactor LRU map tests in map_perf_testMartin KaFai Lau1-12/+31
2017-03-16samples/bpf: add map_lookup microbenchmarkAlexei Starovoitov1-0/+33
2017-01-23samples/bpf: add lpm-trie benchmarkDavid Herrmann1-0/+30
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau1-0/+39
2016-03-08samples/bpf: add map performance testAlexei Starovoitov1-0/+100