From 87b2af7b86c6effda660f20da175317f26d155c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 11 Nov 2022 12:07:12 -0500 Subject: [PATCH] Add generated arm-32 syscall instrumentation for kernel 6.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Generated by running: ./lttng-syscalls-generate-headers.sh pointers 6.0.7 arm-32-syscalls arm-32 32 && ./lttng-syscalls-generate-headers.sh integers 6.0.7 arm-32-syscalls arm-32 32 Signed-off-by: Jérémie Galarneau Signed-off-by: Mathieu Desnoyers Change-Id: I2d76629b150627670fed23d94e80ae808c09d24b --- .../headers/arm-32-syscalls_integers.h | 246 +++- .../headers/arm-32-syscalls_pointers.h | 1110 +++++++++++++---- 2 files changed, 1104 insertions(+), 252 deletions(-) diff --git a/include/instrumentation/syscalls/headers/arm-32-syscalls_integers.h b/include/instrumentation/syscalls/headers/arm-32-syscalls_integers.h index 74fb4d8a..44847ea8 100644 --- a/include/instrumentation/syscalls/headers/arm-32-syscalls_integers.h +++ b/include/instrumentation/syscalls/headers/arm-32-syscalls_integers.h @@ -2,7 +2,7 @@ /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */ -/* Generated from arm-32-syscalls 3.4.25 */ +/* Generated from arm-32-syscalls 6.0.7 */ #ifndef CREATE_SYSCALL_TABLE @@ -21,6 +21,9 @@ SC_LTTNG_TRACEPOINT_EVENT_CLASS_NOARGS(syscalls_noargs, #ifndef OVERRIDE_32_restart_syscall SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, restart_syscall) #endif +#ifndef OVERRIDE_32_fork +SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, fork) +#endif #ifndef OVERRIDE_32_getpid SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getpid) #endif @@ -60,6 +63,9 @@ SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, munlockall) #ifndef OVERRIDE_32_sched_yield SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, sched_yield) #endif +#ifndef OVERRIDE_32_vfork +SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, vfork) +#endif #ifndef OVERRIDE_32_getuid SC_LTTNG_TRACEPOINT_EVENT_INSTANCE_NOARGS(syscalls_noargs, getuid) #endif @@ -86,6 +92,13 @@ SC_LTTNG_TRACEPOINT_EVENT(restart_syscall, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret))) ) #endif +#ifndef OVERRIDE_32_fork +SC_LTTNG_TRACEPOINT_EVENT(fork, + TP_PROTO(sc_exit(long ret)), + TP_ARGS(sc_exit(ret)), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret))) +) +#endif #ifndef OVERRIDE_32_getpid SC_LTTNG_TRACEPOINT_EVENT(getpid, TP_PROTO(sc_exit(long ret)), @@ -177,6 +190,13 @@ SC_LTTNG_TRACEPOINT_EVENT(sched_yield, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret))) ) #endif +#ifndef OVERRIDE_32_vfork +SC_LTTNG_TRACEPOINT_EVENT(vfork, + TP_PROTO(sc_exit(long ret)), + TP_ARGS(sc_exit(ret)), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret))) +) +#endif #ifndef OVERRIDE_32_getuid SC_LTTNG_TRACEPOINT_EVENT(getuid, TP_PROTO(sc_exit(long ret)), @@ -458,6 +478,13 @@ SC_LTTNG_TRACEPOINT_EVENT(syncfs, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd))) ) #endif +#ifndef OVERRIDE_32_userfaultfd +SC_LTTNG_TRACEPOINT_EVENT(userfaultfd, + TP_PROTO(sc_exit(long ret,) int flags), + TP_ARGS(sc_exit(ret,) flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, flags, flags))) +) +#endif #ifndef OVERRIDE_32_kill SC_LTTNG_TRACEPOINT_EVENT(kill, TP_PROTO(sc_exit(long ret,) pid_t pid, int sig), @@ -521,13 +548,6 @@ SC_LTTNG_TRACEPOINT_EVENT(getpriority, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(int, who, who))) ) #endif -#ifndef OVERRIDE_32_bdflush -SC_LTTNG_TRACEPOINT_EVENT(bdflush, - TP_PROTO(sc_exit(long ret,) int func, long data), - TP_ARGS(sc_exit(ret,) func, data), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, func, func)) sc_inout(ctf_integer(long, data, data))) -) -#endif #ifndef OVERRIDE_32_flock SC_LTTNG_TRACEPOINT_EVENT(flock, TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd), @@ -549,6 +569,13 @@ SC_LTTNG_TRACEPOINT_EVENT(munlock, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(size_t, len, len))) ) #endif +#ifndef OVERRIDE_32_ftruncate64 +SC_LTTNG_TRACEPOINT_EVENT(ftruncate64, + TP_PROTO(sc_exit(long ret,) unsigned int fd, loff_t length), + TP_ARGS(sc_exit(ret,) fd, length), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(loff_t, length, length))) +) +#endif #ifndef OVERRIDE_32_setreuid SC_LTTNG_TRACEPOINT_EVENT(setreuid, TP_PROTO(sc_exit(long ret,) uid_t ruid, uid_t euid), @@ -628,16 +655,37 @@ SC_LTTNG_TRACEPOINT_EVENT(fanotify_init, #endif #ifndef OVERRIDE_32_setns SC_LTTNG_TRACEPOINT_EVENT(setns, - TP_PROTO(sc_exit(long ret,) int fd, int nstype), - TP_ARGS(sc_exit(ret,) fd, nstype), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, nstype, nstype))) + TP_PROTO(sc_exit(long ret,) int fd, int flags), + TP_ARGS(sc_exit(ret,) fd, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_pidfd_open +SC_LTTNG_TRACEPOINT_EVENT(pidfd_open, + TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int flags), + TP_ARGS(sc_exit(ret,) pid, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_landlock_restrict_self +SC_LTTNG_TRACEPOINT_EVENT(landlock_restrict_self, + TP_PROTO(sc_exit(long ret,) const int ruleset_fd, const __u32 flags), + TP_ARGS(sc_exit(ret,) ruleset_fd, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const int, ruleset_fd, ruleset_fd)) sc_inout(ctf_integer(const __u32, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_process_mrelease +SC_LTTNG_TRACEPOINT_EVENT(process_mrelease, + TP_PROTO(sc_exit(long ret,) int pidfd, unsigned int flags), + TP_ARGS(sc_exit(ret,) pidfd, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(unsigned int, flags, flags))) ) #endif #ifndef OVERRIDE_32_lseek SC_LTTNG_TRACEPOINT_EVENT(lseek, - TP_PROTO(sc_exit(long ret,) unsigned int fd, off_t offset, unsigned int origin), - TP_ARGS(sc_exit(ret,) fd, offset, origin), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(off_t, offset, offset)) sc_in(ctf_integer(unsigned int, origin, origin))) + TP_PROTO(sc_exit(long ret,) unsigned int fd, off_t offset, unsigned int whence), + TP_ARGS(sc_exit(ret,) fd, offset, whence), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(off_t, offset, offset)) sc_in(ctf_integer(unsigned int, whence, whence))) ) #endif #ifndef OVERRIDE_32_ioctl @@ -654,6 +702,13 @@ SC_LTTNG_TRACEPOINT_EVENT(fcntl, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg))) ) #endif +#ifndef OVERRIDE_32_sigsuspend +SC_LTTNG_TRACEPOINT_EVENT(sigsuspend, + TP_PROTO(sc_exit(long ret,) int unused1, int unused2, old_sigset_t mask), + TP_ARGS(sc_exit(ret,) unused1, unused2, mask), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, unused1, unused1)) sc_inout(ctf_integer(int, unused2, unused2)) sc_inout(ctf_integer(old_sigset_t, mask, mask))) +) +#endif #ifndef OVERRIDE_32_fchown16 SC_LTTNG_TRACEPOINT_EVENT(fchown16, TP_PROTO(sc_exit(long ret,) unsigned int fd, old_uid_t user, old_gid_t group), @@ -675,13 +730,6 @@ SC_LTTNG_TRACEPOINT_EVENT(mprotect, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned long, prot, prot))) ) #endif -#ifndef OVERRIDE_32_sysfs -SC_LTTNG_TRACEPOINT_EVENT(sysfs, - TP_PROTO(sc_exit(long ret,) int option, unsigned long arg1, unsigned long arg2), - TP_ARGS(sc_exit(ret,) option, arg1, arg2), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, option, option)) sc_in(ctf_integer(unsigned long, arg1, arg1)) sc_in(ctf_integer(unsigned long, arg2, arg2))) -) -#endif #ifndef OVERRIDE_32_msync SC_LTTNG_TRACEPOINT_EVENT(msync, TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, int flags), @@ -738,6 +786,13 @@ SC_LTTNG_TRACEPOINT_EVENT(fcntl64, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg))) ) #endif +#ifndef OVERRIDE_32_readahead +SC_LTTNG_TRACEPOINT_EVENT(readahead, + TP_PROTO(sc_exit(long ret,) int fd, loff_t offset, size_t count), + TP_ARGS(sc_exit(ret,) fd, offset, count), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(loff_t, offset, offset)) sc_in(ctf_integer(size_t, count, count))) +) +#endif #ifndef OVERRIDE_32_tgkill SC_LTTNG_TRACEPOINT_EVENT(tgkill, TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig), @@ -780,6 +835,41 @@ SC_LTTNG_TRACEPOINT_EVENT(dup3, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, oldfd, oldfd)) sc_in(ctf_integer(unsigned int, newfd, newfd)) sc_in(ctf_integer(int, flags, flags))) ) #endif +#ifndef OVERRIDE_32_membarrier +SC_LTTNG_TRACEPOINT_EVENT(membarrier, + TP_PROTO(sc_exit(long ret,) int cmd, unsigned int flags, int cpu_id), + TP_ARGS(sc_exit(ret,) cmd, flags, cpu_id), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(int, cpu_id, cpu_id))) +) +#endif +#ifndef OVERRIDE_32_mlock2 +SC_LTTNG_TRACEPOINT_EVENT(mlock2, + TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, int flags), + TP_ARGS(sc_exit(ret,) start, len, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, start, start)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_fsmount +SC_LTTNG_TRACEPOINT_EVENT(fsmount, + TP_PROTO(sc_exit(long ret,) int fs_fd, unsigned int flags, unsigned int attr_flags), + TP_ARGS(sc_exit(ret,) fs_fd, flags, attr_flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fs_fd, fs_fd)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(unsigned int, attr_flags, attr_flags))) +) +#endif +#ifndef OVERRIDE_32_close_range +SC_LTTNG_TRACEPOINT_EVENT(close_range, + TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int max_fd, unsigned int flags), + TP_ARGS(sc_exit(ret,) fd, max_fd, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, max_fd, max_fd)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_pidfd_getfd +SC_LTTNG_TRACEPOINT_EVENT(pidfd_getfd, + TP_PROTO(sc_exit(long ret,) int pidfd, int fd, unsigned int flags), + TP_ARGS(sc_exit(ret,) pidfd, fd, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif #ifndef OVERRIDE_32_ptrace SC_LTTNG_TRACEPOINT_EVENT(ptrace, TP_PROTO(sc_exit(long ret,) long request, long pid, unsigned long addr, unsigned long data), @@ -787,6 +877,27 @@ SC_LTTNG_TRACEPOINT_EVENT(ptrace, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(long, request, request)) sc_in(ctf_integer(long, pid, pid)) sc_inout(ctf_integer(unsigned long, addr, addr)) sc_inout(ctf_integer(unsigned long, data, data))) ) #endif +#ifndef OVERRIDE_32_fadvise64_64 +SC_LTTNG_TRACEPOINT_EVENT(fadvise64_64, + TP_PROTO(sc_exit(long ret,) int fd, loff_t offset, loff_t len, int advice), + TP_ARGS(sc_exit(ret,) fd, offset, len, advice), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(loff_t, offset, offset)) sc_in(ctf_integer(loff_t, len, len)) sc_in(ctf_integer(int, advice, advice))) +) +#endif +#ifndef OVERRIDE_32_old_semctl +SC_LTTNG_TRACEPOINT_EVENT(old_semctl, + TP_PROTO(sc_exit(long ret,) int semid, int semnum, int cmd, unsigned long arg), + TP_ARGS(sc_exit(ret,) semid, semnum, cmd, arg), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, semid, semid)) sc_inout(ctf_integer(int, semnum, semnum)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(unsigned long, arg, arg))) +) +#endif +#ifndef OVERRIDE_32_sync_file_range2 +SC_LTTNG_TRACEPOINT_EVENT(sync_file_range2, + TP_PROTO(sc_exit(long ret,) int fd, unsigned int flags, loff_t offset, loff_t nbytes), + TP_ARGS(sc_exit(ret,) fd, flags, offset, nbytes), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(loff_t, offset, offset)) sc_inout(ctf_integer(loff_t, nbytes, nbytes))) +) +#endif #ifndef OVERRIDE_32_tee SC_LTTNG_TRACEPOINT_EVENT(tee, TP_PROTO(sc_exit(long ret,) int fdin, int fdout, size_t len, unsigned int flags), @@ -794,6 +905,13 @@ SC_LTTNG_TRACEPOINT_EVENT(tee, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fdin, fdin)) sc_in(ctf_integer(int, fdout, fdout)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif +#ifndef OVERRIDE_32_fallocate +SC_LTTNG_TRACEPOINT_EVENT(fallocate, + TP_PROTO(sc_exit(long ret,) int fd, int mode, loff_t offset, loff_t len), + TP_ARGS(sc_exit(ret,) fd, mode, offset, len), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, mode, mode)) sc_in(ctf_integer(loff_t, offset, offset)) sc_in(ctf_integer(loff_t, len, len))) +) +#endif #ifndef OVERRIDE_32_mremap SC_LTTNG_TRACEPOINT_EVENT(mremap, TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long old_len, unsigned long new_len, unsigned long flags, unsigned long new_addr), @@ -822,6 +940,20 @@ SC_LTTNG_TRACEPOINT_EVENT(keyctl, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, option, option)) sc_inout(ctf_integer(unsigned long, arg2, arg2)) sc_inout(ctf_integer(unsigned long, arg3, arg3)) sc_inout(ctf_integer(unsigned long, arg4, arg4)) sc_inout(ctf_integer(unsigned long, arg5, arg5))) ) #endif +#ifndef OVERRIDE_32_kcmp +SC_LTTNG_TRACEPOINT_EVENT(kcmp, + TP_PROTO(sc_exit(long ret,) pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2), + TP_ARGS(sc_exit(ret,) pid1, pid2, type, idx1, idx2), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid1, pid1)) sc_inout(ctf_integer(pid_t, pid2, pid2)) sc_inout(ctf_integer(int, type, type)) sc_inout(ctf_integer(unsigned long, idx1, idx1)) sc_inout(ctf_integer(unsigned long, idx2, idx2))) +) +#endif +#ifndef OVERRIDE_32_mmap_pgoff +SC_LTTNG_TRACEPOINT_EVENT(mmap_pgoff, + TP_PROTO(sc_exit(long ret,) unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff), + TP_ARGS(sc_exit(ret,) addr, len, prot, flags, fd, pgoff), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, addr, addr)) sc_inout(ctf_integer(unsigned long, len, len)) sc_inout(ctf_integer(unsigned long, prot, prot)) sc_inout(ctf_integer(unsigned long, flags, flags)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(unsigned long, pgoff, pgoff))) +) +#endif #endif /* _TRACE_SYSCALLS_INTEGERS_H */ @@ -837,6 +969,9 @@ SC_LTTNG_TRACEPOINT_EVENT(keyctl, #ifndef OVERRIDE_TABLE_32_restart_syscall TRACE_SYSCALL_TABLE(syscalls_noargs, restart_syscall, 0, 0) #endif +#ifndef OVERRIDE_TABLE_32_fork +TRACE_SYSCALL_TABLE(syscalls_noargs, fork, 2, 0) +#endif #ifndef OVERRIDE_TABLE_32_getpid TRACE_SYSCALL_TABLE(syscalls_noargs, getpid, 20, 0) #endif @@ -876,6 +1011,9 @@ TRACE_SYSCALL_TABLE(syscalls_noargs, munlockall, 153, 0) #ifndef OVERRIDE_TABLE_32_sched_yield TRACE_SYSCALL_TABLE(syscalls_noargs, sched_yield, 158, 0) #endif +#ifndef OVERRIDE_TABLE_32_vfork +TRACE_SYSCALL_TABLE(syscalls_noargs, vfork, 190, 0) +#endif #ifndef OVERRIDE_TABLE_32_getuid TRACE_SYSCALL_TABLE(syscalls_noargs, getuid, 199, 0) #endif @@ -898,6 +1036,9 @@ TRACE_SYSCALL_TABLE(syscalls_noargs, inotify_init, 316, 0) #ifndef OVERRIDE_TABLE_32_restart_syscall TRACE_SYSCALL_TABLE(restart_syscall, restart_syscall, 0, 0) #endif +#ifndef OVERRIDE_TABLE_32_fork +TRACE_SYSCALL_TABLE(fork, fork, 2, 0) +#endif #ifndef OVERRIDE_TABLE_32_getpid TRACE_SYSCALL_TABLE(getpid, getpid, 20, 0) #endif @@ -937,6 +1078,9 @@ TRACE_SYSCALL_TABLE(munlockall, munlockall, 153, 0) #ifndef OVERRIDE_TABLE_32_sched_yield TRACE_SYSCALL_TABLE(sched_yield, sched_yield, 158, 0) #endif +#ifndef OVERRIDE_TABLE_32_vfork +TRACE_SYSCALL_TABLE(vfork, vfork, 190, 0) +#endif #ifndef OVERRIDE_TABLE_32_getuid TRACE_SYSCALL_TABLE(getuid, getuid, 199, 0) #endif @@ -1007,6 +1151,9 @@ TRACE_SYSCALL_TABLE(setreuid16, setreuid16, 70, 2) #ifndef OVERRIDE_TABLE_32_setregid16 TRACE_SYSCALL_TABLE(setregid16, setregid16, 71, 2) #endif +#ifndef OVERRIDE_TABLE_32_sigsuspend +TRACE_SYSCALL_TABLE(sigsuspend, sigsuspend, 72, 3) +#endif #ifndef OVERRIDE_TABLE_32_munmap TRACE_SYSCALL_TABLE(munmap, munmap, 91, 2) #endif @@ -1037,12 +1184,6 @@ TRACE_SYSCALL_TABLE(getpgid, getpgid, 132, 1) #ifndef OVERRIDE_TABLE_32_fchdir TRACE_SYSCALL_TABLE(fchdir, fchdir, 133, 1) #endif -#ifndef OVERRIDE_TABLE_32_bdflush -TRACE_SYSCALL_TABLE(bdflush, bdflush, 134, 2) -#endif -#ifndef OVERRIDE_TABLE_32_sysfs -TRACE_SYSCALL_TABLE(sysfs, sysfs, 135, 3) -#endif #ifndef OVERRIDE_TABLE_32_personality TRACE_SYSCALL_TABLE(personality, personality, 136, 1) #endif @@ -1094,6 +1235,12 @@ TRACE_SYSCALL_TABLE(setresgid16, setresgid16, 170, 3) #ifndef OVERRIDE_TABLE_32_prctl TRACE_SYSCALL_TABLE(prctl, prctl, 172, 5) #endif +#ifndef OVERRIDE_TABLE_32_mmap_pgoff +TRACE_SYSCALL_TABLE(mmap_pgoff, mmap_pgoff, 192, 6) +#endif +#ifndef OVERRIDE_TABLE_32_ftruncate64 +TRACE_SYSCALL_TABLE(ftruncate64, ftruncate64, 194, 2) +#endif #ifndef OVERRIDE_TABLE_32_setreuid TRACE_SYSCALL_TABLE(setreuid, setreuid, 203, 2) #endif @@ -1127,6 +1274,9 @@ TRACE_SYSCALL_TABLE(madvise, madvise, 220, 3) #ifndef OVERRIDE_TABLE_32_fcntl64 TRACE_SYSCALL_TABLE(fcntl64, fcntl64, 221, 3) #endif +#ifndef OVERRIDE_TABLE_32_readahead +TRACE_SYSCALL_TABLE(readahead, readahead, 225, 3) +#endif #ifndef OVERRIDE_TABLE_32_tkill TRACE_SYSCALL_TABLE(tkill, tkill, 238, 2) #endif @@ -1151,6 +1301,9 @@ TRACE_SYSCALL_TABLE(timer_delete, timer_delete, 261, 1) #ifndef OVERRIDE_TABLE_32_tgkill TRACE_SYSCALL_TABLE(tgkill, tgkill, 268, 3) #endif +#ifndef OVERRIDE_TABLE_32_fadvise64_64 +TRACE_SYSCALL_TABLE(fadvise64_64, fadvise64_64, 270, 4) +#endif #ifndef OVERRIDE_TABLE_32_socket TRACE_SYSCALL_TABLE(socket, socket, 281, 3) #endif @@ -1163,6 +1316,9 @@ TRACE_SYSCALL_TABLE(shutdown, shutdown, 293, 2) #ifndef OVERRIDE_TABLE_32_semget TRACE_SYSCALL_TABLE(semget, semget, 299, 3) #endif +#ifndef OVERRIDE_TABLE_32_old_semctl +TRACE_SYSCALL_TABLE(old_semctl, old_semctl, 300, 4) +#endif #ifndef OVERRIDE_TABLE_32_msgget TRACE_SYSCALL_TABLE(msgget, msgget, 303, 2) #endif @@ -1184,6 +1340,9 @@ TRACE_SYSCALL_TABLE(inotify_rm_watch, inotify_rm_watch, 318, 2) #ifndef OVERRIDE_TABLE_32_unshare TRACE_SYSCALL_TABLE(unshare, unshare, 337, 1) #endif +#ifndef OVERRIDE_TABLE_32_sync_file_range2 +TRACE_SYSCALL_TABLE(sync_file_range2, sync_file_range2, 341, 4) +#endif #ifndef OVERRIDE_TABLE_32_tee TRACE_SYSCALL_TABLE(tee, tee, 342, 4) #endif @@ -1193,6 +1352,9 @@ TRACE_SYSCALL_TABLE(timerfd_create, timerfd_create, 350, 2) #ifndef OVERRIDE_TABLE_32_eventfd TRACE_SYSCALL_TABLE(eventfd, eventfd, 351, 1) #endif +#ifndef OVERRIDE_TABLE_32_fallocate +TRACE_SYSCALL_TABLE(fallocate, fallocate, 352, 4) +#endif #ifndef OVERRIDE_TABLE_32_eventfd2 TRACE_SYSCALL_TABLE(eventfd2, eventfd2, 356, 2) #endif @@ -1214,5 +1376,35 @@ TRACE_SYSCALL_TABLE(syncfs, syncfs, 373, 1) #ifndef OVERRIDE_TABLE_32_setns TRACE_SYSCALL_TABLE(setns, setns, 375, 2) #endif +#ifndef OVERRIDE_TABLE_32_kcmp +TRACE_SYSCALL_TABLE(kcmp, kcmp, 378, 5) +#endif +#ifndef OVERRIDE_TABLE_32_userfaultfd +TRACE_SYSCALL_TABLE(userfaultfd, userfaultfd, 388, 1) +#endif +#ifndef OVERRIDE_TABLE_32_membarrier +TRACE_SYSCALL_TABLE(membarrier, membarrier, 389, 3) +#endif +#ifndef OVERRIDE_TABLE_32_mlock2 +TRACE_SYSCALL_TABLE(mlock2, mlock2, 390, 3) +#endif +#ifndef OVERRIDE_TABLE_32_fsmount +TRACE_SYSCALL_TABLE(fsmount, fsmount, 432, 3) +#endif +#ifndef OVERRIDE_TABLE_32_pidfd_open +TRACE_SYSCALL_TABLE(pidfd_open, pidfd_open, 434, 2) +#endif +#ifndef OVERRIDE_TABLE_32_close_range +TRACE_SYSCALL_TABLE(close_range, close_range, 436, 3) +#endif +#ifndef OVERRIDE_TABLE_32_pidfd_getfd +TRACE_SYSCALL_TABLE(pidfd_getfd, pidfd_getfd, 438, 3) +#endif +#ifndef OVERRIDE_TABLE_32_landlock_restrict_self +TRACE_SYSCALL_TABLE(landlock_restrict_self, landlock_restrict_self, 446, 2) +#endif +#ifndef OVERRIDE_TABLE_32_process_mrelease +TRACE_SYSCALL_TABLE(process_mrelease, process_mrelease, 448, 2) +#endif #endif /* CREATE_SYSCALL_TABLE */ diff --git a/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h b/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h index a5d18380..5f4ca5b1 100644 --- a/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h +++ b/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h @@ -2,7 +2,7 @@ /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */ -/* Generated from arm-32-syscalls 3.4.25 */ +/* Generated from arm-32-syscalls 6.0.7 */ #ifndef CREATE_SYSCALL_TABLE @@ -65,16 +65,9 @@ SC_LTTNG_TRACEPOINT_EVENT(chroot, #endif #ifndef OVERRIDE_32_sigpending SC_LTTNG_TRACEPOINT_EVENT(sigpending, - TP_PROTO(sc_exit(long ret,) old_sigset_t * set), - TP_ARGS(sc_exit(ret,) set), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_sigset_t *, set, set))) -) -#endif -#ifndef OVERRIDE_32_uselib -SC_LTTNG_TRACEPOINT_EVENT(uselib, - TP_PROTO(sc_exit(long ret,) const char * library), - TP_ARGS(sc_exit(ret,) library), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const char *, library, library))) + TP_PROTO(sc_exit(long ret,) old_sigset_t * uset), + TP_ARGS(sc_exit(ret,) uset), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_sigset_t *, uset, uset))) ) #endif #ifndef OVERRIDE_32_swapoff @@ -98,18 +91,11 @@ SC_LTTNG_TRACEPOINT_EVENT(newuname, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct new_utsname *, name, name))) ) #endif -#ifndef OVERRIDE_32_adjtimex -SC_LTTNG_TRACEPOINT_EVENT(adjtimex, - TP_PROTO(sc_exit(long ret,) struct timex * txc_p), - TP_ARGS(sc_exit(ret,) txc_p), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct timex *, txc_p, txc_p))) -) -#endif -#ifndef OVERRIDE_32_sysctl -SC_LTTNG_TRACEPOINT_EVENT(sysctl, - TP_PROTO(sc_exit(long ret,) struct __sysctl_args * args), - TP_ARGS(sc_exit(ret,) args), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct __sysctl_args *, args, args))) +#ifndef OVERRIDE_32_adjtimex_time32 +SC_LTTNG_TRACEPOINT_EVENT(adjtimex_time32, + TP_PROTO(sc_exit(long ret,) struct old_timex32 * utp), + TP_ARGS(sc_exit(ret,) utp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct old_timex32 *, utp, utp))) ) #endif #ifndef OVERRIDE_32_set_tid_address @@ -212,16 +198,16 @@ SC_LTTNG_TRACEPOINT_EVENT(getrusage, #endif #ifndef OVERRIDE_32_gettimeofday SC_LTTNG_TRACEPOINT_EVENT(gettimeofday, - TP_PROTO(sc_exit(long ret,) struct timeval * tv, struct timezone * tz), + TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz), TP_ARGS(sc_exit(ret,) tv, tz), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct timeval *, tv, tv)) sc_out(ctf_integer(struct timezone *, tz, tz))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct __kernel_old_timeval *, tv, tv)) sc_out(ctf_integer(struct timezone *, tz, tz))) ) #endif #ifndef OVERRIDE_32_settimeofday SC_LTTNG_TRACEPOINT_EVENT(settimeofday, - TP_PROTO(sc_exit(long ret,) struct timeval * tv, struct timezone * tz), + TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz), TP_ARGS(sc_exit(ret,) tv, tz), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct timeval *, tv, tv)) sc_in(ctf_integer(struct timezone *, tz, tz))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct __kernel_old_timeval *, tv, tv)) sc_in(ctf_integer(struct timezone *, tz, tz))) ) #endif #ifndef OVERRIDE_32_getgroups16 @@ -275,9 +261,9 @@ SC_LTTNG_TRACEPOINT_EVENT(fstatfs, #endif #ifndef OVERRIDE_32_getitimer SC_LTTNG_TRACEPOINT_EVENT(getitimer, - TP_PROTO(sc_exit(long ret,) int which, struct itimerval * value), + TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value), TP_ARGS(sc_exit(ret,) which, value), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_out(ctf_integer(struct itimerval *, value, value))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_out(ctf_integer(struct __kernel_old_itimerval *, value, value))) ) #endif #ifndef OVERRIDE_32_newstat @@ -329,25 +315,25 @@ SC_LTTNG_TRACEPOINT_EVENT(sched_getparam, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct sched_param *, param, param))) ) #endif -#ifndef OVERRIDE_32_sched_rr_get_interval -SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval, - TP_PROTO(sc_exit(long ret,) pid_t pid, struct timespec * interval), +#ifndef OVERRIDE_32_sched_rr_get_interval_time32 +SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval_time32, + TP_PROTO(sc_exit(long ret,) pid_t pid, struct old_timespec32 * interval), TP_ARGS(sc_exit(ret,) pid, interval), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct timespec *, interval, interval))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct old_timespec32 *, interval, interval))) ) #endif -#ifndef OVERRIDE_32_nanosleep -SC_LTTNG_TRACEPOINT_EVENT(nanosleep, - TP_PROTO(sc_exit(long ret,) struct timespec * rqtp, struct timespec * rmtp), +#ifndef OVERRIDE_32_nanosleep_time32 +SC_LTTNG_TRACEPOINT_EVENT(nanosleep_time32, + TP_PROTO(sc_exit(long ret,) struct old_timespec32 * rqtp, struct old_timespec32 * rmtp), TP_ARGS(sc_exit(ret,) rqtp, rmtp), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct timespec *, rmtp, rmtp))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct old_timespec32 *, rqtp, rqtp)) sc_out(ctf_integer(struct old_timespec32 *, rmtp, rmtp))) ) #endif #ifndef OVERRIDE_32_rt_sigpending SC_LTTNG_TRACEPOINT_EVENT(rt_sigpending, - TP_PROTO(sc_exit(long ret,) sigset_t * set, size_t sigsetsize), - TP_ARGS(sc_exit(ret,) set, sigsetsize), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(sigset_t *, set, set)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) + TP_PROTO(sc_exit(long ret,) sigset_t * uset, size_t sigsetsize), + TP_ARGS(sc_exit(ret,) uset, sigsetsize), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(sigset_t *, uset, uset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif #ifndef OVERRIDE_32_rt_sigsuspend @@ -364,6 +350,13 @@ SC_LTTNG_TRACEPOINT_EVENT(getcwd, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(unsigned long, size, size))) ) #endif +#ifndef OVERRIDE_32_sigaltstack +SC_LTTNG_TRACEPOINT_EVENT(sigaltstack, + TP_PROTO(sc_exit(long ret,) const stack_t * uss, stack_t * uoss), + TP_ARGS(sc_exit(ret,) uss, uoss), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const stack_t *, uss, uss)) sc_inout(ctf_integer(stack_t *, uoss, uoss))) +) +#endif #ifndef OVERRIDE_32_getrlimit SC_LTTNG_TRACEPOINT_EVENT(getrlimit, TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim), @@ -371,6 +364,13 @@ SC_LTTNG_TRACEPOINT_EVENT(getrlimit, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_out(ctf_integer(struct rlimit *, rlim, rlim))) ) #endif +#ifndef OVERRIDE_32_truncate64 +SC_LTTNG_TRACEPOINT_EVENT(truncate64, + TP_PROTO(sc_exit(long ret,) const char * path, loff_t length), + TP_ARGS(sc_exit(ret,) path, length), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_in(ctf_integer(loff_t, length, length))) +) +#endif #ifndef OVERRIDE_32_stat64 SC_LTTNG_TRACEPOINT_EVENT(stat64, TP_PROTO(sc_exit(long ret,) const char * filename, struct stat64 * statbuf), @@ -441,39 +441,39 @@ SC_LTTNG_TRACEPOINT_EVENT(io_setup, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned, nr_events, nr_events)) sc_in(ctf_integer(aio_context_t *, ctxp, ctxp))) ) #endif -#ifndef OVERRIDE_32_timer_gettime -SC_LTTNG_TRACEPOINT_EVENT(timer_gettime, - TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct itimerspec * setting), +#ifndef OVERRIDE_32_timer_gettime32 +SC_LTTNG_TRACEPOINT_EVENT(timer_gettime32, + TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct old_itimerspec32 * setting), TP_ARGS(sc_exit(ret,) timer_id, setting), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct itimerspec *, setting, setting))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct old_itimerspec32 *, setting, setting))) ) #endif -#ifndef OVERRIDE_32_clock_settime -SC_LTTNG_TRACEPOINT_EVENT(clock_settime, - TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, const struct timespec * tp), +#ifndef OVERRIDE_32_clock_settime32 +SC_LTTNG_TRACEPOINT_EVENT(clock_settime32, + TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp), TP_ARGS(sc_exit(ret,) which_clock, tp), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(const struct timespec *, tp, tp))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_in(ctf_integer(struct old_timespec32 *, tp, tp))) ) #endif -#ifndef OVERRIDE_32_clock_gettime -SC_LTTNG_TRACEPOINT_EVENT(clock_gettime, - TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timespec * tp), +#ifndef OVERRIDE_32_clock_gettime32 +SC_LTTNG_TRACEPOINT_EVENT(clock_gettime32, + TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp), TP_ARGS(sc_exit(ret,) which_clock, tp), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct timespec *, tp, tp))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct old_timespec32 *, tp, tp))) ) #endif -#ifndef OVERRIDE_32_clock_getres -SC_LTTNG_TRACEPOINT_EVENT(clock_getres, - TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timespec * tp), +#ifndef OVERRIDE_32_clock_getres_time32 +SC_LTTNG_TRACEPOINT_EVENT(clock_getres_time32, + TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timespec32 * tp), TP_ARGS(sc_exit(ret,) which_clock, tp), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct timespec *, tp, tp))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct old_timespec32 *, tp, tp))) ) #endif -#ifndef OVERRIDE_32_utimes -SC_LTTNG_TRACEPOINT_EVENT(utimes, - TP_PROTO(sc_exit(long ret,) char * filename, struct timeval * utimes), - TP_ARGS(sc_exit(ret,) filename, utimes), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct timeval *, utimes, utimes))) +#ifndef OVERRIDE_32_utimes_time32 +SC_LTTNG_TRACEPOINT_EVENT(utimes_time32, + TP_PROTO(sc_exit(long ret,) const char * filename, struct old_timeval32 * t), + TP_ARGS(sc_exit(ret,) filename, t), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct old_timeval32 *, t, t))) ) #endif #ifndef OVERRIDE_32_mq_notify @@ -490,11 +490,11 @@ SC_LTTNG_TRACEPOINT_EVENT(set_robust_list, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct robust_list_head *, head, head)) sc_in(ctf_integer(size_t, len, len))) ) #endif -#ifndef OVERRIDE_32_timerfd_gettime -SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime, - TP_PROTO(sc_exit(long ret,) int ufd, struct itimerspec * otmr), +#ifndef OVERRIDE_32_timerfd_gettime32 +SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime32, + TP_PROTO(sc_exit(long ret,) int ufd, struct old_itimerspec32 * otmr), TP_ARGS(sc_exit(ret,) ufd, otmr), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct itimerspec *, otmr, otmr))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct old_itimerspec32 *, otmr, otmr))) ) #endif #ifndef OVERRIDE_32_pipe2 @@ -504,11 +504,88 @@ SC_LTTNG_TRACEPOINT_EVENT(pipe2, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)) sc_in(ctf_integer(int, flags, flags))) ) #endif +#ifndef OVERRIDE_32_clock_adjtime32 +SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime32, + TP_PROTO(sc_exit(long ret,) clockid_t which_clock, struct old_timex32 * utp), + TP_ARGS(sc_exit(ret,) which_clock, utp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_inout(ctf_integer(struct old_timex32 *, utp, utp))) +) +#endif +#ifndef OVERRIDE_32_memfd_create +SC_LTTNG_TRACEPOINT_EVENT(memfd_create, + TP_PROTO(sc_exit(long ret,) const char * uname, unsigned int flags), + TP_ARGS(sc_exit(ret,) uname, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(uname, uname)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_clock_gettime +SC_LTTNG_TRACEPOINT_EVENT(clock_gettime, + TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timespec * tp), + TP_ARGS(sc_exit(ret,) which_clock, tp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct __kernel_timespec *, tp, tp))) +) +#endif +#ifndef OVERRIDE_32_clock_settime +SC_LTTNG_TRACEPOINT_EVENT(clock_settime, + TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, const struct __kernel_timespec * tp), + TP_ARGS(sc_exit(ret,) which_clock, tp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(const struct __kernel_timespec *, tp, tp))) +) +#endif #ifndef OVERRIDE_32_clock_adjtime SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime, - TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct timex * utx), + TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timex * utx), TP_ARGS(sc_exit(ret,) which_clock, utx), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_inout(ctf_integer(struct timex *, utx, utx))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_inout(ctf_integer(struct __kernel_timex *, utx, utx))) +) +#endif +#ifndef OVERRIDE_32_clock_getres +SC_LTTNG_TRACEPOINT_EVENT(clock_getres, + TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timespec * tp), + TP_ARGS(sc_exit(ret,) which_clock, tp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct __kernel_timespec *, tp, tp))) +) +#endif +#ifndef OVERRIDE_32_timer_gettime +SC_LTTNG_TRACEPOINT_EVENT(timer_gettime, + TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct __kernel_itimerspec * setting), + TP_ARGS(sc_exit(ret,) timer_id, setting), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct __kernel_itimerspec *, setting, setting))) +) +#endif +#ifndef OVERRIDE_32_timerfd_gettime +SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime, + TP_PROTO(sc_exit(long ret,) int ufd, struct __kernel_itimerspec * otmr), + TP_ARGS(sc_exit(ret,) ufd, otmr), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct __kernel_itimerspec *, otmr, otmr))) +) +#endif +#ifndef OVERRIDE_32_sched_rr_get_interval +SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval, + TP_PROTO(sc_exit(long ret,) pid_t pid, struct __kernel_timespec * interval), + TP_ARGS(sc_exit(ret,) pid, interval), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct __kernel_timespec *, interval, interval))) +) +#endif +#ifndef OVERRIDE_32_io_uring_setup +SC_LTTNG_TRACEPOINT_EVENT(io_uring_setup, + TP_PROTO(sc_exit(long ret,) u32 entries, struct io_uring_params * params), + TP_ARGS(sc_exit(ret,) entries, params), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32, entries, entries)) sc_inout(ctf_integer(struct io_uring_params *, params, params))) +) +#endif +#ifndef OVERRIDE_32_fsopen +SC_LTTNG_TRACEPOINT_EVENT(fsopen, + TP_PROTO(sc_exit(long ret,) const char * _fs_name, unsigned int flags), + TP_ARGS(sc_exit(ret,) _fs_name, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(_fs_name, _fs_name)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_clone3 +SC_LTTNG_TRACEPOINT_EVENT(clone3, + TP_PROTO(sc_exit(long ret,) struct clone_args * uargs, size_t size), + TP_ARGS(sc_exit(ret,) uargs, size), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct clone_args *, uargs, uargs)) sc_inout(ctf_integer(size_t, size, size))) ) #endif #ifndef OVERRIDE_32_read @@ -532,6 +609,13 @@ SC_LTTNG_TRACEPOINT_EVENT(open, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(umode_t, mode, mode))) ) #endif +#ifndef OVERRIDE_32_execve +SC_LTTNG_TRACEPOINT_EVENT(execve, + TP_PROTO(sc_exit(long ret,) const char * filename, const char *const * argv, const char *const * envp), + TP_ARGS(sc_exit(ret,) filename, argv, envp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(const char *const *, argv, argv)) sc_inout(ctf_integer(const char *const *, envp, envp))) +) +#endif #ifndef OVERRIDE_32_mknod SC_LTTNG_TRACEPOINT_EVENT(mknod, TP_PROTO(sc_exit(long ret,) const char * filename, umode_t mode, unsigned dev), @@ -546,6 +630,13 @@ SC_LTTNG_TRACEPOINT_EVENT(lchown16, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(old_uid_t, user, user)) sc_inout(ctf_integer(old_gid_t, group, group))) ) #endif +#ifndef OVERRIDE_32_sigaction +SC_LTTNG_TRACEPOINT_EVENT(sigaction, + TP_PROTO(sc_exit(long ret,) int sig, const struct old_sigaction * act, struct old_sigaction * oact), + TP_ARGS(sc_exit(ret,) sig, act, oact), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(const struct old_sigaction *, act, act)) sc_inout(ctf_integer(struct old_sigaction *, oact, oact))) +) +#endif #ifndef OVERRIDE_32_readlink SC_LTTNG_TRACEPOINT_EVENT(readlink, TP_PROTO(sc_exit(long ret,) const char * path, char * buf, int bufsiz), @@ -562,9 +653,9 @@ SC_LTTNG_TRACEPOINT_EVENT(syslog, #endif #ifndef OVERRIDE_32_setitimer SC_LTTNG_TRACEPOINT_EVENT(setitimer, - TP_PROTO(sc_exit(long ret,) int which, struct itimerval * value, struct itimerval * ovalue), + TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value, struct __kernel_old_itimerval * ovalue), TP_ARGS(sc_exit(ret,) which, value, ovalue), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(struct itimerval *, value, value)) sc_out(ctf_integer(struct itimerval *, ovalue, ovalue))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(struct __kernel_old_itimerval *, value, value)) sc_out(ctf_integer(struct __kernel_old_itimerval *, ovalue, ovalue))) ) #endif #ifndef OVERRIDE_32_sigprocmask @@ -611,9 +702,9 @@ SC_LTTNG_TRACEPOINT_EVENT(sched_setscheduler, #endif #ifndef OVERRIDE_32_getresuid16 SC_LTTNG_TRACEPOINT_EVENT(getresuid16, - TP_PROTO(sc_exit(long ret,) old_uid_t * ruid, old_uid_t * euid, old_uid_t * suid), - TP_ARGS(sc_exit(ret,) ruid, euid, suid), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_uid_t *, ruid, ruid)) sc_inout(ctf_integer(old_uid_t *, euid, euid)) sc_inout(ctf_integer(old_uid_t *, suid, suid))) + TP_PROTO(sc_exit(long ret,) old_uid_t * ruidp, old_uid_t * euidp, old_uid_t * suidp), + TP_ARGS(sc_exit(ret,) ruidp, euidp, suidp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_uid_t *, ruidp, ruidp)) sc_inout(ctf_integer(old_uid_t *, euidp, euidp)) sc_inout(ctf_integer(old_uid_t *, suidp, suidp))) ) #endif #ifndef OVERRIDE_32_poll @@ -625,9 +716,9 @@ SC_LTTNG_TRACEPOINT_EVENT(poll, #endif #ifndef OVERRIDE_32_getresgid16 SC_LTTNG_TRACEPOINT_EVENT(getresgid16, - TP_PROTO(sc_exit(long ret,) old_gid_t * rgid, old_gid_t * egid, old_gid_t * sgid), - TP_ARGS(sc_exit(ret,) rgid, egid, sgid), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_gid_t *, rgid, rgid)) sc_inout(ctf_integer(old_gid_t *, egid, egid)) sc_inout(ctf_integer(old_gid_t *, sgid, sgid))) + TP_PROTO(sc_exit(long ret,) old_gid_t * rgidp, old_gid_t * egidp, old_gid_t * sgidp), + TP_ARGS(sc_exit(ret,) rgidp, egidp, sgidp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(old_gid_t *, rgidp, rgidp)) sc_inout(ctf_integer(old_gid_t *, egidp, egidp)) sc_inout(ctf_integer(old_gid_t *, sgidp, sgidp))) ) #endif #ifndef OVERRIDE_32_rt_sigqueueinfo @@ -653,16 +744,16 @@ SC_LTTNG_TRACEPOINT_EVENT(lchown, #endif #ifndef OVERRIDE_32_getresuid SC_LTTNG_TRACEPOINT_EVENT(getresuid, - TP_PROTO(sc_exit(long ret,) uid_t * ruid, uid_t * euid, uid_t * suid), - TP_ARGS(sc_exit(ret,) ruid, euid, suid), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(uid_t *, ruid, ruid)) sc_out(ctf_integer(uid_t *, euid, euid)) sc_out(ctf_integer(uid_t *, suid, suid))) + TP_PROTO(sc_exit(long ret,) uid_t * ruidp, uid_t * euidp, uid_t * suidp), + TP_ARGS(sc_exit(ret,) ruidp, euidp, suidp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(uid_t *, ruidp, ruidp)) sc_out(ctf_integer(uid_t *, euidp, euidp)) sc_out(ctf_integer(uid_t *, suidp, suidp))) ) #endif #ifndef OVERRIDE_32_getresgid SC_LTTNG_TRACEPOINT_EVENT(getresgid, - TP_PROTO(sc_exit(long ret,) gid_t * rgid, gid_t * egid, gid_t * sgid), - TP_ARGS(sc_exit(ret,) rgid, egid, sgid), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(gid_t *, rgid, rgid)) sc_out(ctf_integer(gid_t *, egid, egid)) sc_out(ctf_integer(gid_t *, sgid, sgid))) + TP_PROTO(sc_exit(long ret,) gid_t * rgidp, gid_t * egidp, gid_t * sgidp), + TP_ARGS(sc_exit(ret,) rgidp, egidp, sgidp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(gid_t *, rgidp, rgidp)) sc_out(ctf_integer(gid_t *, egidp, egidp)) sc_out(ctf_integer(gid_t *, sgidp, sgidp))) ) #endif #ifndef OVERRIDE_32_chown @@ -742,6 +833,20 @@ SC_LTTNG_TRACEPOINT_EVENT(timer_create, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(struct sigevent *, timer_event_spec, timer_event_spec)) sc_out(ctf_integer(timer_t *, created_timer_id, created_timer_id))) ) #endif +#ifndef OVERRIDE_32_statfs64 +SC_LTTNG_TRACEPOINT_EVENT(statfs64, + TP_PROTO(sc_exit(long ret,) const char * pathname, size_t sz, struct statfs64 * buf), + TP_ARGS(sc_exit(ret,) pathname, sz, buf), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(pathname, pathname)) sc_inout(ctf_integer(size_t, sz, sz)) sc_inout(ctf_integer(struct statfs64 *, buf, buf))) +) +#endif +#ifndef OVERRIDE_32_fstatfs64 +SC_LTTNG_TRACEPOINT_EVENT(fstatfs64, + TP_PROTO(sc_exit(long ret,) unsigned int fd, size_t sz, struct statfs64 * buf), + TP_ARGS(sc_exit(ret,) fd, sz, buf), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(size_t, sz, sz)) sc_inout(ctf_integer(struct statfs64 *, buf, buf))) +) +#endif #ifndef OVERRIDE_32_mq_getsetattr SC_LTTNG_TRACEPOINT_EVENT(mq_getsetattr, TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const struct mq_attr * u_mqstat, struct mq_attr * u_omqstat), @@ -786,16 +891,16 @@ SC_LTTNG_TRACEPOINT_EVENT(getpeername, #endif #ifndef OVERRIDE_32_sendmsg SC_LTTNG_TRACEPOINT_EVENT(sendmsg, - TP_PROTO(sc_exit(long ret,) int fd, struct msghdr * msg, unsigned flags), + TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags), TP_ARGS(sc_exit(ret,) fd, msg, flags), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct msghdr *, msg, msg)) sc_in(ctf_integer(unsigned, flags, flags))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct user_msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif #ifndef OVERRIDE_32_recvmsg SC_LTTNG_TRACEPOINT_EVENT(recvmsg, - TP_PROTO(sc_exit(long ret,) int fd, struct msghdr * msg, unsigned int flags), + TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags), TP_ARGS(sc_exit(ret,) fd, msg, flags), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(struct msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(struct user_msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif #ifndef OVERRIDE_32_semop @@ -805,11 +910,11 @@ SC_LTTNG_TRACEPOINT_EVENT(semop, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned, nsops, nsops))) ) #endif -#ifndef OVERRIDE_32_msgctl -SC_LTTNG_TRACEPOINT_EVENT(msgctl, +#ifndef OVERRIDE_32_old_msgctl +SC_LTTNG_TRACEPOINT_EVENT(old_msgctl, TP_PROTO(sc_exit(long ret,) int msqid, int cmd, struct msqid_ds * buf), TP_ARGS(sc_exit(ret,) msqid, cmd, buf), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, msqid, msqid)) sc_in(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct msqid_ds *, buf, buf))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, msqid, msqid)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct msqid_ds *, buf, buf))) ) #endif #ifndef OVERRIDE_32_shmat @@ -819,11 +924,11 @@ SC_LTTNG_TRACEPOINT_EVENT(shmat, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, shmid, shmid)) sc_in(ctf_integer(char *, shmaddr, shmaddr)) sc_in(ctf_integer(int, shmflg, shmflg))) ) #endif -#ifndef OVERRIDE_32_shmctl -SC_LTTNG_TRACEPOINT_EVENT(shmctl, +#ifndef OVERRIDE_32_old_shmctl +SC_LTTNG_TRACEPOINT_EVENT(old_shmctl, TP_PROTO(sc_exit(long ret,) int shmid, int cmd, struct shmid_ds * buf), TP_ARGS(sc_exit(ret,) shmid, cmd, buf), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, shmid, shmid)) sc_in(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct shmid_ds *, buf, buf))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, shmid, shmid)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct shmid_ds *, buf, buf))) ) #endif #ifndef OVERRIDE_32_inotify_add_watch @@ -840,11 +945,11 @@ SC_LTTNG_TRACEPOINT_EVENT(mkdirat, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(umode_t, mode, mode))) ) #endif -#ifndef OVERRIDE_32_futimesat -SC_LTTNG_TRACEPOINT_EVENT(futimesat, - TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct timeval * utimes), - TP_ARGS(sc_exit(ret,) dfd, filename, utimes), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct timeval *, utimes, utimes))) +#ifndef OVERRIDE_32_futimesat_time32 +SC_LTTNG_TRACEPOINT_EVENT(futimesat_time32, + TP_PROTO(sc_exit(long ret,) unsigned int dfd, const char * filename, struct old_timeval32 * t), + TP_ARGS(sc_exit(ret,) dfd, filename, t), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct old_timeval32 *, t, t))) ) #endif #ifndef OVERRIDE_32_unlinkat @@ -903,6 +1008,62 @@ SC_LTTNG_TRACEPOINT_EVENT(open_by_handle_at, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mountdirfd, mountdirfd)) sc_in(ctf_integer(struct file_handle *, handle, handle)) sc_in(ctf_integer(int, flags, flags))) ) #endif +#ifndef OVERRIDE_32_finit_module +SC_LTTNG_TRACEPOINT_EVENT(finit_module, + TP_PROTO(sc_exit(long ret,) int fd, const char * uargs, int flags), + TP_ARGS(sc_exit(ret,) fd, uargs, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const char *, uargs, uargs)) sc_in(ctf_integer(int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_sched_setattr +SC_LTTNG_TRACEPOINT_EVENT(sched_setattr, + TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_attr * uattr, unsigned int flags), + TP_ARGS(sc_exit(ret,) pid, uattr, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(struct sched_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_seccomp +SC_LTTNG_TRACEPOINT_EVENT(seccomp, + TP_PROTO(sc_exit(long ret,) unsigned int op, unsigned int flags, void * uargs), + TP_ARGS(sc_exit(ret,) op, flags, uargs), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, op, op)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(void *, uargs, uargs))) +) +#endif +#ifndef OVERRIDE_32_getrandom +SC_LTTNG_TRACEPOINT_EVENT(getrandom, + TP_PROTO(sc_exit(long ret,) char * ubuf, size_t len, unsigned int flags), + TP_ARGS(sc_exit(ret,) ubuf, len, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(char *, ubuf, ubuf)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_bpf +SC_LTTNG_TRACEPOINT_EVENT(bpf, + TP_PROTO(sc_exit(long ret,) int cmd, union bpf_attr * uattr, unsigned int size), + TP_ARGS(sc_exit(ret,) cmd, uattr, size), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(union bpf_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, size, size))) +) +#endif +#ifndef OVERRIDE_32_open_tree +SC_LTTNG_TRACEPOINT_EVENT(open_tree, + TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, unsigned flags), + TP_ARGS(sc_exit(ret,) dfd, filename, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(unsigned, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_fspick +SC_LTTNG_TRACEPOINT_EVENT(fspick, + TP_PROTO(sc_exit(long ret,) int dfd, const char * path, unsigned int flags), + TP_ARGS(sc_exit(ret,) dfd, path, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(path, path)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_landlock_create_ruleset +SC_LTTNG_TRACEPOINT_EVENT(landlock_create_ruleset, + TP_PROTO(sc_exit(long ret,) const struct landlock_ruleset_attr *const attr, const size_t size, const __u32 flags), + TP_ARGS(sc_exit(ret,) attr, size, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const struct landlock_ruleset_attr *const, attr, attr)) sc_inout(ctf_integer(const size_t, size, size)) sc_inout(ctf_integer(const __u32, flags, flags))) +) +#endif #ifndef OVERRIDE_32_reboot SC_LTTNG_TRACEPOINT_EVENT(reboot, TP_PROTO(sc_exit(long ret,) int magic1, int magic2, unsigned int cmd, void * arg), @@ -938,11 +1099,25 @@ SC_LTTNG_TRACEPOINT_EVENT(rt_sigprocmask, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, how, how)) sc_in(ctf_integer(sigset_t *, nset, nset)) sc_out(ctf_integer(sigset_t *, oset, oset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif -#ifndef OVERRIDE_32_rt_sigtimedwait -SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait, - TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct timespec * uts, size_t sigsetsize), +#ifndef OVERRIDE_32_rt_sigtimedwait_time32 +SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait_time32, + TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct old_timespec32 * uts, size_t sigsetsize), TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(const sigset_t *, uthese, uthese)) sc_out(ctf_integer(siginfo_t *, uinfo, uinfo)) sc_in(ctf_integer(const struct timespec *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(const sigset_t *, uthese, uthese)) sc_out(ctf_integer(siginfo_t *, uinfo, uinfo)) sc_in(ctf_integer(const struct old_timespec32 *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) +) +#endif +#ifndef OVERRIDE_32_pread64 +SC_LTTNG_TRACEPOINT_EVENT(pread64, + TP_PROTO(sc_exit(long ret,) unsigned int fd, char * buf, size_t count, loff_t pos), + TP_ARGS(sc_exit(ret,) fd, buf, count, pos), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)) sc_in(ctf_integer(loff_t, pos, pos))) +) +#endif +#ifndef OVERRIDE_32_pwrite64 +SC_LTTNG_TRACEPOINT_EVENT(pwrite64, + TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count, loff_t pos), + TP_ARGS(sc_exit(ret,) fd, buf, count, pos), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(const char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)) sc_in(ctf_integer(loff_t, pos, pos))) ) #endif #ifndef OVERRIDE_32_sendfile @@ -994,18 +1169,18 @@ SC_LTTNG_TRACEPOINT_EVENT(epoll_wait, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_out(ctf_integer(struct epoll_event *, events, events)) sc_in(ctf_integer(int, maxevents, maxevents)) sc_in(ctf_integer(int, timeout, timeout))) ) #endif -#ifndef OVERRIDE_32_timer_settime -SC_LTTNG_TRACEPOINT_EVENT(timer_settime, - TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, const struct itimerspec * new_setting, struct itimerspec * old_setting), - TP_ARGS(sc_exit(ret,) timer_id, flags, new_setting, old_setting), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct itimerspec *, new_setting, new_setting)) sc_out(ctf_integer(struct itimerspec *, old_setting, old_setting))) +#ifndef OVERRIDE_32_timer_settime32 +SC_LTTNG_TRACEPOINT_EVENT(timer_settime32, + TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, struct old_itimerspec32 * new, struct old_itimerspec32 * old), + TP_ARGS(sc_exit(ret,) timer_id, flags, new, old), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(struct old_itimerspec32 *, new, new)) sc_out(ctf_integer(struct old_itimerspec32 *, old, old))) ) #endif -#ifndef OVERRIDE_32_clock_nanosleep -SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep, - TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, int flags, const struct timespec * rqtp, struct timespec * rmtp), +#ifndef OVERRIDE_32_clock_nanosleep_time32 +SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep_time32, + TP_PROTO(sc_exit(long ret,) clockid_t which_clock, int flags, struct old_timespec32 * rqtp, struct old_timespec32 * rmtp), TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct timespec *, rmtp, rmtp))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(clockid_t, which_clock, which_clock)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(struct old_timespec32 *, rqtp, rqtp)) sc_out(ctf_integer(struct old_timespec32 *, rmtp, rmtp))) ) #endif #ifndef OVERRIDE_32_mq_open @@ -1024,9 +1199,16 @@ SC_LTTNG_TRACEPOINT_EVENT(socketpair, #endif #ifndef OVERRIDE_32_send SC_LTTNG_TRACEPOINT_EVENT(send, - TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned flags), + TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags), TP_ARGS(sc_exit(ret,) fd, buff, len, flags), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(void *, buff, buff)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned, flags, flags))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(void *, buff, buff)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_recv +SC_LTTNG_TRACEPOINT_EVENT(recv, + TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned int flags), + TP_ARGS(sc_exit(ret,) fd, ubuf, size, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(void *, ubuf, ubuf)) sc_inout(ctf_integer(size_t, size, size)) sc_inout(ctf_integer(unsigned int, flags, flags))) ) #endif #ifndef OVERRIDE_32_msgsnd @@ -1043,11 +1225,11 @@ SC_LTTNG_TRACEPOINT_EVENT(request_key, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(_type, _type)) sc_in(ctf_integer(const char *, _description, _description)) sc_in(ctf_integer(const char *, _callout_info, _callout_info)) sc_in(ctf_integer(key_serial_t, destringid, destringid))) ) #endif -#ifndef OVERRIDE_32_semtimedop -SC_LTTNG_TRACEPOINT_EVENT(semtimedop, - TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned nsops, const struct timespec * timeout), - TP_ARGS(sc_exit(ret,) semid, tsops, nsops, timeout), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned, nsops, nsops)) sc_inout(ctf_integer(const struct timespec *, timeout, timeout))) +#ifndef OVERRIDE_32_semtimedop_time32 +SC_LTTNG_TRACEPOINT_EVENT(semtimedop_time32, + TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsems, unsigned int nsops, const struct old_timespec32 * timeout), + TP_ARGS(sc_exit(ret,) semid, tsems, nsops, timeout), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, semid, semid)) sc_inout(ctf_integer(struct sembuf *, tsems, tsems)) sc_inout(ctf_integer(unsigned int, nsops, nsops)) sc_inout(ctf_integer(const struct old_timespec32 *, timeout, timeout))) ) #endif #ifndef OVERRIDE_32_openat @@ -1059,9 +1241,9 @@ SC_LTTNG_TRACEPOINT_EVENT(openat, #endif #ifndef OVERRIDE_32_mknodat SC_LTTNG_TRACEPOINT_EVENT(mknodat, - TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode, unsigned dev), + TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode, unsigned int dev), TP_ARGS(sc_exit(ret,) dfd, filename, mode, dev), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)) sc_in(ctf_integer(unsigned, dev, dev))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)) sc_in(ctf_integer(unsigned int, dev, dev))) ) #endif #ifndef OVERRIDE_32_fstatat64 @@ -1087,23 +1269,30 @@ SC_LTTNG_TRACEPOINT_EVENT(readlinkat, #endif #ifndef OVERRIDE_32_vmsplice SC_LTTNG_TRACEPOINT_EVENT(vmsplice, - TP_PROTO(sc_exit(long ret,) int fd, const struct iovec * iov, unsigned long nr_segs, unsigned int flags), - TP_ARGS(sc_exit(ret,) fd, iov, nr_segs, flags), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const struct iovec *, iov, iov)) sc_in(ctf_integer(unsigned long, nr_segs, nr_segs)) sc_in(ctf_integer(unsigned int, flags, flags))) + TP_PROTO(sc_exit(long ret,) int fd, const struct iovec * uiov, unsigned long nr_segs, unsigned int flags), + TP_ARGS(sc_exit(ret,) fd, uiov, nr_segs, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const struct iovec *, uiov, uiov)) sc_in(ctf_integer(unsigned long, nr_segs, nr_segs)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_utimensat -SC_LTTNG_TRACEPOINT_EVENT(utimensat, - TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct timespec * utimes, int flags), - TP_ARGS(sc_exit(ret,) dfd, filename, utimes, flags), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct timespec *, utimes, utimes)) sc_in(ctf_integer(int, flags, flags))) +#ifndef OVERRIDE_32_kexec_load +SC_LTTNG_TRACEPOINT_EVENT(kexec_load, + TP_PROTO(sc_exit(long ret,) unsigned long entry, unsigned long nr_segments, struct kexec_segment * segments, unsigned long flags), + TP_ARGS(sc_exit(ret,) entry, nr_segments, segments, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, entry, entry)) sc_in(ctf_integer(unsigned long, nr_segments, nr_segments)) sc_in(ctf_integer(struct kexec_segment *, segments, segments)) sc_in(ctf_integer(unsigned long, flags, flags))) ) #endif -#ifndef OVERRIDE_32_timerfd_settime -SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime, - TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct itimerspec * utmr, struct itimerspec * otmr), +#ifndef OVERRIDE_32_utimensat_time32 +SC_LTTNG_TRACEPOINT_EVENT(utimensat_time32, + TP_PROTO(sc_exit(long ret,) unsigned int dfd, const char * filename, struct old_timespec32 * t, int flags), + TP_ARGS(sc_exit(ret,) dfd, filename, t, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct old_timespec32 *, t, t)) sc_in(ctf_integer(int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_timerfd_settime32 +SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime32, + TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct old_itimerspec32 * utmr, struct old_itimerspec32 * otmr), TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct itimerspec *, utmr, utmr)) sc_out(ctf_integer(struct itimerspec *, otmr, otmr))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct old_itimerspec32 *, utmr, utmr)) sc_out(ctf_integer(struct old_itimerspec32 *, otmr, otmr))) ) #endif #ifndef OVERRIDE_32_signalfd4 @@ -1141,6 +1330,104 @@ SC_LTTNG_TRACEPOINT_EVENT(sendmmsg, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags))) ) #endif +#ifndef OVERRIDE_32_sched_getattr +SC_LTTNG_TRACEPOINT_EVENT(sched_getattr, + TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_attr * uattr, unsigned int usize, unsigned int flags), + TP_ARGS(sc_exit(ret,) pid, uattr, usize, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(struct sched_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, usize, usize)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_rseq +SC_LTTNG_TRACEPOINT_EVENT(rseq, + TP_PROTO(sc_exit(long ret,) struct rseq * rseq, u32 rseq_len, int flags, u32 sig), + TP_ARGS(sc_exit(ret,) rseq, rseq_len, flags, sig), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct rseq *, rseq, rseq)) sc_inout(ctf_integer(u32, rseq_len, rseq_len)) sc_inout(ctf_integer(int, flags, flags)) sc_inout(ctf_integer(u32, sig, sig))) +) +#endif +#ifndef OVERRIDE_32_clock_nanosleep +SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep, + TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, int flags, const struct __kernel_timespec * rqtp, struct __kernel_timespec * rmtp), + TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct __kernel_timespec *, rmtp, rmtp))) +) +#endif +#ifndef OVERRIDE_32_timer_settime +SC_LTTNG_TRACEPOINT_EVENT(timer_settime, + TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, const struct __kernel_itimerspec * new_setting, struct __kernel_itimerspec * old_setting), + TP_ARGS(sc_exit(ret,) timer_id, flags, new_setting, old_setting), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_itimerspec *, new_setting, new_setting)) sc_out(ctf_integer(struct __kernel_itimerspec *, old_setting, old_setting))) +) +#endif +#ifndef OVERRIDE_32_timerfd_settime +SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime, + TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct __kernel_itimerspec * utmr, struct __kernel_itimerspec * otmr), + TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_itimerspec *, utmr, utmr)) sc_out(ctf_integer(struct __kernel_itimerspec *, otmr, otmr))) +) +#endif +#ifndef OVERRIDE_32_utimensat +SC_LTTNG_TRACEPOINT_EVENT(utimensat, + TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct __kernel_timespec * utimes, int flags), + TP_ARGS(sc_exit(ret,) dfd, filename, utimes, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct __kernel_timespec *, utimes, utimes)) sc_in(ctf_integer(int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_semtimedop +SC_LTTNG_TRACEPOINT_EVENT(semtimedop, + TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned int nsops, const struct __kernel_timespec * timeout), + TP_ARGS(sc_exit(ret,) semid, tsops, nsops, timeout), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned int, nsops, nsops)) sc_inout(ctf_integer(const struct __kernel_timespec *, timeout, timeout))) +) +#endif +#ifndef OVERRIDE_32_rt_sigtimedwait +SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait, + TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct __kernel_timespec * uts, size_t sigsetsize), + TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(const sigset_t *, uthese, uthese)) sc_out(ctf_integer(siginfo_t *, uinfo, uinfo)) sc_in(ctf_integer(const struct __kernel_timespec *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) +) +#endif +#ifndef OVERRIDE_32_pidfd_send_signal +SC_LTTNG_TRACEPOINT_EVENT(pidfd_send_signal, + TP_PROTO(sc_exit(long ret,) int pidfd, int sig, siginfo_t * info, unsigned int flags), + TP_ARGS(sc_exit(ret,) pidfd, sig, info, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(siginfo_t *, info, info)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_io_uring_register +SC_LTTNG_TRACEPOINT_EVENT(io_uring_register, + TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int opcode, void * arg, unsigned int nr_args), + TP_ARGS(sc_exit(ret,) fd, opcode, arg, nr_args), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, opcode, opcode)) sc_inout(ctf_integer(void *, arg, arg)) sc_inout(ctf_integer(unsigned int, nr_args, nr_args))) +) +#endif +#ifndef OVERRIDE_32_openat2 +SC_LTTNG_TRACEPOINT_EVENT(openat2, + TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct open_how * how, size_t usize), + TP_ARGS(sc_exit(ret,) dfd, filename, how, usize), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct open_how *, how, how)) sc_inout(ctf_integer(size_t, usize, usize))) +) +#endif +#ifndef OVERRIDE_32_faccessat2 +SC_LTTNG_TRACEPOINT_EVENT(faccessat2, + TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode, int flags), + TP_ARGS(sc_exit(ret,) dfd, filename, mode, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(int, mode, mode)) sc_inout(ctf_integer(int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_quotactl_fd +SC_LTTNG_TRACEPOINT_EVENT(quotactl_fd, + TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, qid_t id, void * addr), + TP_ARGS(sc_exit(ret,) fd, cmd, id, addr), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(qid_t, id, id)) sc_inout(ctf_integer(void *, addr, addr))) +) +#endif +#ifndef OVERRIDE_32_landlock_add_rule +SC_LTTNG_TRACEPOINT_EVENT(landlock_add_rule, + TP_PROTO(sc_exit(long ret,) const int ruleset_fd, const enum landlock_rule_type rule_type, const void *const rule_attr, const __u32 flags), + TP_ARGS(sc_exit(ret,) ruleset_fd, rule_type, rule_attr, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(const int, ruleset_fd, ruleset_fd)) sc_inout(ctf_integer(const enum landlock_rule_type, rule_type, rule_type)) sc_inout(ctf_integer(const void *const, rule_attr, rule_attr)) sc_inout(ctf_integer(const __u32, flags, flags))) +) +#endif #ifndef OVERRIDE_32_mount SC_LTTNG_TRACEPOINT_EVENT(mount, TP_PROTO(sc_exit(long ret,) char * dev_name, char * dir_name, char * type, unsigned long flags, void * data), @@ -1148,18 +1435,25 @@ SC_LTTNG_TRACEPOINT_EVENT(mount, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(dev_name, dev_name)) sc_in(ctf_user_string(dir_name, dir_name)) sc_in(ctf_user_string(type, type)) sc_in(ctf_integer(unsigned long, flags, flags)) sc_in(ctf_integer(void *, data, data))) ) #endif +#ifndef OVERRIDE_32_clone +SC_LTTNG_TRACEPOINT_EVENT(clone, + TP_PROTO(sc_exit(long ret,) unsigned long clone_flags, unsigned long newsp, int * parent_tidptr, unsigned long tls, int * child_tidptr), + TP_ARGS(sc_exit(ret,) clone_flags, newsp, parent_tidptr, tls, child_tidptr), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, clone_flags, clone_flags)) sc_inout(ctf_integer(unsigned long, newsp, newsp)) sc_inout(ctf_integer(int *, parent_tidptr, parent_tidptr)) sc_inout(ctf_integer(unsigned long, tls, tls)) sc_inout(ctf_integer(int *, child_tidptr, child_tidptr))) +) +#endif #ifndef OVERRIDE_32_llseek SC_LTTNG_TRACEPOINT_EVENT(llseek, - TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long offset_high, unsigned long offset_low, loff_t * result, unsigned int origin), - TP_ARGS(sc_exit(ret,) fd, offset_high, offset_low, result, origin), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned long, offset_high, offset_high)) sc_inout(ctf_integer(unsigned long, offset_low, offset_low)) sc_inout(ctf_integer(loff_t *, result, result)) sc_inout(ctf_integer(unsigned int, origin, origin))) + TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned long offset_high, unsigned long offset_low, loff_t * result, unsigned int whence), + TP_ARGS(sc_exit(ret,) fd, offset_high, offset_low, result, whence), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned long, offset_high, offset_high)) sc_inout(ctf_integer(unsigned long, offset_low, offset_low)) sc_inout(ctf_integer(loff_t *, result, result)) sc_inout(ctf_integer(unsigned int, whence, whence))) ) #endif #ifndef OVERRIDE_32_select SC_LTTNG_TRACEPOINT_EVENT(select, - TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct timeval * tvp), + TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct __kernel_old_timeval * tvp), TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tvp), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct timeval *, tvp, tvp))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct __kernel_old_timeval *, tvp, tvp))) ) #endif #ifndef OVERRIDE_32_setxattr @@ -1183,25 +1477,39 @@ SC_LTTNG_TRACEPOINT_EVENT(fsetxattr, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_io_getevents -SC_LTTNG_TRACEPOINT_EVENT(io_getevents, - TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct timespec * timeout), +#ifndef OVERRIDE_32_io_getevents_time32 +SC_LTTNG_TRACEPOINT_EVENT(io_getevents_time32, + TP_PROTO(sc_exit(long ret,) __u32 ctx_id, __s32 min_nr, __s32 nr, struct io_event * events, struct old_timespec32 * timeout), TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(long, min_nr, min_nr)) sc_in(ctf_integer(long, nr, nr)) sc_out(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct timespec *, timeout, timeout))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(__u32, ctx_id, ctx_id)) sc_in(ctf_integer(__s32, min_nr, min_nr)) sc_in(ctf_integer(__s32, nr, nr)) sc_out(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct old_timespec32 *, timeout, timeout))) ) #endif -#ifndef OVERRIDE_32_mq_timedsend -SC_LTTNG_TRACEPOINT_EVENT(mq_timedsend, - TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const char * u_msg_ptr, size_t msg_len, unsigned int msg_prio, const struct timespec * u_abs_timeout), +#ifndef OVERRIDE_32_pciconfig_read +SC_LTTNG_TRACEPOINT_EVENT(pciconfig_read, + TP_PROTO(sc_exit(long ret,) unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, void * buf), + TP_ARGS(sc_exit(ret,) bus, dfn, off, len, buf), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, bus, bus)) sc_inout(ctf_integer(unsigned long, dfn, dfn)) sc_inout(ctf_integer(unsigned long, off, off)) sc_inout(ctf_integer(unsigned long, len, len)) sc_inout(ctf_integer(void *, buf, buf))) +) +#endif +#ifndef OVERRIDE_32_pciconfig_write +SC_LTTNG_TRACEPOINT_EVENT(pciconfig_write, + TP_PROTO(sc_exit(long ret,) unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, void * buf), + TP_ARGS(sc_exit(ret,) bus, dfn, off, len, buf), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, bus, bus)) sc_inout(ctf_integer(unsigned long, dfn, dfn)) sc_inout(ctf_integer(unsigned long, off, off)) sc_inout(ctf_integer(unsigned long, len, len)) sc_inout(ctf_integer(void *, buf, buf))) +) +#endif +#ifndef OVERRIDE_32_mq_timedsend_time32 +SC_LTTNG_TRACEPOINT_EVENT(mq_timedsend_time32, + TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const char * u_msg_ptr, unsigned int msg_len, unsigned int msg_prio, const struct old_timespec32 * u_abs_timeout), TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_in(ctf_integer(unsigned int, msg_prio, msg_prio)) sc_in(ctf_integer(const struct timespec *, u_abs_timeout, u_abs_timeout))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(unsigned int, msg_len, msg_len)) sc_in(ctf_integer(unsigned int, msg_prio, msg_prio)) sc_in(ctf_integer(const struct old_timespec32 *, u_abs_timeout, u_abs_timeout))) ) #endif -#ifndef OVERRIDE_32_mq_timedreceive -SC_LTTNG_TRACEPOINT_EVENT(mq_timedreceive, - TP_PROTO(sc_exit(long ret,) mqd_t mqdes, char * u_msg_ptr, size_t msg_len, unsigned int * u_msg_prio, const struct timespec * u_abs_timeout), +#ifndef OVERRIDE_32_mq_timedreceive_time32 +SC_LTTNG_TRACEPOINT_EVENT(mq_timedreceive_time32, + TP_PROTO(sc_exit(long ret,) mqd_t mqdes, char * u_msg_ptr, unsigned int msg_len, unsigned int * u_msg_prio, const struct old_timespec32 * u_abs_timeout), TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_out(ctf_integer(char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_out(ctf_integer(unsigned int *, u_msg_prio, u_msg_prio)) sc_in(ctf_integer(const struct timespec *, u_abs_timeout, u_abs_timeout))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_out(ctf_integer(char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(unsigned int, msg_len, msg_len)) sc_out(ctf_integer(unsigned int *, u_msg_prio, u_msg_prio)) sc_in(ctf_integer(const struct old_timespec32 *, u_abs_timeout, u_abs_timeout))) ) #endif #ifndef OVERRIDE_32_waitid @@ -1253,11 +1561,11 @@ SC_LTTNG_TRACEPOINT_EVENT(linkat, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, olddfd, olddfd)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname)) sc_in(ctf_integer(int, flags, flags))) ) #endif -#ifndef OVERRIDE_32_ppoll -SC_LTTNG_TRACEPOINT_EVENT(ppoll, - TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct timespec * tsp, const sigset_t * sigmask, size_t sigsetsize), +#ifndef OVERRIDE_32_ppoll_time32 +SC_LTTNG_TRACEPOINT_EVENT(ppoll_time32, + TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct old_timespec32 * tsp, const sigset_t * sigmask, size_t sigsetsize), TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(struct timespec *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(struct old_timespec32 *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) ) #endif #ifndef OVERRIDE_32_preadv @@ -1281,11 +1589,18 @@ SC_LTTNG_TRACEPOINT_EVENT(perf_event_open, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct perf_event_attr *, attr_uptr, attr_uptr)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, cpu, cpu)) sc_in(ctf_integer(int, group_fd, group_fd)) sc_in(ctf_integer(unsigned long, flags, flags))) ) #endif -#ifndef OVERRIDE_32_recvmmsg -SC_LTTNG_TRACEPOINT_EVENT(recvmmsg, - TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct timespec * timeout), +#ifndef OVERRIDE_32_recvmmsg_time32 +SC_LTTNG_TRACEPOINT_EVENT(recvmmsg_time32, + TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct old_timespec32 * timeout), TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct timespec *, timeout, timeout))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct old_timespec32 *, timeout, timeout))) +) +#endif +#ifndef OVERRIDE_32_fanotify_mark +SC_LTTNG_TRACEPOINT_EVENT(fanotify_mark, + TP_PROTO(sc_exit(long ret,) int fanotify_fd, unsigned int flags, __u64 mask, int dfd, const char * pathname), + TP_ARGS(sc_exit(ret,) fanotify_fd, flags, mask, dfd, pathname), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fanotify_fd, fanotify_fd)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_in(ctf_integer(__u64, mask, mask)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname))) ) #endif #ifndef OVERRIDE_32_name_to_handle_at @@ -1295,32 +1610,116 @@ SC_LTTNG_TRACEPOINT_EVENT(name_to_handle_at, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(name, name)) sc_inout(ctf_integer(struct file_handle *, handle, handle)) sc_out(ctf_integer(int *, mnt_id, mnt_id)) sc_in(ctf_integer(int, flag, flag))) ) #endif -#ifndef OVERRIDE_32_futex -SC_LTTNG_TRACEPOINT_EVENT(futex, - TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, struct timespec * utime, u32 * uaddr2, u32 val3), +#ifndef OVERRIDE_32_renameat2 +SC_LTTNG_TRACEPOINT_EVENT(renameat2, + TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname, unsigned int flags), + TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, olddfd, olddfd)) sc_inout(ctf_user_string(oldname, oldname)) sc_inout(ctf_integer(int, newdfd, newdfd)) sc_inout(ctf_user_string(newname, newname)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_execveat +SC_LTTNG_TRACEPOINT_EVENT(execveat, + TP_PROTO(sc_exit(long ret,) int fd, const char * filename, const char *const * argv, const char *const * envp, int flags), + TP_ARGS(sc_exit(ret,) fd, filename, argv, envp, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(const char *const *, argv, argv)) sc_inout(ctf_integer(const char *const *, envp, envp)) sc_inout(ctf_integer(int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_statx +SC_LTTNG_TRACEPOINT_EVENT(statx, + TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, unsigned flags, unsigned int mask, struct statx * buffer), + TP_ARGS(sc_exit(ret,) dfd, filename, flags, mask, buffer), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(unsigned, flags, flags)) sc_inout(ctf_integer(unsigned int, mask, mask)) sc_inout(ctf_integer(struct statx *, buffer, buffer))) +) +#endif +#ifndef OVERRIDE_32_ppoll +SC_LTTNG_TRACEPOINT_EVENT(ppoll, + TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct __kernel_timespec * tsp, const sigset_t * sigmask, size_t sigsetsize), + TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(struct __kernel_timespec *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) +) +#endif +#ifndef OVERRIDE_32_recvmmsg +SC_LTTNG_TRACEPOINT_EVENT(recvmmsg, + TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct __kernel_timespec * timeout), + TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout))) +) +#endif +#ifndef OVERRIDE_32_mq_timedsend +SC_LTTNG_TRACEPOINT_EVENT(mq_timedsend, + TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const char * u_msg_ptr, size_t msg_len, unsigned int msg_prio, const struct __kernel_timespec * u_abs_timeout), + TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_in(ctf_integer(unsigned int, msg_prio, msg_prio)) sc_in(ctf_integer(const struct __kernel_timespec *, u_abs_timeout, u_abs_timeout))) +) +#endif +#ifndef OVERRIDE_32_mq_timedreceive +SC_LTTNG_TRACEPOINT_EVENT(mq_timedreceive, + TP_PROTO(sc_exit(long ret,) mqd_t mqdes, char * u_msg_ptr, size_t msg_len, unsigned int * u_msg_prio, const struct __kernel_timespec * u_abs_timeout), + TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_out(ctf_integer(char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_out(ctf_integer(unsigned int *, u_msg_prio, u_msg_prio)) sc_in(ctf_integer(const struct __kernel_timespec *, u_abs_timeout, u_abs_timeout))) +) +#endif +#ifndef OVERRIDE_32_move_mount +SC_LTTNG_TRACEPOINT_EVENT(move_mount, + TP_PROTO(sc_exit(long ret,) int from_dfd, const char * from_pathname, int to_dfd, const char * to_pathname, unsigned int flags), + TP_ARGS(sc_exit(ret,) from_dfd, from_pathname, to_dfd, to_pathname, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, from_dfd, from_dfd)) sc_inout(ctf_user_string(from_pathname, from_pathname)) sc_inout(ctf_integer(int, to_dfd, to_dfd)) sc_inout(ctf_user_string(to_pathname, to_pathname)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_fsconfig +SC_LTTNG_TRACEPOINT_EVENT(fsconfig, + TP_PROTO(sc_exit(long ret,) int fd, unsigned int cmd, const char * _key, const void * _value, int aux), + TP_ARGS(sc_exit(ret,) fd, cmd, _key, _value, aux), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(const char *, _key, _key)) sc_inout(ctf_integer(const void *, _value, _value)) sc_inout(ctf_integer(int, aux, aux))) +) +#endif +#ifndef OVERRIDE_32_process_madvise +SC_LTTNG_TRACEPOINT_EVENT(process_madvise, + TP_PROTO(sc_exit(long ret,) int pidfd, const struct iovec * vec, size_t vlen, int behavior, unsigned int flags), + TP_ARGS(sc_exit(ret,) pidfd, vec, vlen, behavior, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(size_t, vlen, vlen)) sc_inout(ctf_integer(int, behavior, behavior)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_mount_setattr +SC_LTTNG_TRACEPOINT_EVENT(mount_setattr, + TP_PROTO(sc_exit(long ret,) int dfd, const char * path, unsigned int flags, struct mount_attr * uattr, size_t usize), + TP_ARGS(sc_exit(ret,) dfd, path, flags, uattr, usize), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(path, path)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct mount_attr *, uattr, uattr)) sc_inout(ctf_integer(size_t, usize, usize))) +) +#endif +#ifndef OVERRIDE_32_futex_waitv +SC_LTTNG_TRACEPOINT_EVENT(futex_waitv, + TP_PROTO(sc_exit(long ret,) struct futex_waitv * waiters, unsigned int nr_futexes, unsigned int flags, struct __kernel_timespec * timeout, clockid_t clockid), + TP_ARGS(sc_exit(ret,) waiters, nr_futexes, flags, timeout, clockid), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct futex_waitv *, waiters, waiters)) sc_inout(ctf_integer(unsigned int, nr_futexes, nr_futexes)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(clockid_t, clockid, clockid))) +) +#endif +#ifndef OVERRIDE_32_futex_time32 +SC_LTTNG_TRACEPOINT_EVENT(futex_time32, + TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, const struct old_timespec32 * utime, u32 * uaddr2, u32 val3), TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(u32, val, val)) sc_in(ctf_integer(struct timespec *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(u32, val, val)) sc_in(ctf_integer(const struct old_timespec32 *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3))) ) #endif #ifndef OVERRIDE_32_sendto SC_LTTNG_TRACEPOINT_EVENT(sendto, - TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned flags, struct sockaddr * addr, int addr_len), + TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags, struct sockaddr * addr, int addr_len), TP_ARGS(sc_exit(ret,) fd, buff, len, flags, addr, addr_len), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(void *, buff, buff)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned, flags, flags)) sc_in(ctf_integer(struct sockaddr *, addr, addr)) sc_in(ctf_integer(int, addr_len, addr_len))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(void *, buff, buff)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_in(ctf_integer(struct sockaddr *, addr, addr)) sc_in(ctf_integer(int, addr_len, addr_len))) ) #endif #ifndef OVERRIDE_32_recvfrom SC_LTTNG_TRACEPOINT_EVENT(recvfrom, - TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned flags, struct sockaddr * addr, int * addr_len), + TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned int flags, struct sockaddr * addr, int * addr_len), TP_ARGS(sc_exit(ret,) fd, ubuf, size, flags, addr, addr_len), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(void *, ubuf, ubuf)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(unsigned, flags, flags)) sc_out(ctf_integer(struct sockaddr *, addr, addr)) sc_inout(ctf_integer(int *, addr_len, addr_len))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(void *, ubuf, ubuf)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_out(ctf_integer(struct sockaddr *, addr, addr)) sc_inout(ctf_integer(int *, addr_len, addr_len))) ) #endif -#ifndef OVERRIDE_32_pselect6 -SC_LTTNG_TRACEPOINT_EVENT(pselect6, - TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct timespec * tsp, void * sig), +#ifndef OVERRIDE_32_pselect6_time32 +SC_LTTNG_TRACEPOINT_EVENT(pselect6_time32, + TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct old_timespec32 * tsp, void * sig), TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig), - TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct timespec *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig))) + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct old_timespec32 *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig))) ) #endif #ifndef OVERRIDE_32_splice @@ -1351,6 +1750,69 @@ SC_LTTNG_TRACEPOINT_EVENT(process_vm_writev, TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(const struct iovec *, lvec, lvec)) sc_in(ctf_integer(unsigned long, liovcnt, liovcnt)) sc_in(ctf_integer(const struct iovec *, rvec, rvec)) sc_in(ctf_integer(unsigned long, riovcnt, riovcnt)) sc_in(ctf_integer(unsigned long, flags, flags))) ) #endif +#ifndef OVERRIDE_32_copy_file_range +SC_LTTNG_TRACEPOINT_EVENT(copy_file_range, + TP_PROTO(sc_exit(long ret,) int fd_in, loff_t * off_in, int fd_out, loff_t * off_out, size_t len, unsigned int flags), + TP_ARGS(sc_exit(ret,) fd_in, off_in, fd_out, off_out, len, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd_in, fd_in)) sc_inout(ctf_integer(loff_t *, off_in, off_in)) sc_inout(ctf_integer(int, fd_out, fd_out)) sc_inout(ctf_integer(loff_t *, off_out, off_out)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_preadv2 +SC_LTTNG_TRACEPOINT_EVENT(preadv2, + TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags), + TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(unsigned long, vlen, vlen)) sc_inout(ctf_integer(unsigned long, pos_l, pos_l)) sc_inout(ctf_integer(unsigned long, pos_h, pos_h)) sc_inout(ctf_integer(rwf_t, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_pwritev2 +SC_LTTNG_TRACEPOINT_EVENT(pwritev2, + TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags), + TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h, flags), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(unsigned long, vlen, vlen)) sc_inout(ctf_integer(unsigned long, pos_l, pos_l)) sc_inout(ctf_integer(unsigned long, pos_h, pos_h)) sc_inout(ctf_integer(rwf_t, flags, flags))) +) +#endif +#ifndef OVERRIDE_32_io_pgetevents_time32 +SC_LTTNG_TRACEPOINT_EVENT(io_pgetevents_time32, + TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct old_timespec32 * timeout, const struct __aio_sigset * usig), + TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout, usig), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_inout(ctf_integer(long, min_nr, min_nr)) sc_inout(ctf_integer(long, nr, nr)) sc_inout(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct old_timespec32 *, timeout, timeout)) sc_inout(ctf_integer(const struct __aio_sigset *, usig, usig))) +) +#endif +#ifndef OVERRIDE_32_pselect6 +SC_LTTNG_TRACEPOINT_EVENT(pselect6, + TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct __kernel_timespec * tsp, void * sig), + TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct __kernel_timespec *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig))) +) +#endif +#ifndef OVERRIDE_32_io_pgetevents +SC_LTTNG_TRACEPOINT_EVENT(io_pgetevents, + TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct __kernel_timespec * timeout, const struct __aio_sigset * usig), + TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout, usig), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_inout(ctf_integer(long, min_nr, min_nr)) sc_inout(ctf_integer(long, nr, nr)) sc_inout(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(const struct __aio_sigset *, usig, usig))) +) +#endif +#ifndef OVERRIDE_32_futex +SC_LTTNG_TRACEPOINT_EVENT(futex, + TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, const struct __kernel_timespec * utime, u32 * uaddr2, u32 val3), + TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(u32, val, val)) sc_in(ctf_integer(const struct __kernel_timespec *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3))) +) +#endif +#ifndef OVERRIDE_32_io_uring_enter +SC_LTTNG_TRACEPOINT_EVENT(io_uring_enter, + TP_PROTO(sc_exit(long ret,) unsigned int fd, u32 to_submit, u32 min_complete, u32 flags, const void * argp, size_t argsz), + TP_ARGS(sc_exit(ret,) fd, to_submit, min_complete, flags, argp, argsz), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(u32, to_submit, to_submit)) sc_inout(ctf_integer(u32, min_complete, min_complete)) sc_inout(ctf_integer(u32, flags, flags)) sc_inout(ctf_integer(const void *, argp, argp)) sc_inout(ctf_integer(size_t, argsz, argsz))) +) +#endif +#ifndef OVERRIDE_32_epoll_pwait2 +SC_LTTNG_TRACEPOINT_EVENT(epoll_pwait2, + TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, const struct __kernel_timespec * timeout, const sigset_t * sigmask, size_t sigsetsize), + TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout, sigmask, sigsetsize), + TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, epfd, epfd)) sc_inout(ctf_integer(struct epoll_event *, events, events)) sc_inout(ctf_integer(int, maxevents, maxevents)) sc_inout(ctf_integer(const struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_inout(ctf_integer(size_t, sigsetsize, sigsetsize))) +) +#endif #endif /* _TRACE_SYSCALLS_POINTERS_H */ @@ -1380,6 +1842,9 @@ TRACE_SYSCALL_TABLE(link, link, 9, 2) #ifndef OVERRIDE_TABLE_32_unlink TRACE_SYSCALL_TABLE(unlink, unlink, 10, 1) #endif +#ifndef OVERRIDE_TABLE_32_execve +TRACE_SYSCALL_TABLE(execve, execve, 11, 3) +#endif #ifndef OVERRIDE_TABLE_32_chdir TRACE_SYSCALL_TABLE(chdir, chdir, 12, 1) #endif @@ -1425,6 +1890,9 @@ TRACE_SYSCALL_TABLE(chroot, chroot, 61, 1) #ifndef OVERRIDE_TABLE_32_ustat TRACE_SYSCALL_TABLE(ustat, ustat, 62, 2) #endif +#ifndef OVERRIDE_TABLE_32_sigaction +TRACE_SYSCALL_TABLE(sigaction, sigaction, 67, 3) +#endif #ifndef OVERRIDE_TABLE_32_sigpending TRACE_SYSCALL_TABLE(sigpending, sigpending, 73, 1) #endif @@ -1455,9 +1923,6 @@ TRACE_SYSCALL_TABLE(symlink, symlink, 83, 2) #ifndef OVERRIDE_TABLE_32_readlink TRACE_SYSCALL_TABLE(readlink, readlink, 85, 3) #endif -#ifndef OVERRIDE_TABLE_32_uselib -TRACE_SYSCALL_TABLE(uselib, uselib, 86, 1) -#endif #ifndef OVERRIDE_TABLE_32_swapon TRACE_SYSCALL_TABLE(swapon, swapon, 87, 2) #endif @@ -1500,14 +1965,17 @@ TRACE_SYSCALL_TABLE(swapoff, swapoff, 115, 1) #ifndef OVERRIDE_TABLE_32_sysinfo TRACE_SYSCALL_TABLE(sysinfo, sysinfo, 116, 1) #endif +#ifndef OVERRIDE_TABLE_32_clone +TRACE_SYSCALL_TABLE(clone, clone, 120, 5) +#endif #ifndef OVERRIDE_TABLE_32_setdomainname TRACE_SYSCALL_TABLE(setdomainname, setdomainname, 121, 2) #endif #ifndef OVERRIDE_TABLE_32_newuname TRACE_SYSCALL_TABLE(newuname, newuname, 122, 1) #endif -#ifndef OVERRIDE_TABLE_32_adjtimex -TRACE_SYSCALL_TABLE(adjtimex, adjtimex, 124, 1) +#ifndef OVERRIDE_TABLE_32_adjtimex_time32 +TRACE_SYSCALL_TABLE(adjtimex_time32, adjtimex_time32, 124, 1) #endif #ifndef OVERRIDE_TABLE_32_sigprocmask TRACE_SYSCALL_TABLE(sigprocmask, sigprocmask, 126, 3) @@ -1536,9 +2004,6 @@ TRACE_SYSCALL_TABLE(readv, readv, 145, 3) #ifndef OVERRIDE_TABLE_32_writev TRACE_SYSCALL_TABLE(writev, writev, 146, 3) #endif -#ifndef OVERRIDE_TABLE_32_sysctl -TRACE_SYSCALL_TABLE(sysctl, sysctl, 149, 1) -#endif #ifndef OVERRIDE_TABLE_32_sched_setparam TRACE_SYSCALL_TABLE(sched_setparam, sched_setparam, 154, 2) #endif @@ -1548,11 +2013,11 @@ TRACE_SYSCALL_TABLE(sched_getparam, sched_getparam, 155, 2) #ifndef OVERRIDE_TABLE_32_sched_setscheduler TRACE_SYSCALL_TABLE(sched_setscheduler, sched_setscheduler, 156, 3) #endif -#ifndef OVERRIDE_TABLE_32_sched_rr_get_interval -TRACE_SYSCALL_TABLE(sched_rr_get_interval, sched_rr_get_interval, 161, 2) +#ifndef OVERRIDE_TABLE_32_sched_rr_get_interval_time32 +TRACE_SYSCALL_TABLE(sched_rr_get_interval_time32, sched_rr_get_interval_time32, 161, 2) #endif -#ifndef OVERRIDE_TABLE_32_nanosleep -TRACE_SYSCALL_TABLE(nanosleep, nanosleep, 162, 2) +#ifndef OVERRIDE_TABLE_32_nanosleep_time32 +TRACE_SYSCALL_TABLE(nanosleep_time32, nanosleep_time32, 162, 2) #endif #ifndef OVERRIDE_TABLE_32_getresuid16 TRACE_SYSCALL_TABLE(getresuid16, getresuid16, 165, 3) @@ -1572,8 +2037,8 @@ TRACE_SYSCALL_TABLE(rt_sigprocmask, rt_sigprocmask, 175, 4) #ifndef OVERRIDE_TABLE_32_rt_sigpending TRACE_SYSCALL_TABLE(rt_sigpending, rt_sigpending, 176, 2) #endif -#ifndef OVERRIDE_TABLE_32_rt_sigtimedwait -TRACE_SYSCALL_TABLE(rt_sigtimedwait, rt_sigtimedwait, 177, 4) +#ifndef OVERRIDE_TABLE_32_rt_sigtimedwait_time32 +TRACE_SYSCALL_TABLE(rt_sigtimedwait_time32, rt_sigtimedwait_time32, 177, 4) #endif #ifndef OVERRIDE_TABLE_32_rt_sigqueueinfo TRACE_SYSCALL_TABLE(rt_sigqueueinfo, rt_sigqueueinfo, 178, 3) @@ -1581,18 +2046,30 @@ TRACE_SYSCALL_TABLE(rt_sigqueueinfo, rt_sigqueueinfo, 178, 3) #ifndef OVERRIDE_TABLE_32_rt_sigsuspend TRACE_SYSCALL_TABLE(rt_sigsuspend, rt_sigsuspend, 179, 2) #endif +#ifndef OVERRIDE_TABLE_32_pread64 +TRACE_SYSCALL_TABLE(pread64, pread64, 180, 4) +#endif +#ifndef OVERRIDE_TABLE_32_pwrite64 +TRACE_SYSCALL_TABLE(pwrite64, pwrite64, 181, 4) +#endif #ifndef OVERRIDE_TABLE_32_chown16 TRACE_SYSCALL_TABLE(chown16, chown16, 182, 3) #endif #ifndef OVERRIDE_TABLE_32_getcwd TRACE_SYSCALL_TABLE(getcwd, getcwd, 183, 2) #endif +#ifndef OVERRIDE_TABLE_32_sigaltstack +TRACE_SYSCALL_TABLE(sigaltstack, sigaltstack, 186, 2) +#endif #ifndef OVERRIDE_TABLE_32_sendfile TRACE_SYSCALL_TABLE(sendfile, sendfile, 187, 4) #endif #ifndef OVERRIDE_TABLE_32_getrlimit TRACE_SYSCALL_TABLE(getrlimit, getrlimit, 191, 2) #endif +#ifndef OVERRIDE_TABLE_32_truncate64 +TRACE_SYSCALL_TABLE(truncate64, truncate64, 193, 2) +#endif #ifndef OVERRIDE_TABLE_32_stat64 TRACE_SYSCALL_TABLE(stat64, stat64, 195, 2) #endif @@ -1668,8 +2145,8 @@ TRACE_SYSCALL_TABLE(fremovexattr, fremovexattr, 237, 2) #ifndef OVERRIDE_TABLE_32_sendfile64 TRACE_SYSCALL_TABLE(sendfile64, sendfile64, 239, 4) #endif -#ifndef OVERRIDE_TABLE_32_futex -TRACE_SYSCALL_TABLE(futex, futex, 240, 6) +#ifndef OVERRIDE_TABLE_32_futex_time32 +TRACE_SYSCALL_TABLE(futex_time32, futex_time32, 240, 6) #endif #ifndef OVERRIDE_TABLE_32_sched_setaffinity TRACE_SYSCALL_TABLE(sched_setaffinity, sched_setaffinity, 241, 3) @@ -1680,8 +2157,8 @@ TRACE_SYSCALL_TABLE(sched_getaffinity, sched_getaffinity, 242, 3) #ifndef OVERRIDE_TABLE_32_io_setup TRACE_SYSCALL_TABLE(io_setup, io_setup, 243, 2) #endif -#ifndef OVERRIDE_TABLE_32_io_getevents -TRACE_SYSCALL_TABLE(io_getevents, io_getevents, 245, 5) +#ifndef OVERRIDE_TABLE_32_io_getevents_time32 +TRACE_SYSCALL_TABLE(io_getevents_time32, io_getevents_time32, 245, 5) #endif #ifndef OVERRIDE_TABLE_32_io_submit TRACE_SYSCALL_TABLE(io_submit, io_submit, 246, 3) @@ -1701,26 +2178,38 @@ TRACE_SYSCALL_TABLE(set_tid_address, set_tid_address, 256, 1) #ifndef OVERRIDE_TABLE_32_timer_create TRACE_SYSCALL_TABLE(timer_create, timer_create, 257, 3) #endif -#ifndef OVERRIDE_TABLE_32_timer_settime -TRACE_SYSCALL_TABLE(timer_settime, timer_settime, 258, 4) +#ifndef OVERRIDE_TABLE_32_timer_settime32 +TRACE_SYSCALL_TABLE(timer_settime32, timer_settime32, 258, 4) #endif -#ifndef OVERRIDE_TABLE_32_timer_gettime -TRACE_SYSCALL_TABLE(timer_gettime, timer_gettime, 259, 2) +#ifndef OVERRIDE_TABLE_32_timer_gettime32 +TRACE_SYSCALL_TABLE(timer_gettime32, timer_gettime32, 259, 2) #endif -#ifndef OVERRIDE_TABLE_32_clock_settime -TRACE_SYSCALL_TABLE(clock_settime, clock_settime, 262, 2) +#ifndef OVERRIDE_TABLE_32_clock_settime32 +TRACE_SYSCALL_TABLE(clock_settime32, clock_settime32, 262, 2) #endif -#ifndef OVERRIDE_TABLE_32_clock_gettime -TRACE_SYSCALL_TABLE(clock_gettime, clock_gettime, 263, 2) +#ifndef OVERRIDE_TABLE_32_clock_gettime32 +TRACE_SYSCALL_TABLE(clock_gettime32, clock_gettime32, 263, 2) #endif -#ifndef OVERRIDE_TABLE_32_clock_getres -TRACE_SYSCALL_TABLE(clock_getres, clock_getres, 264, 2) +#ifndef OVERRIDE_TABLE_32_clock_getres_time32 +TRACE_SYSCALL_TABLE(clock_getres_time32, clock_getres_time32, 264, 2) #endif -#ifndef OVERRIDE_TABLE_32_clock_nanosleep -TRACE_SYSCALL_TABLE(clock_nanosleep, clock_nanosleep, 265, 4) +#ifndef OVERRIDE_TABLE_32_clock_nanosleep_time32 +TRACE_SYSCALL_TABLE(clock_nanosleep_time32, clock_nanosleep_time32, 265, 4) +#endif +#ifndef OVERRIDE_TABLE_32_statfs64 +TRACE_SYSCALL_TABLE(statfs64, statfs64, 266, 3) +#endif +#ifndef OVERRIDE_TABLE_32_fstatfs64 +TRACE_SYSCALL_TABLE(fstatfs64, fstatfs64, 267, 3) +#endif +#ifndef OVERRIDE_TABLE_32_utimes_time32 +TRACE_SYSCALL_TABLE(utimes_time32, utimes_time32, 269, 2) +#endif +#ifndef OVERRIDE_TABLE_32_pciconfig_read +TRACE_SYSCALL_TABLE(pciconfig_read, pciconfig_read, 272, 5) #endif -#ifndef OVERRIDE_TABLE_32_utimes -TRACE_SYSCALL_TABLE(utimes, utimes, 269, 2) +#ifndef OVERRIDE_TABLE_32_pciconfig_write +TRACE_SYSCALL_TABLE(pciconfig_write, pciconfig_write, 273, 5) #endif #ifndef OVERRIDE_TABLE_32_mq_open TRACE_SYSCALL_TABLE(mq_open, mq_open, 274, 4) @@ -1728,11 +2217,11 @@ TRACE_SYSCALL_TABLE(mq_open, mq_open, 274, 4) #ifndef OVERRIDE_TABLE_32_mq_unlink TRACE_SYSCALL_TABLE(mq_unlink, mq_unlink, 275, 1) #endif -#ifndef OVERRIDE_TABLE_32_mq_timedsend -TRACE_SYSCALL_TABLE(mq_timedsend, mq_timedsend, 276, 5) +#ifndef OVERRIDE_TABLE_32_mq_timedsend_time32 +TRACE_SYSCALL_TABLE(mq_timedsend_time32, mq_timedsend_time32, 276, 5) #endif -#ifndef OVERRIDE_TABLE_32_mq_timedreceive -TRACE_SYSCALL_TABLE(mq_timedreceive, mq_timedreceive, 277, 5) +#ifndef OVERRIDE_TABLE_32_mq_timedreceive_time32 +TRACE_SYSCALL_TABLE(mq_timedreceive_time32, mq_timedreceive_time32, 277, 5) #endif #ifndef OVERRIDE_TABLE_32_mq_notify TRACE_SYSCALL_TABLE(mq_notify, mq_notify, 278, 2) @@ -1767,6 +2256,9 @@ TRACE_SYSCALL_TABLE(send, send, 289, 4) #ifndef OVERRIDE_TABLE_32_sendto TRACE_SYSCALL_TABLE(sendto, sendto, 290, 6) #endif +#ifndef OVERRIDE_TABLE_32_recv +TRACE_SYSCALL_TABLE(recv, recv, 291, 4) +#endif #ifndef OVERRIDE_TABLE_32_recvfrom TRACE_SYSCALL_TABLE(recvfrom, recvfrom, 292, 6) #endif @@ -1791,8 +2283,8 @@ TRACE_SYSCALL_TABLE(msgsnd, msgsnd, 301, 4) #ifndef OVERRIDE_TABLE_32_msgrcv TRACE_SYSCALL_TABLE(msgrcv, msgrcv, 302, 5) #endif -#ifndef OVERRIDE_TABLE_32_msgctl -TRACE_SYSCALL_TABLE(msgctl, msgctl, 304, 3) +#ifndef OVERRIDE_TABLE_32_old_msgctl +TRACE_SYSCALL_TABLE(old_msgctl, old_msgctl, 304, 3) #endif #ifndef OVERRIDE_TABLE_32_shmat TRACE_SYSCALL_TABLE(shmat, shmat, 305, 3) @@ -1800,8 +2292,8 @@ TRACE_SYSCALL_TABLE(shmat, shmat, 305, 3) #ifndef OVERRIDE_TABLE_32_shmdt TRACE_SYSCALL_TABLE(shmdt, shmdt, 306, 1) #endif -#ifndef OVERRIDE_TABLE_32_shmctl -TRACE_SYSCALL_TABLE(shmctl, shmctl, 308, 3) +#ifndef OVERRIDE_TABLE_32_old_shmctl +TRACE_SYSCALL_TABLE(old_shmctl, old_shmctl, 308, 3) #endif #ifndef OVERRIDE_TABLE_32_add_key TRACE_SYSCALL_TABLE(add_key, add_key, 309, 5) @@ -1809,8 +2301,8 @@ TRACE_SYSCALL_TABLE(add_key, add_key, 309, 5) #ifndef OVERRIDE_TABLE_32_request_key TRACE_SYSCALL_TABLE(request_key, request_key, 310, 4) #endif -#ifndef OVERRIDE_TABLE_32_semtimedop -TRACE_SYSCALL_TABLE(semtimedop, semtimedop, 312, 4) +#ifndef OVERRIDE_TABLE_32_semtimedop_time32 +TRACE_SYSCALL_TABLE(semtimedop_time32, semtimedop_time32, 312, 4) #endif #ifndef OVERRIDE_TABLE_32_inotify_add_watch TRACE_SYSCALL_TABLE(inotify_add_watch, inotify_add_watch, 317, 3) @@ -1827,8 +2319,8 @@ TRACE_SYSCALL_TABLE(mknodat, mknodat, 324, 4) #ifndef OVERRIDE_TABLE_32_fchownat TRACE_SYSCALL_TABLE(fchownat, fchownat, 325, 5) #endif -#ifndef OVERRIDE_TABLE_32_futimesat -TRACE_SYSCALL_TABLE(futimesat, futimesat, 326, 3) +#ifndef OVERRIDE_TABLE_32_futimesat_time32 +TRACE_SYSCALL_TABLE(futimesat_time32, futimesat_time32, 326, 3) #endif #ifndef OVERRIDE_TABLE_32_fstatat64 TRACE_SYSCALL_TABLE(fstatat64, fstatat64, 327, 4) @@ -1854,11 +2346,11 @@ TRACE_SYSCALL_TABLE(fchmodat, fchmodat, 333, 3) #ifndef OVERRIDE_TABLE_32_faccessat TRACE_SYSCALL_TABLE(faccessat, faccessat, 334, 3) #endif -#ifndef OVERRIDE_TABLE_32_pselect6 -TRACE_SYSCALL_TABLE(pselect6, pselect6, 335, 6) +#ifndef OVERRIDE_TABLE_32_pselect6_time32 +TRACE_SYSCALL_TABLE(pselect6_time32, pselect6_time32, 335, 6) #endif -#ifndef OVERRIDE_TABLE_32_ppoll -TRACE_SYSCALL_TABLE(ppoll, ppoll, 336, 5) +#ifndef OVERRIDE_TABLE_32_ppoll_time32 +TRACE_SYSCALL_TABLE(ppoll_time32, ppoll_time32, 336, 5) #endif #ifndef OVERRIDE_TABLE_32_set_robust_list TRACE_SYSCALL_TABLE(set_robust_list, set_robust_list, 338, 2) @@ -1878,17 +2370,20 @@ TRACE_SYSCALL_TABLE(getcpu, getcpu, 345, 3) #ifndef OVERRIDE_TABLE_32_epoll_pwait TRACE_SYSCALL_TABLE(epoll_pwait, epoll_pwait, 346, 6) #endif -#ifndef OVERRIDE_TABLE_32_utimensat -TRACE_SYSCALL_TABLE(utimensat, utimensat, 348, 4) +#ifndef OVERRIDE_TABLE_32_kexec_load +TRACE_SYSCALL_TABLE(kexec_load, kexec_load, 347, 4) +#endif +#ifndef OVERRIDE_TABLE_32_utimensat_time32 +TRACE_SYSCALL_TABLE(utimensat_time32, utimensat_time32, 348, 4) #endif #ifndef OVERRIDE_TABLE_32_signalfd TRACE_SYSCALL_TABLE(signalfd, signalfd, 349, 3) #endif -#ifndef OVERRIDE_TABLE_32_timerfd_settime -TRACE_SYSCALL_TABLE(timerfd_settime, timerfd_settime, 353, 4) +#ifndef OVERRIDE_TABLE_32_timerfd_settime32 +TRACE_SYSCALL_TABLE(timerfd_settime32, timerfd_settime32, 353, 4) #endif -#ifndef OVERRIDE_TABLE_32_timerfd_gettime -TRACE_SYSCALL_TABLE(timerfd_gettime, timerfd_gettime, 354, 2) +#ifndef OVERRIDE_TABLE_32_timerfd_gettime32 +TRACE_SYSCALL_TABLE(timerfd_gettime32, timerfd_gettime32, 354, 2) #endif #ifndef OVERRIDE_TABLE_32_signalfd4 TRACE_SYSCALL_TABLE(signalfd4, signalfd4, 355, 4) @@ -1908,12 +2403,15 @@ TRACE_SYSCALL_TABLE(rt_tgsigqueueinfo, rt_tgsigqueueinfo, 363, 4) #ifndef OVERRIDE_TABLE_32_perf_event_open TRACE_SYSCALL_TABLE(perf_event_open, perf_event_open, 364, 5) #endif -#ifndef OVERRIDE_TABLE_32_recvmmsg -TRACE_SYSCALL_TABLE(recvmmsg, recvmmsg, 365, 5) +#ifndef OVERRIDE_TABLE_32_recvmmsg_time32 +TRACE_SYSCALL_TABLE(recvmmsg_time32, recvmmsg_time32, 365, 5) #endif #ifndef OVERRIDE_TABLE_32_accept4 TRACE_SYSCALL_TABLE(accept4, accept4, 366, 4) #endif +#ifndef OVERRIDE_TABLE_32_fanotify_mark +TRACE_SYSCALL_TABLE(fanotify_mark, fanotify_mark, 368, 5) +#endif #ifndef OVERRIDE_TABLE_32_prlimit64 TRACE_SYSCALL_TABLE(prlimit64, prlimit64, 369, 4) #endif @@ -1923,8 +2421,8 @@ TRACE_SYSCALL_TABLE(name_to_handle_at, name_to_handle_at, 370, 5) #ifndef OVERRIDE_TABLE_32_open_by_handle_at TRACE_SYSCALL_TABLE(open_by_handle_at, open_by_handle_at, 371, 3) #endif -#ifndef OVERRIDE_TABLE_32_clock_adjtime -TRACE_SYSCALL_TABLE(clock_adjtime, clock_adjtime, 372, 2) +#ifndef OVERRIDE_TABLE_32_clock_adjtime32 +TRACE_SYSCALL_TABLE(clock_adjtime32, clock_adjtime32, 372, 2) #endif #ifndef OVERRIDE_TABLE_32_sendmmsg TRACE_SYSCALL_TABLE(sendmmsg, sendmmsg, 374, 4) @@ -1935,5 +2433,167 @@ TRACE_SYSCALL_TABLE(process_vm_readv, process_vm_readv, 376, 6) #ifndef OVERRIDE_TABLE_32_process_vm_writev TRACE_SYSCALL_TABLE(process_vm_writev, process_vm_writev, 377, 6) #endif +#ifndef OVERRIDE_TABLE_32_finit_module +TRACE_SYSCALL_TABLE(finit_module, finit_module, 379, 3) +#endif +#ifndef OVERRIDE_TABLE_32_sched_setattr +TRACE_SYSCALL_TABLE(sched_setattr, sched_setattr, 380, 3) +#endif +#ifndef OVERRIDE_TABLE_32_sched_getattr +TRACE_SYSCALL_TABLE(sched_getattr, sched_getattr, 381, 4) +#endif +#ifndef OVERRIDE_TABLE_32_renameat2 +TRACE_SYSCALL_TABLE(renameat2, renameat2, 382, 5) +#endif +#ifndef OVERRIDE_TABLE_32_seccomp +TRACE_SYSCALL_TABLE(seccomp, seccomp, 383, 3) +#endif +#ifndef OVERRIDE_TABLE_32_getrandom +TRACE_SYSCALL_TABLE(getrandom, getrandom, 384, 3) +#endif +#ifndef OVERRIDE_TABLE_32_memfd_create +TRACE_SYSCALL_TABLE(memfd_create, memfd_create, 385, 2) +#endif +#ifndef OVERRIDE_TABLE_32_bpf +TRACE_SYSCALL_TABLE(bpf, bpf, 386, 3) +#endif +#ifndef OVERRIDE_TABLE_32_execveat +TRACE_SYSCALL_TABLE(execveat, execveat, 387, 5) +#endif +#ifndef OVERRIDE_TABLE_32_copy_file_range +TRACE_SYSCALL_TABLE(copy_file_range, copy_file_range, 391, 6) +#endif +#ifndef OVERRIDE_TABLE_32_preadv2 +TRACE_SYSCALL_TABLE(preadv2, preadv2, 392, 6) +#endif +#ifndef OVERRIDE_TABLE_32_pwritev2 +TRACE_SYSCALL_TABLE(pwritev2, pwritev2, 393, 6) +#endif +#ifndef OVERRIDE_TABLE_32_statx +TRACE_SYSCALL_TABLE(statx, statx, 397, 5) +#endif +#ifndef OVERRIDE_TABLE_32_rseq +TRACE_SYSCALL_TABLE(rseq, rseq, 398, 4) +#endif +#ifndef OVERRIDE_TABLE_32_io_pgetevents_time32 +TRACE_SYSCALL_TABLE(io_pgetevents_time32, io_pgetevents_time32, 399, 6) +#endif +#ifndef OVERRIDE_TABLE_32_clock_gettime +TRACE_SYSCALL_TABLE(clock_gettime, clock_gettime, 403, 2) +#endif +#ifndef OVERRIDE_TABLE_32_clock_settime +TRACE_SYSCALL_TABLE(clock_settime, clock_settime, 404, 2) +#endif +#ifndef OVERRIDE_TABLE_32_clock_adjtime +TRACE_SYSCALL_TABLE(clock_adjtime, clock_adjtime, 405, 2) +#endif +#ifndef OVERRIDE_TABLE_32_clock_getres +TRACE_SYSCALL_TABLE(clock_getres, clock_getres, 406, 2) +#endif +#ifndef OVERRIDE_TABLE_32_clock_nanosleep +TRACE_SYSCALL_TABLE(clock_nanosleep, clock_nanosleep, 407, 4) +#endif +#ifndef OVERRIDE_TABLE_32_timer_gettime +TRACE_SYSCALL_TABLE(timer_gettime, timer_gettime, 408, 2) +#endif +#ifndef OVERRIDE_TABLE_32_timer_settime +TRACE_SYSCALL_TABLE(timer_settime, timer_settime, 409, 4) +#endif +#ifndef OVERRIDE_TABLE_32_timerfd_gettime +TRACE_SYSCALL_TABLE(timerfd_gettime, timerfd_gettime, 410, 2) +#endif +#ifndef OVERRIDE_TABLE_32_timerfd_settime +TRACE_SYSCALL_TABLE(timerfd_settime, timerfd_settime, 411, 4) +#endif +#ifndef OVERRIDE_TABLE_32_utimensat +TRACE_SYSCALL_TABLE(utimensat, utimensat, 412, 4) +#endif +#ifndef OVERRIDE_TABLE_32_pselect6 +TRACE_SYSCALL_TABLE(pselect6, pselect6, 413, 6) +#endif +#ifndef OVERRIDE_TABLE_32_ppoll +TRACE_SYSCALL_TABLE(ppoll, ppoll, 414, 5) +#endif +#ifndef OVERRIDE_TABLE_32_io_pgetevents +TRACE_SYSCALL_TABLE(io_pgetevents, io_pgetevents, 416, 6) +#endif +#ifndef OVERRIDE_TABLE_32_recvmmsg +TRACE_SYSCALL_TABLE(recvmmsg, recvmmsg, 417, 5) +#endif +#ifndef OVERRIDE_TABLE_32_mq_timedsend +TRACE_SYSCALL_TABLE(mq_timedsend, mq_timedsend, 418, 5) +#endif +#ifndef OVERRIDE_TABLE_32_mq_timedreceive +TRACE_SYSCALL_TABLE(mq_timedreceive, mq_timedreceive, 419, 5) +#endif +#ifndef OVERRIDE_TABLE_32_semtimedop +TRACE_SYSCALL_TABLE(semtimedop, semtimedop, 420, 4) +#endif +#ifndef OVERRIDE_TABLE_32_rt_sigtimedwait +TRACE_SYSCALL_TABLE(rt_sigtimedwait, rt_sigtimedwait, 421, 4) +#endif +#ifndef OVERRIDE_TABLE_32_futex +TRACE_SYSCALL_TABLE(futex, futex, 422, 6) +#endif +#ifndef OVERRIDE_TABLE_32_sched_rr_get_interval +TRACE_SYSCALL_TABLE(sched_rr_get_interval, sched_rr_get_interval, 423, 2) +#endif +#ifndef OVERRIDE_TABLE_32_pidfd_send_signal +TRACE_SYSCALL_TABLE(pidfd_send_signal, pidfd_send_signal, 424, 4) +#endif +#ifndef OVERRIDE_TABLE_32_io_uring_setup +TRACE_SYSCALL_TABLE(io_uring_setup, io_uring_setup, 425, 2) +#endif +#ifndef OVERRIDE_TABLE_32_io_uring_enter +TRACE_SYSCALL_TABLE(io_uring_enter, io_uring_enter, 426, 6) +#endif +#ifndef OVERRIDE_TABLE_32_io_uring_register +TRACE_SYSCALL_TABLE(io_uring_register, io_uring_register, 427, 4) +#endif +#ifndef OVERRIDE_TABLE_32_open_tree +TRACE_SYSCALL_TABLE(open_tree, open_tree, 428, 3) +#endif +#ifndef OVERRIDE_TABLE_32_move_mount +TRACE_SYSCALL_TABLE(move_mount, move_mount, 429, 5) +#endif +#ifndef OVERRIDE_TABLE_32_fsopen +TRACE_SYSCALL_TABLE(fsopen, fsopen, 430, 2) +#endif +#ifndef OVERRIDE_TABLE_32_fsconfig +TRACE_SYSCALL_TABLE(fsconfig, fsconfig, 431, 5) +#endif +#ifndef OVERRIDE_TABLE_32_fspick +TRACE_SYSCALL_TABLE(fspick, fspick, 433, 3) +#endif +#ifndef OVERRIDE_TABLE_32_clone3 +TRACE_SYSCALL_TABLE(clone3, clone3, 435, 2) +#endif +#ifndef OVERRIDE_TABLE_32_openat2 +TRACE_SYSCALL_TABLE(openat2, openat2, 437, 4) +#endif +#ifndef OVERRIDE_TABLE_32_faccessat2 +TRACE_SYSCALL_TABLE(faccessat2, faccessat2, 439, 4) +#endif +#ifndef OVERRIDE_TABLE_32_process_madvise +TRACE_SYSCALL_TABLE(process_madvise, process_madvise, 440, 5) +#endif +#ifndef OVERRIDE_TABLE_32_epoll_pwait2 +TRACE_SYSCALL_TABLE(epoll_pwait2, epoll_pwait2, 441, 6) +#endif +#ifndef OVERRIDE_TABLE_32_mount_setattr +TRACE_SYSCALL_TABLE(mount_setattr, mount_setattr, 442, 5) +#endif +#ifndef OVERRIDE_TABLE_32_quotactl_fd +TRACE_SYSCALL_TABLE(quotactl_fd, quotactl_fd, 443, 4) +#endif +#ifndef OVERRIDE_TABLE_32_landlock_create_ruleset +TRACE_SYSCALL_TABLE(landlock_create_ruleset, landlock_create_ruleset, 444, 3) +#endif +#ifndef OVERRIDE_TABLE_32_landlock_add_rule +TRACE_SYSCALL_TABLE(landlock_add_rule, landlock_add_rule, 445, 4) +#endif +#ifndef OVERRIDE_TABLE_32_futex_waitv +TRACE_SYSCALL_TABLE(futex_waitv, futex_waitv, 449, 5) +#endif #endif /* CREATE_SYSCALL_TABLE */ -- 2.34.1