X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flttng-syscalls-entry-table.c;h=a9cfe576ca184bd37231e61ad221cfb9c49a3188;hb=b03cf820f4aea4e37df6603ddd499c96e23d66fc;hp=7324f4877089856960b6d7cc48af680925a49859;hpb=0d49efc853b23612f434bfaa5bddf4319abe7883;p=lttng-modules.git diff --git a/src/lttng-syscalls-entry-table.c b/src/lttng-syscalls-entry-table.c index 7324f487..a9cfe576 100644 --- a/src/lttng-syscalls-entry-table.c +++ b/src/lttng-syscalls-entry-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_entry_integers #define TRACE_INCLUDE_FILE syscalls_integers -#include +#include #undef TRACE_INCLUDE_FILE #undef TRACE_SYSTEM #define TRACE_SYSTEM syscall_entry_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_table[] = { -#include -#include +#include +#include }; const struct trace_syscall_table sc_table = {