summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/test_overhead.c
diff options
context:
space:
mode:
authorAndrii Nakryiko <andriin@fb.com>2020-02-29 15:11:12 -0800
committerAlexei Starovoitov <ast@kernel.org>2020-03-02 16:25:14 -0800
commitdf8ff35311c8d10d90b4604c02b32c361dc997aa (patch)
treeb8393760f038a2a900c3f565514e9b326589439e /tools/testing/selftests/bpf/progs/test_overhead.c
parent396f544ed5e5a9c40de5663b774f643644cba059 (diff)
downloadlinux-stable-df8ff35311c8d10d90b4604c02b32c361dc997aa.tar.gz
linux-stable-df8ff35311c8d10d90b4604c02b32c361dc997aa.tar.bz2
linux-stable-df8ff35311c8d10d90b4604c02b32c361dc997aa.zip
libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
Move BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macro into libbpf's bpf_tracing.h header to make it available for non-selftests users. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200229231112.1240137-5-andriin@fb.com
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_overhead.c')
-rw-r--r--tools/testing/selftests/bpf/progs/test_overhead.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/progs/test_overhead.c b/tools/testing/selftests/bpf/progs/test_overhead.c
index f43714c69cc8..56a50b25cd33 100644
--- a/tools/testing/selftests/bpf/progs/test_overhead.c
+++ b/tools/testing/selftests/bpf/progs/test_overhead.c
@@ -6,7 +6,6 @@
#include <linux/ptrace.h>
#include <bpf/bpf_helpers.h>
#include <bpf/bpf_tracing.h>
-#include "bpf_trace_helpers.h"
struct task_struct;