X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-syscalls.c;fp=lttng-syscalls.c;h=c0550ab0d08b692c50fa1b205b0566a96eca9575;hb=177b36924b27f47d604bcdd8e363bb401286fbb7;hp=2a63ad5213d653d7ad7c4b57bf2f95959bc257c5;hpb=25631135724387849b45eaed70d75e072c29e2f5;p=lttng-modules.git diff --git a/lttng-syscalls.c b/lttng-syscalls.c index 2a63ad52..c0550ab0 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -35,8 +35,8 @@ static void syscall_entry_probe(void *__data, struct pt_regs *regs, long id); #define TP_MODULE_OVERRIDE #define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers - -#include "instrumentation/syscalls/headers/syscalls.h" +#include "instrumentation/syscalls/headers/syscalls_integers.h" +#include "instrumentation/syscalls/headers/syscalls_pointers.h" #undef TP_MODULE_OVERRIDE #undef TP_PROBE_CB @@ -62,7 +62,8 @@ struct trace_syscall_entry { }, static struct trace_syscall_entry sc_table[] = { -#include "instrumentation/syscalls/headers/syscalls.h" +#include "instrumentation/syscalls/headers/syscalls_integers.h" +#include "instrumentation/syscalls/headers/syscalls_pointers.h" }; #undef CREATE_SYSCALL_TABLE