summaryrefslogtreecommitdiffstats
path: root/samples/bpf/syscall_tp_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-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-021-2/+0
* samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-241-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-141-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