Use perl for regexp
[lttng-modules.git] / lttng-syscalls.c
index 2a63ad5213d653d7ad7c4b57bf2f95959bc257c5..c0550ab0d08b692c50fa1b205b0566a96eca9575 100644 (file)
@@ -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
This page took 0.023959 seconds and 4 git commands to generate.