aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/map_perf_test_user.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-6/+0
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfGravatar Daniel T. Lee 1-59/+105
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hGravatar Jakub Kicinski 1-1/+1
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameGravatar Martin KaFai Lau 1-0/+1
2017-09-21samples/bpf: Use getppid instead of getpgrp for array map stressGravatar Joel Fernandes 1-1/+1
2017-09-01bpf: Add lru_hash_lookup performance testGravatar Martin KaFai Lau 1-3/+74
2017-08-19bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testGravatar Martin KaFai Lau 1-3/+9
2017-05-03samples/bpf: load_bpf.c make callback fixup more flexibleGravatar Jesper Dangaard Brouer 1-7/+7
2017-04-17bpf: lru: Add map-in-map LRU exampleGravatar Martin KaFai Lau 1-0/+62
2017-04-17bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defGravatar Martin KaFai Lau 1-56/+92
2017-04-17bpf: lru: Refactor LRU map tests in map_perf_testGravatar Martin KaFai Lau 1-17/+36
2017-03-16samples/bpf: add map_lookup microbenchmarkGravatar Alexei Starovoitov 1-0/+32
2017-01-23samples/bpf: add lpm-trie benchmarkGravatar David Herrmann 1-0/+49
2016-11-15bpf: Add tests for the LRU bpf_htabGravatar Martin KaFai Lau 1-0/+32
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cGravatar Naveen N. Rao 1-0/+1
2016-03-08samples/bpf: add map performance testGravatar Alexei Starovoitov 1-0/+155