]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints
authorYonghong Song <yhs@fb.com>
Fri, 4 Aug 2017 23:00:10 +0000 (16:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 21:09:48 +0000 (14:09 -0700)
commit652fbc3bc013e659dd6986549ebb2b33e5254878
tree172104216444020892b0fbbd0f4de8a72e8686a9
parent046fc9afc52b860f69a2814986512de57bb62dc1
bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints

Signed-off-by: Yonghong Song <yhs@fb.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/bpf/Makefile
samples/bpf/syscall_tp_kern.c [new file with mode: 0644]
samples/bpf/syscall_tp_user.c [new file with mode: 0644]