* 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 CREATE_TRACE_POINTS
#define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers
-#include "../instrumentation/syscalls/headers/syscall.h"
+//test #include "../instrumentation/syscalls/headers/syscalls.h"
+#include "../instrumentation/events/lttng-module/syscalsl.h"
MODULE_LICENSE("GPL and additional rights");
MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");