aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/map_perf_test_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski1-1/+1
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau1-0/+1
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-3/+74
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau1-3/+9
2017-05-03samples/bpf: load_bpf.c make callback fixup more flexibleJesper Dangaard Brouer1-7/+7
2017-04-17bpf: lru: Add map-in-map LRU exampleMartin KaFai Lau1-0/+62
2017-04-17bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defMartin KaFai Lau1-56/+92
2017-04-17bpf: lru: Refactor LRU map tests in map_perf_testMartin KaFai Lau1-17/+36
2017-03-16samples/bpf: add map_lookup microbenchmarkAlexei Starovoitov1-0/+32
2017-01-23samples/bpf: add lpm-trie benchmarkDavid Herrmann1-0/+49
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau1-0/+32
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao1-0/+1
2016-03-08samples/bpf: add map performance testAlexei Starovoitov1-0/+155