From: Mathieu Desnoyers Date: Thu, 15 Sep 2011 23:10:06 +0000 (-0400) Subject: Revert to working code for now X-Git-Tag: v2.0-pre9~66 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=705e0807f7f8563d8fa9f2700fd3d9a421c5eb6c;p=lttng-modules.git Revert to working code for now Signed-off-by: Mathieu Desnoyers --- diff --git a/probes/lttng-probe-syscalls.c b/probes/lttng-probe-syscalls.c index b1c5f394..2c174782 100644 --- a/probes/lttng-probe-syscalls.c +++ b/probes/lttng-probe-syscalls.c @@ -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 +#include /* * 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 ");