summaryrefslogtreecommitdiffstats
path: root/samples/bpf/syscall_tp_user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia2023-09-211-3/+20
* samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia2023-09-211-12/+12
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-111-1/+0
* sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen2022-04-041-0/+3
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-031-2/+0
* samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-251-12/+42
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-151-1/+1
* bpf: add a test case to test single tp multiple bpf attachmentYonghong Song2017-10-251-13/+53
* bpf: add a test case for syscalls/sys_{enter|exit}_* tracepointsYonghong Song2017-08-071-0/+71