lttng-events TRACE_EVENT generator cleanup
[lttng-modules.git] / probes / lttng-probe-syscalls.c
index b1c5f39470984b35dd947f58462ece79c070ab34..ee196e41b547a9155d315e1eb93e79a3493e1ad0 100644 (file)
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
-//#include <trace/events/syscalls.h>
+#include <trace/events/syscalls.h>
 
 /*
  * Create LTTng tracepoint probes.
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers
+//test #define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers
+#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
 
-#include "../instrumentation/syscalls/headers/syscall.h"
+//test #include "../instrumentation/syscalls/headers/syscalls.h"
+#include "../instrumentation/events/lttng-module/syscalls.h"
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.023797 seconds and 4 git commands to generate.