Revert to working code for now
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Sep 2011 23:10:06 +0000 (19:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Sep 2011 23:10:06 +0000 (19:10 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-probe-syscalls.c

index b1c5f39470984b35dd947f58462ece79c070ab34..2c174782555569a5a62f7add3b9f35d3b10db757 100644 (file)
@@ -14,7 +14,7 @@
  * 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.
@@ -23,7 +23,8 @@
 #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>");
This page took 0.025895 seconds and 4 git commands to generate.