samples/bpf: raw tracepoint test
authorAlexei Starovoitov <ast@kernel.org>
Wed, 28 Mar 2018 19:05:39 +0000 (12:05 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 28 Mar 2018 20:55:19 +0000 (22:55 +0200)
commit4662a4e53890badf4da17e441606a2885f29d56d
treef1a09047f3d67d5f6264e7f9b6d94b96eabf7111
parenta0fe3e574b50461c4811ce81811f0eaefda62871
samples/bpf: raw tracepoint test

add empty raw_tracepoint bpf program to test overhead similar
to kprobe and traditional tracepoint tests

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/Makefile
samples/bpf/bpf_load.c
samples/bpf/test_overhead_raw_tp_kern.c [new file with mode: 0644]
samples/bpf/test_overhead_user.c