aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/syscall_tp_user.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessGravatar Jinghao Jia 1-3/+20
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsGravatar Jinghao Jia 1-12/+12
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKGravatar Yafang Shao 1-1/+0
2022-04-04sample: bpf: syscall_tp_user: Print result of verify_mapGravatar Song Chen 1-0/+3
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-2/+0
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfGravatar Daniel T. Lee 1-12/+42
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-10-25bpf: add a test case to test single tp multiple bpf attachmentGravatar Yonghong Song 1-13/+53
2017-08-07bpf: add a test case for syscalls/sys_{enter|exit}_* tracepointsGravatar Yonghong Song 1-0/+71