summaryrefslogtreecommitdiffstats
path: root/samples/bpf/Makefile
diff options
context:
space:
mode:
authorAlexei Starovoitov2018-03-28 21:05:39 +0200
committerDaniel Borkmann2018-03-28 22:55:19 +0200
commit4662a4e53890badf4da17e441606a2885f29d56d (patch)
treef1a09047f3d67d5f6264e7f9b6d94b96eabf7111 /samples/bpf/Makefile
parentlibbpf: add bpf_raw_tracepoint_open helper (diff)
downloadkernel-qcow2-linux-4662a4e53890badf4da17e441606a2885f29d56d.tar.gz
kernel-qcow2-linux-4662a4e53890badf4da17e441606a2885f29d56d.tar.xz
kernel-qcow2-linux-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/Makefile1
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