]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7ad8ab53f2345f67a3f226b082440b868c31d393
treef1a09047f3d67d5f6264e7f9b6d94b96eabf7111
parent06a433491061b6bdb2e4ed7215e583d40381c0ad
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