Add script to automate the syscall extraction process
[deliverable/lttng-modules.git] / instrumentation / syscalls / headers / x86-32-syscalls-3.1.0-rc6_pointers_override.h
index e0235bee9a98c1b7c0be800c45136ce4adc3ce2c..7c804a67e3cb445a5484da4e3d8bf369d8bb5e7a 100644 (file)
@@ -1,17 +1,43 @@
-#ifndef CONFIG_UID16
-
-#define OVERRIDE_sys_getgroups16
-#define OVERRIDE_sys_setgroups16
-#define OVERRIDE_sys_lchown16
-#define OVERRIDE_sys_getresuid16
-#define OVERRIDE_sys_getresgid16
-#define OVERRIDE_sys_chown16
-
-#define OVERRIDE_TABLE_sys_getgroups16
-#define OVERRIDE_TABLE_sys_setgroups16
-#define OVERRIDE_TABLE_sys_lchown16
-#define OVERRIDE_TABLE_sys_getresuid16
-#define OVERRIDE_TABLE_sys_getresgid16
-#define OVERRIDE_TABLE_sys_chown16
-
-#endif
+
+#ifndef CREATE_SYSCALL_TABLE
+
+# ifndef CONFIG_UID16
+#  define OVERRIDE_32_getgroups16
+#  define OVERRIDE_32_setgroups16
+#  define OVERRIDE_32_lchown16
+#  define OVERRIDE_32_getresuid16
+#  define OVERRIDE_32_getresgid16
+#  define OVERRIDE_32_chown16
+# endif
+
+#define OVERRIDE_32_pipe
+#define OVERRIDE_64_pipe
+SC_LTTNG_TRACEPOINT_EVENT(pipe,
+    TP_PROTO(sc_exit(long ret,) int * fildes),
+    TP_ARGS(sc_exit(ret,) fildes),
+    TP_FIELDS(sc_exit(ctf_integer(long, ret, ret))
+        sc_out(ctf_user_array(int, fildes, fildes, 2))
+    )
+)
+
+#else  /* CREATE_SYSCALL_TABLE */
+
+# ifndef CONFIG_UID16
+#  define OVERRIDE_TABLE_32_getgroups16
+#  define OVERRIDE_TABLE_32_setgroups16
+#  define OVERRIDE_TABLE_32_lchown16
+#  define OVERRIDE_TABLE_32_getresuid16
+#  define OVERRIDE_TABLE_32_getresgid16
+#  define OVERRIDE_TABLE_32_chown16
+# endif
+
+#define OVERRIDE_TABLE_32_execve
+TRACE_SYSCALL_TABLE(execve, execve, 11, 3)
+#define OVERRIDE_TABLE_32_clone
+TRACE_SYSCALL_TABLE(clone, clone, 120, 5)
+#define OVERRIDE_TABLE_32_getcpu
+TRACE_SYSCALL_TABLE(getcpu, getcpu, 318, 3)
+
+#endif /* CREATE_SYSCALL_TABLE */
+
+
This page took 0.025376 seconds and 5 git commands to generate.