X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=samples%2Fbpf%2Ftracex1_kern.c;h=1a15f6605129e3d9208e48e21c37a4cb8746bf18;hb=c94ef13b04e2382c8fcb876705ea505bff9fb714;hp=107da148820fc6cdaadcd6e55ab38b8fa78015b5;hpb=9ba55cf7cfbfd12a7e914d0d55b7581e896b3f0d;p=linux-2.6-microblaze.git diff --git a/samples/bpf/tracex1_kern.c b/samples/bpf/tracex1_kern.c index 107da148820f..1a15f6605129 100644 --- a/samples/bpf/tracex1_kern.c +++ b/samples/bpf/tracex1_kern.c @@ -9,6 +9,7 @@ #include #include #include "bpf_helpers.h" +#include "bpf_tracing.h" #define _(P) ({typeof(P) val = 0; bpf_probe_read(&val, sizeof(val), &P); val;})