From: Mathieu Desnoyers Date: Thu, 15 Sep 2011 23:11:49 +0000 (-0400) Subject: Put syscall tracing without arg types back in place X-Git-Tag: v2.0-pre9~65 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=d5869321cc5bda1a078d9665e2ac280427b89f25;p=lttng-modules.git Put syscall tracing without arg types back in place Signed-off-by: Mathieu Desnoyers --- diff --git a/probes/lttng-probe-syscalls.c b/probes/lttng-probe-syscalls.c index 2c174782..ee196e41 100644 --- a/probes/lttng-probe-syscalls.c +++ b/probes/lttng-probe-syscalls.c @@ -21,10 +21,11 @@ */ #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 ");