index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
bpf
/
map_perf_test_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
1
-1
/
+1
2022-12-30
samples/bpf: Change _kern suffix to .bpf with syscall tracing program
Daniel T. Lee
1
-1
/
+1
2022-09-05
samples/bpf: Reduce syscall overhead in map_perf_test.
Alexei Starovoitov
1
-1
/
+1
2022-04-11
samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
1
-1
/
+0
2022-01-26
samples/bpf: use preferred getters/setters instead of deprecated ones
Andrii Nakryiko
1
-1
/
+1
2021-12-03
samples/bpf: Get rid of deprecated libbpf API uses
Andrii Nakryiko
1
-6
/
+9
2020-12-03
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
1
-6
/
+0
2020-07-08
samples: bpf: Refactor BPF map performance test with libbpf
Daniel T. Lee
1
-59
/
+105
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-4
/
+1
2018-05-15
samples: bpf: include bpf/bpf.h instead of local libbpf.h
Jakub Kicinski
1
-1
/
+1
2017-09-29
bpf: libbpf: Provide basic API support to specify BPF obj name
Martin KaFai Lau
1
-0
/
+1
2017-09-21
samples/bpf: Use getppid instead of getpgrp for array map stress
Joel Fernandes
1
-1
/
+1
2017-09-01
bpf: Add lru_hash_lookup performance test
Martin KaFai Lau
1
-3
/
+74
2017-08-20
bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test
Martin KaFai Lau
1
-3
/
+9
2017-05-03
samples/bpf: load_bpf.c make callback fixup more flexible
Jesper Dangaard Brouer
1
-7
/
+7
2017-04-17
bpf: lru: Add map-in-map LRU example
Martin KaFai Lau
1
-0
/
+62
2017-04-17
bpf: Allow bpf sample programs (*_user.c) to change bpf_map_def
Martin KaFai Lau
1
-56
/
+92
2017-04-17
bpf: lru: Refactor LRU map tests in map_perf_test
Martin KaFai Lau
1
-17
/
+36
2017-03-17
samples/bpf: add map_lookup microbenchmark
Alexei Starovoitov
1
-0
/
+32
2017-01-24
samples/bpf: add lpm-trie benchmark
David Herrmann
1
-0
/
+49
2016-11-15
bpf: Add tests for the LRU bpf_htab
Martin KaFai Lau
1
-0
/
+32
2016-04-06
samples/bpf: Fix build breakage with map_perf_test_user.c
Naveen N. Rao
1
-0
/
+1
2016-03-09
samples/bpf: add map performance test
Alexei Starovoitov
1
-0
/
+155