X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttng-syscalls-exit-table.c;h=767c6e26a2efb7539820c739efb5415328af3b8d;hb=b03cf820f4aea4e37df6603ddd499c96e23d66fc;hp=8e49b42504d65118d0673ad91e64971f76be82fe;hpb=0d49efc853b23612f434bfaa5bddf4319abe7883;p=lttng-modules.git diff --git a/src/lttng-syscalls-exit-table.c b/src/lttng-syscalls-exit-table.c index 8e49b425..767c6e26 100644 --- a/src/lttng-syscalls-exit-table.c +++ b/src/lttng-syscalls-exit-table.c @@ -25,7 +25,7 @@ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS #define TP_MODULE_NOINIT -#define TRACE_INCLUDE_PATH instrumentation/syscalls/headers +#define TRACE_INCLUDE_PATH instrumentation/syscalls #define PARAMS(args...) args @@ -64,12 +64,12 @@ #undef TRACE_SYSTEM #define TRACE_SYSTEM syscall_exit_integers #define TRACE_INCLUDE_FILE syscalls_integers -#include +#include #undef TRACE_INCLUDE_FILE #undef TRACE_SYSTEM #define TRACE_SYSTEM syscall_exit_pointers #define TRACE_INCLUDE_FILE syscalls_pointers -#include +#include #undef TRACE_INCLUDE_FILE #undef TRACE_SYSTEM #undef SC_LTTNG_TRACEPOINT_ENUM @@ -97,8 +97,8 @@ /* Event syscall enter tracing table */ static const struct trace_syscall_entry _sc_exit_table[] = { -#include -#include +#include +#include }; const struct trace_syscall_table sc_exit_table = {