Rename LTTng instrumentation macros
[lttng-modules.git] / instrumentation / syscalls / lttng-syscalls-generate-headers.sh
index a6320047be34b375b756457ac5fd3526399bcfc7..61e29e290cc65232e37d34a9d4858497ca2e1e5c 100755 (executable)
@@ -76,7 +76,7 @@ echo \
 #if !defined(_TRACE_SYSCALLS_${CLASSCAP}_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _TRACE_SYSCALLS_${CLASSCAP}_H
 
-#include <linux/tracepoint.h>
+#include "../../../probes/lttng-tracepoint-event.h"
 #include <linux/syscalls.h>
 #include \"${INPUTFILE}_${CLASS}_override.h\"
 #include \"syscalls_${CLASS}_override.h\"
This page took 0.025484 seconds and 4 git commands to generate.