diff options
author | Alexei Starovoitov <ast@kernel.org> | 2018-03-28 12:05:39 -0700 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-03-28 22:55:19 +0200 |
commit | 4662a4e53890badf4da17e441606a2885f29d56d (patch) | |
tree | f1a09047f3d67d5f6264e7f9b6d94b96eabf7111 /samples/bpf/Makefile | |
parent | a0fe3e574b50461c4811ce81811f0eaefda62871 (diff) | |
download | lwn-4662a4e53890badf4da17e441606a2885f29d56d.tar.gz lwn-4662a4e53890badf4da17e441606a2885f29d56d.zip |
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>
Diffstat (limited to 'samples/bpf/Makefile')
-rw-r--r-- | samples/bpf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile index 2c2a587e0942..4d6a6edd4bf6 100644 --- a/samples/bpf/Makefile +++ b/samples/bpf/Makefile @@ -119,6 +119,7 @@ always += offwaketime_kern.o always += spintest_kern.o always += map_perf_test_kern.o always += test_overhead_tp_kern.o +always += test_overhead_raw_tp_kern.o always += test_overhead_kprobe_kern.o always += parse_varlen.o parse_simple.o parse_ldabs.o always += test_cgrp2_tc_kern.o |