aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/test_map_in_map_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee1-176/+0
2023-01-15samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee1-3/+4
2022-12-29samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee1-1/+0
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich1-4/+3
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee1-43/+42
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-7/+8
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau1-0/+173