X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fsyscalls%2Fheaders%2Farm-32-syscalls_pointers_override.h;fp=instrumentation%2Fsyscalls%2Fheaders%2Farm-32-syscalls_pointers_override.h;h=0000000000000000000000000000000000000000;hb=7c6d929d62a6e24fb1dbeaee5cd2c8afe77720b7;hp=68ba1c4edecb835f67219a6af3e740baf2e0df42;hpb=cf77d12083b5092eca8c6f9899ec0892756845aa;p=lttng-modules.git diff --git a/instrumentation/syscalls/headers/arm-32-syscalls_pointers_override.h b/instrumentation/syscalls/headers/arm-32-syscalls_pointers_override.h deleted file mode 100644 index 68ba1c4e..00000000 --- a/instrumentation/syscalls/headers/arm-32-syscalls_pointers_override.h +++ /dev/null @@ -1,43 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ - -#define OVERRIDE_TABLE_32_mmap2 - -# 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 - -#ifndef CREATE_SYSCALL_TABLE - -#define OVERRIDE_32_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) - -#endif /* CREATE_SYSCALL_TABLE */ - -