Put syscall tracing without arg types back in place
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Sep 2011 23:11:49 +0000 (19:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Sep 2011 23:11:49 +0000 (19:11 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-probe-syscalls.c

index 2c174782555569a5a62f7add3b9f35d3b10db757..ee196e41b547a9155d315e1eb93e79a3493e1ad0 100644 (file)
  */
 #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
 
 //test #include "../instrumentation/syscalls/headers/syscalls.h"
-#include "../instrumentation/events/lttng-module/syscalsl.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.028639 seconds and 4 git commands to generate.