OSDN Git Service

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)
commit1da236b6be9632255ab034f22aca5b78d7c3c007
tree172104216444020892b0fbbd0f4de8a72e8686a9
parentcf5f5cea270655dd49370760576c64b228583b79
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]