| From 54a69e5511f5031d3d14e1418ef7ea2456a73684 Mon Sep 17 00:00:00 2001 |
| From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
| Date: Mon, 28 Nov 2011 07:42:16 -0500 |
| Subject: lttng: syscall instrumentation |
| |
| x86-32 and x86-64 system call instrumentation, along with the |
| lttng-syscalls-generate-headers.sh script that generates the headers |
| from the system call list. See README for details. |
| |
| Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
| Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
| --- |
| .../syscalls/3.0.4/x86-64-syscalls-3.0.4 | 263 +++ |
| .../syscalls/3.1.0-rc6/x86-32-syscalls-3.1.0-rc6 | 291 +++ |
| .../staging/lttng/instrumentation/syscalls/README | 18 + |
| .../syscalls/headers/compat_syscalls_integers.h | 3 + |
| .../syscalls/headers/compat_syscalls_pointers.h | 3 + |
| .../syscalls/headers/syscalls_integers.h | 7 + |
| .../syscalls/headers/syscalls_integers_override.h | 14 + |
| .../syscalls/headers/syscalls_pointers.h | 7 + |
| .../syscalls/headers/syscalls_pointers_override.h | 4 + |
| .../syscalls/headers/syscalls_unknown.h | 55 + |
| .../headers/x86-32-syscalls-3.1.0-rc6_integers.h | 1163 ++++++++++ |
| .../x86-32-syscalls-3.1.0-rc6_integers_override.h | 38 + |
| .../headers/x86-32-syscalls-3.1.0-rc6_pointers.h | 2232 ++++++++++++++++++++ |
| .../x86-32-syscalls-3.1.0-rc6_pointers_override.h | 17 + |
| .../headers/x86-64-syscalls-3.0.4_integers.h | 1013 +++++++++ |
| .../x86-64-syscalls-3.0.4_integers_override.h | 3 + |
| .../headers/x86-64-syscalls-3.0.4_pointers.h | 2076 ++++++++++++++++++ |
| .../x86-64-syscalls-3.0.4_pointers_override.h | 5 + |
| .../syscalls/lttng-syscalls-extractor/Makefile | 1 + |
| .../lttng-syscalls-extractor.c | 85 + |
| .../syscalls/lttng-syscalls-generate-headers.sh | 275 +++ |
| 21 files changed, 7573 insertions(+), 0 deletions(-) |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/3.0.4/x86-64-syscalls-3.0.4 |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/3.1.0-rc6/x86-32-syscalls-3.1.0-rc6 |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/README |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_integers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_pointers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers_override.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers_override.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_unknown.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_integers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_integers_override.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_pointers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_pointers_override.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-64-syscalls-3.0.4_integers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-64-syscalls-3.0.4_integers_override.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-64-syscalls-3.0.4_pointers.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/headers/x86-64-syscalls-3.0.4_pointers_override.h |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/lttng-syscalls-extractor/Makefile |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c |
| create mode 100644 drivers/staging/lttng/instrumentation/syscalls/lttng-syscalls-generate-headers.sh |
| |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/3.0.4/x86-64-syscalls-3.0.4 b/drivers/staging/lttng/instrumentation/syscalls/3.0.4/x86-64-syscalls-3.0.4 |
| new file mode 100644 |
| index 0000000..b229472 |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/3.0.4/x86-64-syscalls-3.0.4 |
| @@ -0,0 +1,263 @@ |
| +syscall sys_read nr 0 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count) |
| +syscall sys_write nr 1 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count) |
| +syscall sys_open nr 2 nbargs 3 types: (const char *, int, int) args: (filename, flags, mode) |
| +syscall sys_close nr 3 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_newstat nr 4 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf) |
| +syscall sys_newfstat nr 5 nbargs 2 types: (unsigned int, struct stat *) args: (fd, statbuf) |
| +syscall sys_newlstat nr 6 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf) |
| +syscall sys_poll nr 7 nbargs 3 types: (struct pollfd *, unsigned int, long) args: (ufds, nfds, timeout_msecs) |
| +syscall sys_lseek nr 8 nbargs 3 types: (unsigned int, off_t, unsigned int) args: (fd, offset, origin) |
| +syscall sys_mmap nr 9 nbargs 6 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (addr, len, prot, flags, fd, off) |
| +syscall sys_mprotect nr 10 nbargs 3 types: (unsigned long, size_t, unsigned long) args: (start, len, prot) |
| +syscall sys_munmap nr 11 nbargs 2 types: (unsigned long, size_t) args: (addr, len) |
| +syscall sys_brk nr 12 nbargs 1 types: (unsigned long) args: (brk) |
| +syscall sys_rt_sigaction nr 13 nbargs 4 types: (int, const struct sigaction *, struct sigaction *, size_t) args: (sig, act, oact, sigsetsize) |
| +syscall sys_rt_sigprocmask nr 14 nbargs 4 types: (int, sigset_t *, sigset_t *, size_t) args: (how, nset, oset, sigsetsize) |
| +syscall sys_ioctl nr 16 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg) |
| +syscall sys_readv nr 19 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen) |
| +syscall sys_writev nr 20 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen) |
| +syscall sys_access nr 21 nbargs 2 types: (const char *, int) args: (filename, mode) |
| +syscall sys_pipe nr 22 nbargs 1 types: (int *) args: (fildes) |
| +syscall sys_select nr 23 nbargs 5 types: (int, fd_set *, fd_set *, fd_set *, struct timeval *) args: (n, inp, outp, exp, tvp) |
| +syscall sys_sched_yield nr 24 nbargs 0 types: () args: () |
| +syscall sys_mremap nr 25 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (addr, old_len, new_len, flags, new_addr) |
| +syscall sys_msync nr 26 nbargs 3 types: (unsigned long, size_t, int) args: (start, len, flags) |
| +syscall sys_mincore nr 27 nbargs 3 types: (unsigned long, size_t, unsigned char *) args: (start, len, vec) |
| +syscall sys_madvise nr 28 nbargs 3 types: (unsigned long, size_t, int) args: (start, len_in, behavior) |
| +syscall sys_shmget nr 29 nbargs 3 types: (key_t, size_t, int) args: (key, size, shmflg) |
| +syscall sys_shmat nr 30 nbargs 3 types: (int, char *, int) args: (shmid, shmaddr, shmflg) |
| +syscall sys_shmctl nr 31 nbargs 3 types: (int, int, struct shmid_ds *) args: (shmid, cmd, buf) |
| +syscall sys_dup nr 32 nbargs 1 types: (unsigned int) args: (fildes) |
| +syscall sys_dup2 nr 33 nbargs 2 types: (unsigned int, unsigned int) args: (oldfd, newfd) |
| +syscall sys_pause nr 34 nbargs 0 types: () args: () |
| +syscall sys_nanosleep nr 35 nbargs 2 types: (struct timespec *, struct timespec *) args: (rqtp, rmtp) |
| +syscall sys_getitimer nr 36 nbargs 2 types: (int, struct itimerval *) args: (which, value) |
| +syscall sys_alarm nr 37 nbargs 1 types: (unsigned int) args: (seconds) |
| +syscall sys_setitimer nr 38 nbargs 3 types: (int, struct itimerval *, struct itimerval *) args: (which, value, ovalue) |
| +syscall sys_getpid nr 39 nbargs 0 types: () args: () |
| +syscall sys_sendfile64 nr 40 nbargs 4 types: (int, int, loff_t *, size_t) args: (out_fd, in_fd, offset, count) |
| +syscall sys_socket nr 41 nbargs 3 types: (int, int, int) args: (family, type, protocol) |
| +syscall sys_connect nr 42 nbargs 3 types: (int, struct sockaddr *, int) args: (fd, uservaddr, addrlen) |
| +syscall sys_accept nr 43 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, upeer_sockaddr, upeer_addrlen) |
| +syscall sys_sendto nr 44 nbargs 6 types: (int, void *, size_t, unsigned, struct sockaddr *, int) args: (fd, buff, len, flags, addr, addr_len) |
| +syscall sys_recvfrom nr 45 nbargs 6 types: (int, void *, size_t, unsigned, struct sockaddr *, int *) args: (fd, ubuf, size, flags, addr, addr_len) |
| +syscall sys_sendmsg nr 46 nbargs 3 types: (int, struct msghdr *, unsigned) args: (fd, msg, flags) |
| +syscall sys_recvmsg nr 47 nbargs 3 types: (int, struct msghdr *, unsigned int) args: (fd, msg, flags) |
| +syscall sys_shutdown nr 48 nbargs 2 types: (int, int) args: (fd, how) |
| +syscall sys_bind nr 49 nbargs 3 types: (int, struct sockaddr *, int) args: (fd, umyaddr, addrlen) |
| +syscall sys_listen nr 50 nbargs 2 types: (int, int) args: (fd, backlog) |
| +syscall sys_getsockname nr 51 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, usockaddr, usockaddr_len) |
| +syscall sys_getpeername nr 52 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, usockaddr, usockaddr_len) |
| +syscall sys_socketpair nr 53 nbargs 4 types: (int, int, int, int *) args: (family, type, protocol, usockvec) |
| +syscall sys_setsockopt nr 54 nbargs 5 types: (int, int, int, char *, int) args: (fd, level, optname, optval, optlen) |
| +syscall sys_getsockopt nr 55 nbargs 5 types: (int, int, int, char *, int *) args: (fd, level, optname, optval, optlen) |
| +syscall sys_exit nr 60 nbargs 1 types: (int) args: (error_code) |
| +syscall sys_wait4 nr 61 nbargs 4 types: (pid_t, int *, int, struct rusage *) args: (upid, stat_addr, options, ru) |
| +syscall sys_kill nr 62 nbargs 2 types: (pid_t, int) args: (pid, sig) |
| +syscall sys_newuname nr 63 nbargs 1 types: (struct new_utsname *) args: (name) |
| +syscall sys_semget nr 64 nbargs 3 types: (key_t, int, int) args: (key, nsems, semflg) |
| +syscall sys_semop nr 65 nbargs 3 types: (int, struct sembuf *, unsigned) args: (semid, tsops, nsops) |
| +syscall sys_shmdt nr 67 nbargs 1 types: (char *) args: (shmaddr) |
| +syscall sys_msgget nr 68 nbargs 2 types: (key_t, int) args: (key, msgflg) |
| +syscall sys_msgsnd nr 69 nbargs 4 types: (int, struct msgbuf *, size_t, int) args: (msqid, msgp, msgsz, msgflg) |
| +syscall sys_msgrcv nr 70 nbargs 5 types: (int, struct msgbuf *, size_t, long, int) args: (msqid, msgp, msgsz, msgtyp, msgflg) |
| +syscall sys_msgctl nr 71 nbargs 3 types: (int, int, struct msqid_ds *) args: (msqid, cmd, buf) |
| +syscall sys_fcntl nr 72 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg) |
| +syscall sys_flock nr 73 nbargs 2 types: (unsigned int, unsigned int) args: (fd, cmd) |
| +syscall sys_fsync nr 74 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_fdatasync nr 75 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_truncate nr 76 nbargs 2 types: (const char *, long) args: (path, length) |
| +syscall sys_ftruncate nr 77 nbargs 2 types: (unsigned int, unsigned long) args: (fd, length) |
| +syscall sys_getdents nr 78 nbargs 3 types: (unsigned int, struct linux_dirent *, unsigned int) args: (fd, dirent, count) |
| +syscall sys_getcwd nr 79 nbargs 2 types: (char *, unsigned long) args: (buf, size) |
| +syscall sys_chdir nr 80 nbargs 1 types: (const char *) args: (filename) |
| +syscall sys_fchdir nr 81 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_rename nr 82 nbargs 2 types: (const char *, const char *) args: (oldname, newname) |
| +syscall sys_mkdir nr 83 nbargs 2 types: (const char *, int) args: (pathname, mode) |
| +syscall sys_rmdir nr 84 nbargs 1 types: (const char *) args: (pathname) |
| +syscall sys_creat nr 85 nbargs 2 types: (const char *, int) args: (pathname, mode) |
| +syscall sys_link nr 86 nbargs 2 types: (const char *, const char *) args: (oldname, newname) |
| +syscall sys_unlink nr 87 nbargs 1 types: (const char *) args: (pathname) |
| +syscall sys_symlink nr 88 nbargs 2 types: (const char *, const char *) args: (oldname, newname) |
| +syscall sys_readlink nr 89 nbargs 3 types: (const char *, char *, int) args: (path, buf, bufsiz) |
| +syscall sys_chmod nr 90 nbargs 2 types: (const char *, mode_t) args: (filename, mode) |
| +syscall sys_fchmod nr 91 nbargs 2 types: (unsigned int, mode_t) args: (fd, mode) |
| +syscall sys_chown nr 92 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group) |
| +syscall sys_fchown nr 93 nbargs 3 types: (unsigned int, uid_t, gid_t) args: (fd, user, group) |
| +syscall sys_lchown nr 94 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group) |
| +syscall sys_umask nr 95 nbargs 1 types: (int) args: (mask) |
| +syscall sys_gettimeofday nr 96 nbargs 2 types: (struct timeval *, struct timezone *) args: (tv, tz) |
| +syscall sys_getrlimit nr 97 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim) |
| +syscall sys_getrusage nr 98 nbargs 2 types: (int, struct rusage *) args: (who, ru) |
| +syscall sys_sysinfo nr 99 nbargs 1 types: (struct sysinfo *) args: (info) |
| +syscall sys_times nr 100 nbargs 1 types: (struct tms *) args: (tbuf) |
| +syscall sys_ptrace nr 101 nbargs 4 types: (long, long, unsigned long, unsigned long) args: (request, pid, addr, data) |
| +syscall sys_getuid nr 102 nbargs 0 types: () args: () |
| +syscall sys_syslog nr 103 nbargs 3 types: (int, char *, int) args: (type, buf, len) |
| +syscall sys_getgid nr 104 nbargs 0 types: () args: () |
| +syscall sys_setuid nr 105 nbargs 1 types: (uid_t) args: (uid) |
| +syscall sys_setgid nr 106 nbargs 1 types: (gid_t) args: (gid) |
| +syscall sys_geteuid nr 107 nbargs 0 types: () args: () |
| +syscall sys_getegid nr 108 nbargs 0 types: () args: () |
| +syscall sys_setpgid nr 109 nbargs 2 types: (pid_t, pid_t) args: (pid, pgid) |
| +syscall sys_getppid nr 110 nbargs 0 types: () args: () |
| +syscall sys_getpgrp nr 111 nbargs 0 types: () args: () |
| +syscall sys_setsid nr 112 nbargs 0 types: () args: () |
| +syscall sys_setreuid nr 113 nbargs 2 types: (uid_t, uid_t) args: (ruid, euid) |
| +syscall sys_setregid nr 114 nbargs 2 types: (gid_t, gid_t) args: (rgid, egid) |
| +syscall sys_getgroups nr 115 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist) |
| +syscall sys_setgroups nr 116 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist) |
| +syscall sys_setresuid nr 117 nbargs 3 types: (uid_t, uid_t, uid_t) args: (ruid, euid, suid) |
| +syscall sys_getresuid nr 118 nbargs 3 types: (uid_t *, uid_t *, uid_t *) args: (ruid, euid, suid) |
| +syscall sys_setresgid nr 119 nbargs 3 types: (gid_t, gid_t, gid_t) args: (rgid, egid, sgid) |
| +syscall sys_getresgid nr 120 nbargs 3 types: (gid_t *, gid_t *, gid_t *) args: (rgid, egid, sgid) |
| +syscall sys_getpgid nr 121 nbargs 1 types: (pid_t) args: (pid) |
| +syscall sys_setfsuid nr 122 nbargs 1 types: (uid_t) args: (uid) |
| +syscall sys_setfsgid nr 123 nbargs 1 types: (gid_t) args: (gid) |
| +syscall sys_getsid nr 124 nbargs 1 types: (pid_t) args: (pid) |
| +syscall sys_capget nr 125 nbargs 2 types: (cap_user_header_t, cap_user_data_t) args: (header, dataptr) |
| +syscall sys_capset nr 126 nbargs 2 types: (cap_user_header_t, const cap_user_data_t) args: (header, data) |
| +syscall sys_rt_sigpending nr 127 nbargs 2 types: (sigset_t *, size_t) args: (set, sigsetsize) |
| +syscall sys_rt_sigtimedwait nr 128 nbargs 4 types: (const sigset_t *, siginfo_t *, const struct timespec *, size_t) args: (uthese, uinfo, uts, sigsetsize) |
| +syscall sys_rt_sigqueueinfo nr 129 nbargs 3 types: (pid_t, int, siginfo_t *) args: (pid, sig, uinfo) |
| +syscall sys_rt_sigsuspend nr 130 nbargs 2 types: (sigset_t *, size_t) args: (unewset, sigsetsize) |
| +syscall sys_utime nr 132 nbargs 2 types: (char *, struct utimbuf *) args: (filename, times) |
| +syscall sys_mknod nr 133 nbargs 3 types: (const char *, int, unsigned) args: (filename, mode, dev) |
| +syscall sys_personality nr 135 nbargs 1 types: (unsigned int) args: (personality) |
| +syscall sys_ustat nr 136 nbargs 2 types: (unsigned, struct ustat *) args: (dev, ubuf) |
| +syscall sys_statfs nr 137 nbargs 2 types: (const char *, struct statfs *) args: (pathname, buf) |
| +syscall sys_fstatfs nr 138 nbargs 2 types: (unsigned int, struct statfs *) args: (fd, buf) |
| +syscall sys_sysfs nr 139 nbargs 3 types: (int, unsigned long, unsigned long) args: (option, arg1, arg2) |
| +syscall sys_getpriority nr 140 nbargs 2 types: (int, int) args: (which, who) |
| +syscall sys_setpriority nr 141 nbargs 3 types: (int, int, int) args: (which, who, niceval) |
| +syscall sys_sched_setparam nr 142 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param) |
| +syscall sys_sched_getparam nr 143 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param) |
| +syscall sys_sched_setscheduler nr 144 nbargs 3 types: (pid_t, int, struct sched_param *) args: (pid, policy, param) |
| +syscall sys_sched_getscheduler nr 145 nbargs 1 types: (pid_t) args: (pid) |
| +syscall sys_sched_get_priority_max nr 146 nbargs 1 types: (int) args: (policy) |
| +syscall sys_sched_get_priority_min nr 147 nbargs 1 types: (int) args: (policy) |
| +syscall sys_sched_rr_get_interval nr 148 nbargs 2 types: (pid_t, struct timespec *) args: (pid, interval) |
| +syscall sys_mlock nr 149 nbargs 2 types: (unsigned long, size_t) args: (start, len) |
| +syscall sys_munlock nr 150 nbargs 2 types: (unsigned long, size_t) args: (start, len) |
| +syscall sys_mlockall nr 151 nbargs 1 types: (int) args: (flags) |
| +syscall sys_munlockall nr 152 nbargs 0 types: () args: () |
| +syscall sys_vhangup nr 153 nbargs 0 types: () args: () |
| +syscall sys_pivot_root nr 155 nbargs 2 types: (const char *, const char *) args: (new_root, put_old) |
| +syscall sys_sysctl nr 156 nbargs 1 types: (struct __sysctl_args *) args: (args) |
| +syscall sys_prctl nr 157 nbargs 5 types: (int, unsigned long, unsigned long, unsigned long, unsigned long) args: (option, arg2, arg3, arg4, arg5) |
| +syscall sys_adjtimex nr 159 nbargs 1 types: (struct timex *) args: (txc_p) |
| +syscall sys_setrlimit nr 160 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim) |
| +syscall sys_chroot nr 161 nbargs 1 types: (const char *) args: (filename) |
| +syscall sys_sync nr 162 nbargs 0 types: () args: () |
| +syscall sys_settimeofday nr 164 nbargs 2 types: (struct timeval *, struct timezone *) args: (tv, tz) |
| +syscall sys_mount nr 165 nbargs 5 types: (char *, char *, char *, unsigned long, void *) args: (dev_name, dir_name, type, flags, data) |
| +syscall sys_umount nr 166 nbargs 2 types: (char *, int) args: (name, flags) |
| +syscall sys_swapon nr 167 nbargs 2 types: (const char *, int) args: (specialfile, swap_flags) |
| +syscall sys_swapoff nr 168 nbargs 1 types: (const char *) args: (specialfile) |
| +syscall sys_reboot nr 169 nbargs 4 types: (int, int, unsigned int, void *) args: (magic1, magic2, cmd, arg) |
| +syscall sys_sethostname nr 170 nbargs 2 types: (char *, int) args: (name, len) |
| +syscall sys_setdomainname nr 171 nbargs 2 types: (char *, int) args: (name, len) |
| +syscall sys_init_module nr 175 nbargs 3 types: (void *, unsigned long, const char *) args: (umod, len, uargs) |
| +syscall sys_delete_module nr 176 nbargs 2 types: (const char *, unsigned int) args: (name_user, flags) |
| +syscall sys_nfsservctl nr 180 nbargs 3 types: (int, struct nfsctl_arg *, void *) args: (cmd, arg, res) |
| +syscall sys_gettid nr 186 nbargs 0 types: () args: () |
| +syscall sys_setxattr nr 188 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags) |
| +syscall sys_lsetxattr nr 189 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags) |
| +syscall sys_fsetxattr nr 190 nbargs 5 types: (int, const char *, const void *, size_t, int) args: (fd, name, value, size, flags) |
| +syscall sys_getxattr nr 191 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size) |
| +syscall sys_lgetxattr nr 192 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size) |
| +syscall sys_fgetxattr nr 193 nbargs 4 types: (int, const char *, void *, size_t) args: (fd, name, value, size) |
| +syscall sys_listxattr nr 194 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size) |
| +syscall sys_llistxattr nr 195 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size) |
| +syscall sys_flistxattr nr 196 nbargs 3 types: (int, char *, size_t) args: (fd, list, size) |
| +syscall sys_removexattr nr 197 nbargs 2 types: (const char *, const char *) args: (pathname, name) |
| +syscall sys_lremovexattr nr 198 nbargs 2 types: (const char *, const char *) args: (pathname, name) |
| +syscall sys_fremovexattr nr 199 nbargs 2 types: (int, const char *) args: (fd, name) |
| +syscall sys_tkill nr 200 nbargs 2 types: (pid_t, int) args: (pid, sig) |
| +syscall sys_time nr 201 nbargs 1 types: (time_t *) args: (tloc) |
| +syscall sys_futex nr 202 nbargs 6 types: (u32 *, int, u32, struct timespec *, u32 *, u32) args: (uaddr, op, val, utime, uaddr2, val3) |
| +syscall sys_sched_setaffinity nr 203 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr) |
| +syscall sys_sched_getaffinity nr 204 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr) |
| +syscall sys_io_setup nr 206 nbargs 2 types: (unsigned, aio_context_t *) args: (nr_events, ctxp) |
| +syscall sys_io_destroy nr 207 nbargs 1 types: (aio_context_t) args: (ctx) |
| +syscall sys_io_getevents nr 208 nbargs 5 types: (aio_context_t, long, long, struct io_event *, struct timespec *) args: (ctx_id, min_nr, nr, events, timeout) |
| +syscall sys_io_submit nr 209 nbargs 3 types: (aio_context_t, long, struct iocb * *) args: (ctx_id, nr, iocbpp) |
| +syscall sys_io_cancel nr 210 nbargs 3 types: (aio_context_t, struct iocb *, struct io_event *) args: (ctx_id, iocb, result) |
| +syscall sys_epoll_create nr 213 nbargs 1 types: (int) args: (size) |
| +syscall sys_remap_file_pages nr 216 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (start, size, prot, pgoff, flags) |
| +syscall sys_getdents64 nr 217 nbargs 3 types: (unsigned int, struct linux_dirent64 *, unsigned int) args: (fd, dirent, count) |
| +syscall sys_set_tid_address nr 218 nbargs 1 types: (int *) args: (tidptr) |
| +syscall sys_restart_syscall nr 219 nbargs 0 types: () args: () |
| +syscall sys_semtimedop nr 220 nbargs 4 types: (int, struct sembuf *, unsigned, const struct timespec *) args: (semid, tsops, nsops, timeout) |
| +syscall sys_timer_create nr 222 nbargs 3 types: (const clockid_t, struct sigevent *, timer_t *) args: (which_clock, timer_event_spec, created_timer_id) |
| +syscall sys_timer_settime nr 223 nbargs 4 types: (timer_t, int, const struct itimerspec *, struct itimerspec *) args: (timer_id, flags, new_setting, old_setting) |
| +syscall sys_timer_gettime nr 224 nbargs 2 types: (timer_t, struct itimerspec *) args: (timer_id, setting) |
| +syscall sys_timer_getoverrun nr 225 nbargs 1 types: (timer_t) args: (timer_id) |
| +syscall sys_timer_delete nr 226 nbargs 1 types: (timer_t) args: (timer_id) |
| +syscall sys_clock_settime nr 227 nbargs 2 types: (const clockid_t, const struct timespec *) args: (which_clock, tp) |
| +syscall sys_clock_gettime nr 228 nbargs 2 types: (const clockid_t, struct timespec *) args: (which_clock, tp) |
| +syscall sys_clock_getres nr 229 nbargs 2 types: (const clockid_t, struct timespec *) args: (which_clock, tp) |
| +syscall sys_clock_nanosleep nr 230 nbargs 4 types: (const clockid_t, int, const struct timespec *, struct timespec *) args: (which_clock, flags, rqtp, rmtp) |
| +syscall sys_exit_group nr 231 nbargs 1 types: (int) args: (error_code) |
| +syscall sys_epoll_wait nr 232 nbargs 4 types: (int, struct epoll_event *, int, int) args: (epfd, events, maxevents, timeout) |
| +syscall sys_epoll_ctl nr 233 nbargs 4 types: (int, int, int, struct epoll_event *) args: (epfd, op, fd, event) |
| +syscall sys_tgkill nr 234 nbargs 3 types: (pid_t, pid_t, int) args: (tgid, pid, sig) |
| +syscall sys_utimes nr 235 nbargs 2 types: (char *, struct timeval *) args: (filename, utimes) |
| +syscall sys_mq_open nr 240 nbargs 4 types: (const char *, int, mode_t, struct mq_attr *) args: (u_name, oflag, mode, u_attr) |
| +syscall sys_mq_unlink nr 241 nbargs 1 types: (const char *) args: (u_name) |
| +syscall sys_mq_timedsend nr 242 nbargs 5 types: (mqd_t, const char *, size_t, unsigned int, const struct timespec *) args: (mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout) |
| +syscall sys_mq_timedreceive nr 243 nbargs 5 types: (mqd_t, char *, size_t, unsigned int *, const struct timespec *) args: (mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout) |
| +syscall sys_mq_notify nr 244 nbargs 2 types: (mqd_t, const struct sigevent *) args: (mqdes, u_notification) |
| +syscall sys_mq_getsetattr nr 245 nbargs 3 types: (mqd_t, const struct mq_attr *, struct mq_attr *) args: (mqdes, u_mqstat, u_omqstat) |
| +syscall sys_kexec_load nr 246 nbargs 4 types: (unsigned long, unsigned long, struct kexec_segment *, unsigned long) args: (entry, nr_segments, segments, flags) |
| +syscall sys_waitid nr 247 nbargs 5 types: (int, pid_t, struct siginfo *, int, struct rusage *) args: (which, upid, infop, options, ru) |
| +syscall sys_ioprio_set nr 251 nbargs 3 types: (int, int, int) args: (which, who, ioprio) |
| +syscall sys_ioprio_get nr 252 nbargs 2 types: (int, int) args: (which, who) |
| +syscall sys_inotify_init nr 253 nbargs 0 types: () args: () |
| +syscall sys_inotify_add_watch nr 254 nbargs 3 types: (int, const char *, u32) args: (fd, pathname, mask) |
| +syscall sys_inotify_rm_watch nr 255 nbargs 2 types: (int, __s32) args: (fd, wd) |
| +syscall sys_openat nr 257 nbargs 4 types: (int, const char *, int, int) args: (dfd, filename, flags, mode) |
| +syscall sys_mkdirat nr 258 nbargs 3 types: (int, const char *, int) args: (dfd, pathname, mode) |
| +syscall sys_mknodat nr 259 nbargs 4 types: (int, const char *, int, unsigned) args: (dfd, filename, mode, dev) |
| +syscall sys_fchownat nr 260 nbargs 5 types: (int, const char *, uid_t, gid_t, int) args: (dfd, filename, user, group, flag) |
| +syscall sys_futimesat nr 261 nbargs 3 types: (int, const char *, struct timeval *) args: (dfd, filename, utimes) |
| +syscall sys_newfstatat nr 262 nbargs 4 types: (int, const char *, struct stat *, int) args: (dfd, filename, statbuf, flag) |
| +syscall sys_unlinkat nr 263 nbargs 3 types: (int, const char *, int) args: (dfd, pathname, flag) |
| +syscall sys_renameat nr 264 nbargs 4 types: (int, const char *, int, const char *) args: (olddfd, oldname, newdfd, newname) |
| +syscall sys_linkat nr 265 nbargs 5 types: (int, const char *, int, const char *, int) args: (olddfd, oldname, newdfd, newname, flags) |
| +syscall sys_symlinkat nr 266 nbargs 3 types: (const char *, int, const char *) args: (oldname, newdfd, newname) |
| +syscall sys_readlinkat nr 267 nbargs 4 types: (int, const char *, char *, int) args: (dfd, pathname, buf, bufsiz) |
| +syscall sys_fchmodat nr 268 nbargs 3 types: (int, const char *, mode_t) args: (dfd, filename, mode) |
| +syscall sys_faccessat nr 269 nbargs 3 types: (int, const char *, int) args: (dfd, filename, mode) |
| +syscall sys_pselect6 nr 270 nbargs 6 types: (int, fd_set *, fd_set *, fd_set *, struct timespec *, void *) args: (n, inp, outp, exp, tsp, sig) |
| +syscall sys_ppoll nr 271 nbargs 5 types: (struct pollfd *, unsigned int, struct timespec *, const sigset_t *, size_t) args: (ufds, nfds, tsp, sigmask, sigsetsize) |
| +syscall sys_unshare nr 272 nbargs 1 types: (unsigned long) args: (unshare_flags) |
| +syscall sys_set_robust_list nr 273 nbargs 2 types: (struct robust_list_head *, size_t) args: (head, len) |
| +syscall sys_get_robust_list nr 274 nbargs 3 types: (int, struct robust_list_head * *, size_t *) args: (pid, head_ptr, len_ptr) |
| +syscall sys_splice nr 275 nbargs 6 types: (int, loff_t *, int, loff_t *, size_t, unsigned int) args: (fd_in, off_in, fd_out, off_out, len, flags) |
| +syscall sys_tee nr 276 nbargs 4 types: (int, int, size_t, unsigned int) args: (fdin, fdout, len, flags) |
| +syscall sys_vmsplice nr 278 nbargs 4 types: (int, const struct iovec *, unsigned long, unsigned int) args: (fd, iov, nr_segs, flags) |
| +syscall sys_utimensat nr 280 nbargs 4 types: (int, const char *, struct timespec *, int) args: (dfd, filename, utimes, flags) |
| +syscall sys_epoll_pwait nr 281 nbargs 6 types: (int, struct epoll_event *, int, int, const sigset_t *, size_t) args: (epfd, events, maxevents, timeout, sigmask, sigsetsize) |
| +syscall sys_signalfd nr 282 nbargs 3 types: (int, sigset_t *, size_t) args: (ufd, user_mask, sizemask) |
| +syscall sys_timerfd_create nr 283 nbargs 2 types: (int, int) args: (clockid, flags) |
| +syscall sys_eventfd nr 284 nbargs 1 types: (unsigned int) args: (count) |
| +syscall sys_timerfd_settime nr 286 nbargs 4 types: (int, int, const struct itimerspec *, struct itimerspec *) args: (ufd, flags, utmr, otmr) |
| +syscall sys_timerfd_gettime nr 287 nbargs 2 types: (int, struct itimerspec *) args: (ufd, otmr) |
| +syscall sys_accept4 nr 288 nbargs 4 types: (int, struct sockaddr *, int *, int) args: (fd, upeer_sockaddr, upeer_addrlen, flags) |
| +syscall sys_signalfd4 nr 289 nbargs 4 types: (int, sigset_t *, size_t, int) args: (ufd, user_mask, sizemask, flags) |
| +syscall sys_eventfd2 nr 290 nbargs 2 types: (unsigned int, int) args: (count, flags) |
| +syscall sys_epoll_create1 nr 291 nbargs 1 types: (int) args: (flags) |
| +syscall sys_dup3 nr 292 nbargs 3 types: (unsigned int, unsigned int, int) args: (oldfd, newfd, flags) |
| +syscall sys_pipe2 nr 293 nbargs 2 types: (int *, int) args: (fildes, flags) |
| +syscall sys_inotify_init1 nr 294 nbargs 1 types: (int) args: (flags) |
| +syscall sys_preadv nr 295 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h) |
| +syscall sys_pwritev nr 296 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h) |
| +syscall sys_rt_tgsigqueueinfo nr 297 nbargs 4 types: (pid_t, pid_t, int, siginfo_t *) args: (tgid, pid, sig, uinfo) |
| +syscall sys_perf_event_open nr 298 nbargs 5 types: (struct perf_event_attr *, pid_t, int, int, unsigned long) args: (attr_uptr, pid, cpu, group_fd, flags) |
| +syscall sys_recvmmsg nr 299 nbargs 5 types: (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *) args: (fd, mmsg, vlen, flags, timeout) |
| +syscall sys_prlimit64 nr 302 nbargs 4 types: (pid_t, unsigned int, const struct rlimit64 *, struct rlimit64 *) args: (pid, resource, new_rlim, old_rlim) |
| +syscall sys_clock_adjtime nr 305 nbargs 2 types: (const clockid_t, struct timex *) args: (which_clock, utx) |
| +syscall sys_syncfs nr 306 nbargs 1 types: (int) args: (fd) |
| +syscall sys_sendmmsg nr 307 nbargs 4 types: (int, struct mmsghdr *, unsigned int, unsigned int) args: (fd, mmsg, vlen, flags) |
| +syscall sys_setns nr 308 nbargs 2 types: (int, int) args: (fd, nstype) |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/3.1.0-rc6/x86-32-syscalls-3.1.0-rc6 b/drivers/staging/lttng/instrumentation/syscalls/3.1.0-rc6/x86-32-syscalls-3.1.0-rc6 |
| new file mode 100644 |
| index 0000000..130c1e3 |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/3.1.0-rc6/x86-32-syscalls-3.1.0-rc6 |
| @@ -0,0 +1,291 @@ |
| +syscall sys_restart_syscall nr 0 nbargs 0 types: () args: () |
| +syscall sys_exit nr 1 nbargs 1 types: (int) args: (error_code) |
| +syscall sys_read nr 3 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count) |
| +syscall sys_write nr 4 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count) |
| +syscall sys_open nr 5 nbargs 3 types: (const char *, int, int) args: (filename, flags, mode) |
| +syscall sys_close nr 6 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_waitpid nr 7 nbargs 3 types: (pid_t, int *, int) args: (pid, stat_addr, options) |
| +syscall sys_creat nr 8 nbargs 2 types: (const char *, int) args: (pathname, mode) |
| +syscall sys_link nr 9 nbargs 2 types: (const char *, const char *) args: (oldname, newname) |
| +syscall sys_unlink nr 10 nbargs 1 types: (const char *) args: (pathname) |
| +syscall sys_chdir nr 12 nbargs 1 types: (const char *) args: (filename) |
| +syscall sys_time nr 13 nbargs 1 types: (time_t *) args: (tloc) |
| +syscall sys_mknod nr 14 nbargs 3 types: (const char *, int, unsigned) args: (filename, mode, dev) |
| +syscall sys_chmod nr 15 nbargs 2 types: (const char *, mode_t) args: (filename, mode) |
| +syscall sys_lchown16 nr 16 nbargs 3 types: (const char *, old_uid_t, old_gid_t) args: (filename, user, group) |
| +syscall sys_stat nr 18 nbargs 2 types: (const char *, struct __old_kernel_stat *) args: (filename, statbuf) |
| +syscall sys_lseek nr 19 nbargs 3 types: (unsigned int, off_t, unsigned int) args: (fd, offset, origin) |
| +syscall sys_getpid nr 20 nbargs 0 types: () args: () |
| +syscall sys_mount nr 21 nbargs 5 types: (char *, char *, char *, unsigned long, void *) args: (dev_name, dir_name, type, flags, data) |
| +syscall sys_oldumount nr 22 nbargs 1 types: (char *) args: (name) |
| +syscall sys_setuid16 nr 23 nbargs 1 types: (old_uid_t) args: (uid) |
| +syscall sys_getuid16 nr 24 nbargs 0 types: () args: () |
| +syscall sys_stime nr 25 nbargs 1 types: (time_t *) args: (tptr) |
| +syscall sys_ptrace nr 26 nbargs 4 types: (long, long, unsigned long, unsigned long) args: (request, pid, addr, data) |
| +syscall sys_alarm nr 27 nbargs 1 types: (unsigned int) args: (seconds) |
| +syscall sys_fstat nr 28 nbargs 2 types: (unsigned int, struct __old_kernel_stat *) args: (fd, statbuf) |
| +syscall sys_pause nr 29 nbargs 0 types: () args: () |
| +syscall sys_utime nr 30 nbargs 2 types: (char *, struct utimbuf *) args: (filename, times) |
| +syscall sys_access nr 33 nbargs 2 types: (const char *, int) args: (filename, mode) |
| +syscall sys_nice nr 34 nbargs 1 types: (int) args: (increment) |
| +syscall sys_sync nr 36 nbargs 0 types: () args: () |
| +syscall sys_kill nr 37 nbargs 2 types: (pid_t, int) args: (pid, sig) |
| +syscall sys_rename nr 38 nbargs 2 types: (const char *, const char *) args: (oldname, newname) |
| +syscall sys_mkdir nr 39 nbargs 2 types: (const char *, int) args: (pathname, mode) |
| +syscall sys_rmdir nr 40 nbargs 1 types: (const char *) args: (pathname) |
| +syscall sys_dup nr 41 nbargs 1 types: (unsigned int) args: (fildes) |
| +syscall sys_pipe nr 42 nbargs 1 types: (int *) args: (fildes) |
| +syscall sys_times nr 43 nbargs 1 types: (struct tms *) args: (tbuf) |
| +syscall sys_brk nr 45 nbargs 1 types: (unsigned long) args: (brk) |
| +syscall sys_setgid16 nr 46 nbargs 1 types: (old_gid_t) args: (gid) |
| +syscall sys_getgid16 nr 47 nbargs 0 types: () args: () |
| +syscall sys_signal nr 48 nbargs 2 types: (int, __sighandler_t) args: (sig, handler) |
| +syscall sys_geteuid16 nr 49 nbargs 0 types: () args: () |
| +syscall sys_getegid16 nr 50 nbargs 0 types: () args: () |
| +syscall sys_acct nr 51 nbargs 1 types: (const char *) args: (name) |
| +syscall sys_umount nr 52 nbargs 2 types: (char *, int) args: (name, flags) |
| +syscall sys_ioctl nr 54 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg) |
| +syscall sys_fcntl nr 55 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg) |
| +syscall sys_setpgid nr 57 nbargs 2 types: (pid_t, pid_t) args: (pid, pgid) |
| +syscall sys_olduname nr 59 nbargs 1 types: (struct oldold_utsname *) args: (name) |
| +syscall sys_umask nr 60 nbargs 1 types: (int) args: (mask) |
| +syscall sys_chroot nr 61 nbargs 1 types: (const char *) args: (filename) |
| +syscall sys_ustat nr 62 nbargs 2 types: (unsigned, struct ustat *) args: (dev, ubuf) |
| +syscall sys_dup2 nr 63 nbargs 2 types: (unsigned int, unsigned int) args: (oldfd, newfd) |
| +syscall sys_getppid nr 64 nbargs 0 types: () args: () |
| +syscall sys_getpgrp nr 65 nbargs 0 types: () args: () |
| +syscall sys_setsid nr 66 nbargs 0 types: () args: () |
| +syscall sys_sgetmask nr 68 nbargs 0 types: () args: () |
| +syscall sys_ssetmask nr 69 nbargs 1 types: (int) args: (newmask) |
| +syscall sys_setreuid16 nr 70 nbargs 2 types: (old_uid_t, old_uid_t) args: (ruid, euid) |
| +syscall sys_setregid16 nr 71 nbargs 2 types: (old_gid_t, old_gid_t) args: (rgid, egid) |
| +syscall sys_sigpending nr 73 nbargs 1 types: (old_sigset_t *) args: (set) |
| +syscall sys_sethostname nr 74 nbargs 2 types: (char *, int) args: (name, len) |
| +syscall sys_setrlimit nr 75 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim) |
| +syscall sys_old_getrlimit nr 76 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim) |
| +syscall sys_getrusage nr 77 nbargs 2 types: (int, struct rusage *) args: (who, ru) |
| +syscall sys_gettimeofday nr 78 nbargs 2 types: (struct timeval *, struct timezone *) args: (tv, tz) |
| +syscall sys_settimeofday nr 79 nbargs 2 types: (struct timeval *, struct timezone *) args: (tv, tz) |
| +syscall sys_getgroups16 nr 80 nbargs 2 types: (int, old_gid_t *) args: (gidsetsize, grouplist) |
| +syscall sys_setgroups16 nr 81 nbargs 2 types: (int, old_gid_t *) args: (gidsetsize, grouplist) |
| +syscall sys_old_select nr 82 nbargs 1 types: (struct sel_arg_struct *) args: (arg) |
| +syscall sys_symlink nr 83 nbargs 2 types: (const char *, const char *) args: (oldname, newname) |
| +syscall sys_lstat nr 84 nbargs 2 types: (const char *, struct __old_kernel_stat *) args: (filename, statbuf) |
| +syscall sys_readlink nr 85 nbargs 3 types: (const char *, char *, int) args: (path, buf, bufsiz) |
| +syscall sys_uselib nr 86 nbargs 1 types: (const char *) args: (library) |
| +syscall sys_swapon nr 87 nbargs 2 types: (const char *, int) args: (specialfile, swap_flags) |
| +syscall sys_reboot nr 88 nbargs 4 types: (int, int, unsigned int, void *) args: (magic1, magic2, cmd, arg) |
| +syscall sys_old_readdir nr 89 nbargs 3 types: (unsigned int, struct old_linux_dirent *, unsigned int) args: (fd, dirent, count) |
| +syscall sys_old_mmap nr 90 nbargs 1 types: (struct mmap_arg_struct *) args: (arg) |
| +syscall sys_munmap nr 91 nbargs 2 types: (unsigned long, size_t) args: (addr, len) |
| +syscall sys_truncate nr 92 nbargs 2 types: (const char *, long) args: (path, length) |
| +syscall sys_ftruncate nr 93 nbargs 2 types: (unsigned int, unsigned long) args: (fd, length) |
| +syscall sys_fchmod nr 94 nbargs 2 types: (unsigned int, mode_t) args: (fd, mode) |
| +syscall sys_fchown16 nr 95 nbargs 3 types: (unsigned int, old_uid_t, old_gid_t) args: (fd, user, group) |
| +syscall sys_getpriority nr 96 nbargs 2 types: (int, int) args: (which, who) |
| +syscall sys_setpriority nr 97 nbargs 3 types: (int, int, int) args: (which, who, niceval) |
| +syscall sys_statfs nr 99 nbargs 2 types: (const char *, struct statfs *) args: (pathname, buf) |
| +syscall sys_fstatfs nr 100 nbargs 2 types: (unsigned int, struct statfs *) args: (fd, buf) |
| +syscall sys_socketcall nr 102 nbargs 2 types: (int, unsigned long *) args: (call, args) |
| +syscall sys_syslog nr 103 nbargs 3 types: (int, char *, int) args: (type, buf, len) |
| +syscall sys_setitimer nr 104 nbargs 3 types: (int, struct itimerval *, struct itimerval *) args: (which, value, ovalue) |
| +syscall sys_getitimer nr 105 nbargs 2 types: (int, struct itimerval *) args: (which, value) |
| +syscall sys_newstat nr 106 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf) |
| +syscall sys_newlstat nr 107 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf) |
| +syscall sys_newfstat nr 108 nbargs 2 types: (unsigned int, struct stat *) args: (fd, statbuf) |
| +syscall sys_uname nr 109 nbargs 1 types: (struct old_utsname *) args: (name) |
| +syscall sys_vhangup nr 111 nbargs 0 types: () args: () |
| +syscall sys_wait4 nr 114 nbargs 4 types: (pid_t, int *, int, struct rusage *) args: (upid, stat_addr, options, ru) |
| +syscall sys_swapoff nr 115 nbargs 1 types: (const char *) args: (specialfile) |
| +syscall sys_sysinfo nr 116 nbargs 1 types: (struct sysinfo *) args: (info) |
| +syscall sys_ipc nr 117 nbargs 6 types: (unsigned int, int, unsigned long, unsigned long, void *, long) args: (call, first, second, third, ptr, fifth) |
| +syscall sys_fsync nr 118 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_setdomainname nr 121 nbargs 2 types: (char *, int) args: (name, len) |
| +syscall sys_newuname nr 122 nbargs 1 types: (struct new_utsname *) args: (name) |
| +syscall sys_adjtimex nr 124 nbargs 1 types: (struct timex *) args: (txc_p) |
| +syscall sys_mprotect nr 125 nbargs 3 types: (unsigned long, size_t, unsigned long) args: (start, len, prot) |
| +syscall sys_sigprocmask nr 126 nbargs 3 types: (int, old_sigset_t *, old_sigset_t *) args: (how, nset, oset) |
| +syscall sys_init_module nr 128 nbargs 3 types: (void *, unsigned long, const char *) args: (umod, len, uargs) |
| +syscall sys_delete_module nr 129 nbargs 2 types: (const char *, unsigned int) args: (name_user, flags) |
| +syscall sys_quotactl nr 131 nbargs 4 types: (unsigned int, const char *, qid_t, void *) args: (cmd, special, id, addr) |
| +syscall sys_getpgid nr 132 nbargs 1 types: (pid_t) args: (pid) |
| +syscall sys_fchdir nr 133 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_bdflush nr 134 nbargs 2 types: (int, long) args: (func, data) |
| +syscall sys_sysfs nr 135 nbargs 3 types: (int, unsigned long, unsigned long) args: (option, arg1, arg2) |
| +syscall sys_personality nr 136 nbargs 1 types: (unsigned int) args: (personality) |
| +syscall sys_setfsuid16 nr 138 nbargs 1 types: (old_uid_t) args: (uid) |
| +syscall sys_setfsgid16 nr 139 nbargs 1 types: (old_gid_t) args: (gid) |
| +syscall sys_llseek nr 140 nbargs 5 types: (unsigned int, unsigned long, unsigned long, loff_t *, unsigned int) args: (fd, offset_high, offset_low, result, origin) |
| +syscall sys_getdents nr 141 nbargs 3 types: (unsigned int, struct linux_dirent *, unsigned int) args: (fd, dirent, count) |
| +syscall sys_select nr 142 nbargs 5 types: (int, fd_set *, fd_set *, fd_set *, struct timeval *) args: (n, inp, outp, exp, tvp) |
| +syscall sys_flock nr 143 nbargs 2 types: (unsigned int, unsigned int) args: (fd, cmd) |
| +syscall sys_msync nr 144 nbargs 3 types: (unsigned long, size_t, int) args: (start, len, flags) |
| +syscall sys_readv nr 145 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen) |
| +syscall sys_writev nr 146 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen) |
| +syscall sys_getsid nr 147 nbargs 1 types: (pid_t) args: (pid) |
| +syscall sys_fdatasync nr 148 nbargs 1 types: (unsigned int) args: (fd) |
| +syscall sys_sysctl nr 149 nbargs 1 types: (struct __sysctl_args *) args: (args) |
| +syscall sys_mlock nr 150 nbargs 2 types: (unsigned long, size_t) args: (start, len) |
| +syscall sys_munlock nr 151 nbargs 2 types: (unsigned long, size_t) args: (start, len) |
| +syscall sys_mlockall nr 152 nbargs 1 types: (int) args: (flags) |
| +syscall sys_munlockall nr 153 nbargs 0 types: () args: () |
| +syscall sys_sched_setparam nr 154 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param) |
| +syscall sys_sched_getparam nr 155 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param) |
| +syscall sys_sched_setscheduler nr 156 nbargs 3 types: (pid_t, int, struct sched_param *) args: (pid, policy, param) |
| +syscall sys_sched_getscheduler nr 157 nbargs 1 types: (pid_t) args: (pid) |
| +syscall sys_sched_yield nr 158 nbargs 0 types: () args: () |
| +syscall sys_sched_get_priority_max nr 159 nbargs 1 types: (int) args: (policy) |
| +syscall sys_sched_get_priority_min nr 160 nbargs 1 types: (int) args: (policy) |
| +syscall sys_sched_rr_get_interval nr 161 nbargs 2 types: (pid_t, struct timespec *) args: (pid, interval) |
| +syscall sys_nanosleep nr 162 nbargs 2 types: (struct timespec *, struct timespec *) args: (rqtp, rmtp) |
| +syscall sys_mremap nr 163 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (addr, old_len, new_len, flags, new_addr) |
| +syscall sys_setresuid16 nr 164 nbargs 3 types: (old_uid_t, old_uid_t, old_uid_t) args: (ruid, euid, suid) |
| +syscall sys_getresuid16 nr 165 nbargs 3 types: (old_uid_t *, old_uid_t *, old_uid_t *) args: (ruid, euid, suid) |
| +syscall sys_poll nr 168 nbargs 3 types: (struct pollfd *, unsigned int, long) args: (ufds, nfds, timeout_msecs) |
| +syscall sys_setresgid16 nr 170 nbargs 3 types: (old_gid_t, old_gid_t, old_gid_t) args: (rgid, egid, sgid) |
| +syscall sys_getresgid16 nr 171 nbargs 3 types: (old_gid_t *, old_gid_t *, old_gid_t *) args: (rgid, egid, sgid) |
| +syscall sys_prctl nr 172 nbargs 5 types: (int, unsigned long, unsigned long, unsigned long, unsigned long) args: (option, arg2, arg3, arg4, arg5) |
| +syscall sys_rt_sigaction nr 174 nbargs 4 types: (int, const struct sigaction *, struct sigaction *, size_t) args: (sig, act, oact, sigsetsize) |
| +syscall sys_rt_sigprocmask nr 175 nbargs 4 types: (int, sigset_t *, sigset_t *, size_t) args: (how, nset, oset, sigsetsize) |
| +syscall sys_rt_sigpending nr 176 nbargs 2 types: (sigset_t *, size_t) args: (set, sigsetsize) |
| +syscall sys_rt_sigtimedwait nr 177 nbargs 4 types: (const sigset_t *, siginfo_t *, const struct timespec *, size_t) args: (uthese, uinfo, uts, sigsetsize) |
| +syscall sys_rt_sigqueueinfo nr 178 nbargs 3 types: (pid_t, int, siginfo_t *) args: (pid, sig, uinfo) |
| +syscall sys_rt_sigsuspend nr 179 nbargs 2 types: (sigset_t *, size_t) args: (unewset, sigsetsize) |
| +syscall sys_chown16 nr 182 nbargs 3 types: (const char *, old_uid_t, old_gid_t) args: (filename, user, group) |
| +syscall sys_getcwd nr 183 nbargs 2 types: (char *, unsigned long) args: (buf, size) |
| +syscall sys_capget nr 184 nbargs 2 types: (cap_user_header_t, cap_user_data_t) args: (header, dataptr) |
| +syscall sys_capset nr 185 nbargs 2 types: (cap_user_header_t, const cap_user_data_t) args: (header, data) |
| +syscall sys_sendfile nr 187 nbargs 4 types: (int, int, off_t *, size_t) args: (out_fd, in_fd, offset, count) |
| +syscall sys_getrlimit nr 191 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim) |
| +syscall sys_mmap_pgoff nr 192 nbargs 6 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (addr, len, prot, flags, fd, pgoff) |
| +syscall sys_stat64 nr 195 nbargs 2 types: (const char *, struct stat64 *) args: (filename, statbuf) |
| +syscall sys_lstat64 nr 196 nbargs 2 types: (const char *, struct stat64 *) args: (filename, statbuf) |
| +syscall sys_fstat64 nr 197 nbargs 2 types: (unsigned long, struct stat64 *) args: (fd, statbuf) |
| +syscall sys_lchown nr 198 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group) |
| +syscall sys_getuid nr 199 nbargs 0 types: () args: () |
| +syscall sys_getgid nr 200 nbargs 0 types: () args: () |
| +syscall sys_geteuid nr 201 nbargs 0 types: () args: () |
| +syscall sys_getegid nr 202 nbargs 0 types: () args: () |
| +syscall sys_setreuid nr 203 nbargs 2 types: (uid_t, uid_t) args: (ruid, euid) |
| +syscall sys_setregid nr 204 nbargs 2 types: (gid_t, gid_t) args: (rgid, egid) |
| +syscall sys_getgroups nr 205 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist) |
| +syscall sys_setgroups nr 206 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist) |
| +syscall sys_fchown nr 207 nbargs 3 types: (unsigned int, uid_t, gid_t) args: (fd, user, group) |
| +syscall sys_setresuid nr 208 nbargs 3 types: (uid_t, uid_t, uid_t) args: (ruid, euid, suid) |
| +syscall sys_getresuid nr 209 nbargs 3 types: (uid_t *, uid_t *, uid_t *) args: (ruid, euid, suid) |
| +syscall sys_setresgid nr 210 nbargs 3 types: (gid_t, gid_t, gid_t) args: (rgid, egid, sgid) |
| +syscall sys_getresgid nr 211 nbargs 3 types: (gid_t *, gid_t *, gid_t *) args: (rgid, egid, sgid) |
| +syscall sys_chown nr 212 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group) |
| +syscall sys_setuid nr 213 nbargs 1 types: (uid_t) args: (uid) |
| +syscall sys_setgid nr 214 nbargs 1 types: (gid_t) args: (gid) |
| +syscall sys_setfsuid nr 215 nbargs 1 types: (uid_t) args: (uid) |
| +syscall sys_setfsgid nr 216 nbargs 1 types: (gid_t) args: (gid) |
| +syscall sys_pivot_root nr 217 nbargs 2 types: (const char *, const char *) args: (new_root, put_old) |
| +syscall sys_mincore nr 218 nbargs 3 types: (unsigned long, size_t, unsigned char *) args: (start, len, vec) |
| +syscall sys_madvise nr 219 nbargs 3 types: (unsigned long, size_t, int) args: (start, len_in, behavior) |
| +syscall sys_getdents64 nr 220 nbargs 3 types: (unsigned int, struct linux_dirent64 *, unsigned int) args: (fd, dirent, count) |
| +syscall sys_fcntl64 nr 221 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg) |
| +syscall sys_gettid nr 224 nbargs 0 types: () args: () |
| +syscall sys_setxattr nr 226 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags) |
| +syscall sys_lsetxattr nr 227 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags) |
| +syscall sys_fsetxattr nr 228 nbargs 5 types: (int, const char *, const void *, size_t, int) args: (fd, name, value, size, flags) |
| +syscall sys_getxattr nr 229 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size) |
| +syscall sys_lgetxattr nr 230 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size) |
| +syscall sys_fgetxattr nr 231 nbargs 4 types: (int, const char *, void *, size_t) args: (fd, name, value, size) |
| +syscall sys_listxattr nr 232 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size) |
| +syscall sys_llistxattr nr 233 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size) |
| +syscall sys_flistxattr nr 234 nbargs 3 types: (int, char *, size_t) args: (fd, list, size) |
| +syscall sys_removexattr nr 235 nbargs 2 types: (const char *, const char *) args: (pathname, name) |
| +syscall sys_lremovexattr nr 236 nbargs 2 types: (const char *, const char *) args: (pathname, name) |
| +syscall sys_fremovexattr nr 237 nbargs 2 types: (int, const char *) args: (fd, name) |
| +syscall sys_tkill nr 238 nbargs 2 types: (pid_t, int) args: (pid, sig) |
| +syscall sys_sendfile64 nr 239 nbargs 4 types: (int, int, loff_t *, size_t) args: (out_fd, in_fd, offset, count) |
| +syscall sys_futex nr 240 nbargs 6 types: (u32 *, int, u32, struct timespec *, u32 *, u32) args: (uaddr, op, val, utime, uaddr2, val3) |
| +syscall sys_sched_setaffinity nr 241 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr) |
| +syscall sys_sched_getaffinity nr 242 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr) |
| +syscall sys_io_setup nr 245 nbargs 2 types: (unsigned, aio_context_t *) args: (nr_events, ctxp) |
| +syscall sys_io_destroy nr 246 nbargs 1 types: (aio_context_t) args: (ctx) |
| +syscall sys_io_getevents nr 247 nbargs 5 types: (aio_context_t, long, long, struct io_event *, struct timespec *) args: (ctx_id, min_nr, nr, events, timeout) |
| +syscall sys_io_submit nr 248 nbargs 3 types: (aio_context_t, long, struct iocb * *) args: (ctx_id, nr, iocbpp) |
| +syscall sys_io_cancel nr 249 nbargs 3 types: (aio_context_t, struct iocb *, struct io_event *) args: (ctx_id, iocb, result) |
| +syscall sys_exit_group nr 252 nbargs 1 types: (int) args: (error_code) |
| +syscall sys_epoll_create nr 254 nbargs 1 types: (int) args: (size) |
| +syscall sys_epoll_ctl nr 255 nbargs 4 types: (int, int, int, struct epoll_event *) args: (epfd, op, fd, event) |
| +syscall sys_epoll_wait nr 256 nbargs 4 types: (int, struct epoll_event *, int, int) args: (epfd, events, maxevents, timeout) |
| +syscall sys_remap_file_pages nr 257 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (start, size, prot, pgoff, flags) |
| +syscall sys_set_tid_address nr 258 nbargs 1 types: (int *) args: (tidptr) |
| +syscall sys_timer_create nr 259 nbargs 3 types: (const clockid_t, struct sigevent *, timer_t *) args: (which_clock, timer_event_spec, created_timer_id) |
| +syscall sys_timer_settime nr 260 nbargs 4 types: (timer_t, int, const struct itimerspec *, struct itimerspec *) args: (timer_id, flags, new_setting, old_setting) |
| +syscall sys_timer_gettime nr 261 nbargs 2 types: (timer_t, struct itimerspec *) args: (timer_id, setting) |
| +syscall sys_timer_getoverrun nr 262 nbargs 1 types: (timer_t) args: (timer_id) |
| +syscall sys_timer_delete nr 263 nbargs 1 types: (timer_t) args: (timer_id) |
| +syscall sys_clock_settime nr 264 nbargs 2 types: (const clockid_t, const struct timespec *) args: (which_clock, tp) |
| +syscall sys_clock_gettime nr 265 nbargs 2 types: (const clockid_t, struct timespec *) args: (which_clock, tp) |
| +syscall sys_clock_getres nr 266 nbargs 2 types: (const clockid_t, struct timespec *) args: (which_clock, tp) |
| +syscall sys_clock_nanosleep nr 267 nbargs 4 types: (const clockid_t, int, const struct timespec *, struct timespec *) args: (which_clock, flags, rqtp, rmtp) |
| +syscall sys_statfs64 nr 268 nbargs 3 types: (const char *, size_t, struct statfs64 *) args: (pathname, sz, buf) |
| +syscall sys_fstatfs64 nr 269 nbargs 3 types: (unsigned int, size_t, struct statfs64 *) args: (fd, sz, buf) |
| +syscall sys_tgkill nr 270 nbargs 3 types: (pid_t, pid_t, int) args: (tgid, pid, sig) |
| +syscall sys_utimes nr 271 nbargs 2 types: (char *, struct timeval *) args: (filename, utimes) |
| +syscall sys_mq_open nr 277 nbargs 4 types: (const char *, int, mode_t, struct mq_attr *) args: (u_name, oflag, mode, u_attr) |
| +syscall sys_mq_unlink nr 278 nbargs 1 types: (const char *) args: (u_name) |
| +syscall sys_mq_timedsend nr 279 nbargs 5 types: (mqd_t, const char *, size_t, unsigned int, const struct timespec *) args: (mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout) |
| +syscall sys_mq_timedreceive nr 280 nbargs 5 types: (mqd_t, char *, size_t, unsigned int *, const struct timespec *) args: (mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout) |
| +syscall sys_mq_notify nr 281 nbargs 2 types: (mqd_t, const struct sigevent *) args: (mqdes, u_notification) |
| +syscall sys_mq_getsetattr nr 282 nbargs 3 types: (mqd_t, const struct mq_attr *, struct mq_attr *) args: (mqdes, u_mqstat, u_omqstat) |
| +syscall sys_kexec_load nr 283 nbargs 4 types: (unsigned long, unsigned long, struct kexec_segment *, unsigned long) args: (entry, nr_segments, segments, flags) |
| +syscall sys_waitid nr 284 nbargs 5 types: (int, pid_t, struct siginfo *, int, struct rusage *) args: (which, upid, infop, options, ru) |
| +syscall sys_add_key nr 286 nbargs 5 types: (const char *, const char *, const void *, size_t, key_serial_t) args: (_type, _description, _payload, plen, ringid) |
| +syscall sys_request_key nr 287 nbargs 4 types: (const char *, const char *, const char *, key_serial_t) args: (_type, _description, _callout_info, destringid) |
| +syscall sys_keyctl nr 288 nbargs 5 types: (int, unsigned long, unsigned long, unsigned long, unsigned long) args: (option, arg2, arg3, arg4, arg5) |
| +syscall sys_ioprio_set nr 289 nbargs 3 types: (int, int, int) args: (which, who, ioprio) |
| +syscall sys_ioprio_get nr 290 nbargs 2 types: (int, int) args: (which, who) |
| +syscall sys_inotify_init nr 291 nbargs 0 types: () args: () |
| +syscall sys_inotify_add_watch nr 292 nbargs 3 types: (int, const char *, u32) args: (fd, pathname, mask) |
| +syscall sys_inotify_rm_watch nr 293 nbargs 2 types: (int, __s32) args: (fd, wd) |
| +syscall sys_openat nr 295 nbargs 4 types: (int, const char *, int, int) args: (dfd, filename, flags, mode) |
| +syscall sys_mkdirat nr 296 nbargs 3 types: (int, const char *, int) args: (dfd, pathname, mode) |
| +syscall sys_mknodat nr 297 nbargs 4 types: (int, const char *, int, unsigned) args: (dfd, filename, mode, dev) |
| +syscall sys_fchownat nr 298 nbargs 5 types: (int, const char *, uid_t, gid_t, int) args: (dfd, filename, user, group, flag) |
| +syscall sys_futimesat nr 299 nbargs 3 types: (int, const char *, struct timeval *) args: (dfd, filename, utimes) |
| +syscall sys_fstatat64 nr 300 nbargs 4 types: (int, const char *, struct stat64 *, int) args: (dfd, filename, statbuf, flag) |
| +syscall sys_unlinkat nr 301 nbargs 3 types: (int, const char *, int) args: (dfd, pathname, flag) |
| +syscall sys_renameat nr 302 nbargs 4 types: (int, const char *, int, const char *) args: (olddfd, oldname, newdfd, newname) |
| +syscall sys_linkat nr 303 nbargs 5 types: (int, const char *, int, const char *, int) args: (olddfd, oldname, newdfd, newname, flags) |
| +syscall sys_symlinkat nr 304 nbargs 3 types: (const char *, int, const char *) args: (oldname, newdfd, newname) |
| +syscall sys_readlinkat nr 305 nbargs 4 types: (int, const char *, char *, int) args: (dfd, pathname, buf, bufsiz) |
| +syscall sys_fchmodat nr 306 nbargs 3 types: (int, const char *, mode_t) args: (dfd, filename, mode) |
| +syscall sys_faccessat nr 307 nbargs 3 types: (int, const char *, int) args: (dfd, filename, mode) |
| +syscall sys_pselect6 nr 308 nbargs 6 types: (int, fd_set *, fd_set *, fd_set *, struct timespec *, void *) args: (n, inp, outp, exp, tsp, sig) |
| +syscall sys_ppoll nr 309 nbargs 5 types: (struct pollfd *, unsigned int, struct timespec *, const sigset_t *, size_t) args: (ufds, nfds, tsp, sigmask, sigsetsize) |
| +syscall sys_unshare nr 310 nbargs 1 types: (unsigned long) args: (unshare_flags) |
| +syscall sys_set_robust_list nr 311 nbargs 2 types: (struct robust_list_head *, size_t) args: (head, len) |
| +syscall sys_get_robust_list nr 312 nbargs 3 types: (int, struct robust_list_head * *, size_t *) args: (pid, head_ptr, len_ptr) |
| +syscall sys_splice nr 313 nbargs 6 types: (int, loff_t *, int, loff_t *, size_t, unsigned int) args: (fd_in, off_in, fd_out, off_out, len, flags) |
| +syscall sys_tee nr 315 nbargs 4 types: (int, int, size_t, unsigned int) args: (fdin, fdout, len, flags) |
| +syscall sys_vmsplice nr 316 nbargs 4 types: (int, const struct iovec *, unsigned long, unsigned int) args: (fd, iov, nr_segs, flags) |
| +syscall sys_getcpu nr 318 nbargs 3 types: (unsigned *, unsigned *, struct getcpu_cache *) args: (cpup, nodep, unused) |
| +syscall sys_epoll_pwait nr 319 nbargs 6 types: (int, struct epoll_event *, int, int, const sigset_t *, size_t) args: (epfd, events, maxevents, timeout, sigmask, sigsetsize) |
| +syscall sys_utimensat nr 320 nbargs 4 types: (int, const char *, struct timespec *, int) args: (dfd, filename, utimes, flags) |
| +syscall sys_signalfd nr 321 nbargs 3 types: (int, sigset_t *, size_t) args: (ufd, user_mask, sizemask) |
| +syscall sys_timerfd_create nr 322 nbargs 2 types: (int, int) args: (clockid, flags) |
| +syscall sys_eventfd nr 323 nbargs 1 types: (unsigned int) args: (count) |
| +syscall sys_timerfd_settime nr 325 nbargs 4 types: (int, int, const struct itimerspec *, struct itimerspec *) args: (ufd, flags, utmr, otmr) |
| +syscall sys_timerfd_gettime nr 326 nbargs 2 types: (int, struct itimerspec *) args: (ufd, otmr) |
| +syscall sys_signalfd4 nr 327 nbargs 4 types: (int, sigset_t *, size_t, int) args: (ufd, user_mask, sizemask, flags) |
| +syscall sys_eventfd2 nr 328 nbargs 2 types: (unsigned int, int) args: (count, flags) |
| +syscall sys_epoll_create1 nr 329 nbargs 1 types: (int) args: (flags) |
| +syscall sys_dup3 nr 330 nbargs 3 types: (unsigned int, unsigned int, int) args: (oldfd, newfd, flags) |
| +syscall sys_pipe2 nr 331 nbargs 2 types: (int *, int) args: (fildes, flags) |
| +syscall sys_inotify_init1 nr 332 nbargs 1 types: (int) args: (flags) |
| +syscall sys_preadv nr 333 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h) |
| +syscall sys_pwritev nr 334 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h) |
| +syscall sys_rt_tgsigqueueinfo nr 335 nbargs 4 types: (pid_t, pid_t, int, siginfo_t *) args: (tgid, pid, sig, uinfo) |
| +syscall sys_perf_event_open nr 336 nbargs 5 types: (struct perf_event_attr *, pid_t, int, int, unsigned long) args: (attr_uptr, pid, cpu, group_fd, flags) |
| +syscall sys_recvmmsg nr 337 nbargs 5 types: (int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *) args: (fd, mmsg, vlen, flags, timeout) |
| +syscall sys_fanotify_init nr 338 nbargs 2 types: (unsigned int, unsigned int) args: (flags, event_f_flags) |
| +syscall sys_prlimit64 nr 340 nbargs 4 types: (pid_t, unsigned int, const struct rlimit64 *, struct rlimit64 *) args: (pid, resource, new_rlim, old_rlim) |
| +syscall sys_clock_adjtime nr 343 nbargs 2 types: (const clockid_t, struct timex *) args: (which_clock, utx) |
| +syscall sys_syncfs nr 344 nbargs 1 types: (int) args: (fd) |
| +syscall sys_sendmmsg nr 345 nbargs 4 types: (int, struct mmsghdr *, unsigned int, unsigned int) args: (fd, mmsg, vlen, flags) |
| +syscall sys_setns nr 346 nbargs 2 types: (int, int) args: (fd, nstype) |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/README b/drivers/staging/lttng/instrumentation/syscalls/README |
| new file mode 100644 |
| index 0000000..6c235e1 |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/README |
| @@ -0,0 +1,18 @@ |
| +LTTng system call tracing |
| + |
| +1) lttng-syscall-extractor |
| + |
| +You need to build a kernel with CONFIG_FTRACE_SYSCALLS=y and |
| +CONFIG_KALLSYMS_ALL=y for extraction. Apply the linker patch to get your |
| +kernel to keep the system call metadata after boot. Then build and load |
| +the LTTng syscall extractor module. The module will fail to load (this |
| +is expected). See the dmesg output for system call metadata. |
| + |
| +2) Generate system call TRACE_EVENT(). |
| + |
| +Take the dmesg metadata and feed it to lttng-syscalls-generate-headers.sh, e.g., |
| +from the instrumentation/syscalls directory. See the script header for |
| +usage example. |
| + |
| +After these are created, we just need to follow the new system call additions, |
| +no need to regenerate the whole thing, since system calls are only appended to. |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_integers.h b/drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_integers.h |
| new file mode 100644 |
| index 0000000..dabc4bf |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_integers.h |
| @@ -0,0 +1,3 @@ |
| +#ifdef CONFIG_X86_64 |
| +#include "x86-32-syscalls-3.1.0-rc6_integers.h" |
| +#endif |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_pointers.h b/drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_pointers.h |
| new file mode 100644 |
| index 0000000..a84423c |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/compat_syscalls_pointers.h |
| @@ -0,0 +1,3 @@ |
| +#ifdef CONFIG_X86_64 |
| +#include "x86-32-syscalls-3.1.0-rc6_pointers.h" |
| +#endif |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers.h b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers.h |
| new file mode 100644 |
| index 0000000..41db916 |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers.h |
| @@ -0,0 +1,7 @@ |
| +#ifdef CONFIG_X86_64 |
| +#include "x86-64-syscalls-3.0.4_integers.h" |
| +#endif |
| + |
| +#ifdef CONFIG_X86_32 |
| +#include "x86-32-syscalls-3.1.0-rc6_integers.h" |
| +#endif |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers_override.h b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers_override.h |
| new file mode 100644 |
| index 0000000..276d9a6 |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_integers_override.h |
| @@ -0,0 +1,14 @@ |
| +#define OVERRIDE_32_sys_mmap |
| +#define OVERRIDE_64_sys_mmap |
| + |
| +#ifndef CREATE_SYSCALL_TABLE |
| + |
| +SC_TRACE_EVENT(sys_mmap, |
| + TP_PROTO(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long off), |
| + TP_ARGS(addr, len, prot, flags, fd, off), |
| + TP_STRUCT__entry(__field_hex(unsigned long, addr) __field(size_t, len) __field(int, prot) __field(int, flags) __field(int, fd) __field(off_t, offset)), |
| + TP_fast_assign(tp_assign(addr, addr) tp_assign(len, len) tp_assign(prot, prot) tp_assign(flags, flags) tp_assign(fd, fd) tp_assign(offset, off)), |
| + TP_printk() |
| +) |
| + |
| +#endif /* CREATE_SYSCALL_TABLE */ |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers.h b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers.h |
| new file mode 100644 |
| index 0000000..3223890 |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers.h |
| @@ -0,0 +1,7 @@ |
| +#ifdef CONFIG_X86_64 |
| +#include "x86-64-syscalls-3.0.4_pointers.h" |
| +#endif |
| + |
| +#ifdef CONFIG_X86_32 |
| +#include "x86-32-syscalls-3.1.0-rc6_pointers.h" |
| +#endif |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers_override.h b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers_override.h |
| new file mode 100644 |
| index 0000000..e464a4e |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_pointers_override.h |
| @@ -0,0 +1,4 @@ |
| +/* |
| + * This is a place-holder for override defines for system calls with |
| + * pointers (all architectures). |
| + */ |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_unknown.h b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_unknown.h |
| new file mode 100644 |
| index 0000000..4582d03 |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/syscalls_unknown.h |
| @@ -0,0 +1,55 @@ |
| +#if !defined(_TRACE_SYSCALLS_UNKNOWN_H) || defined(TRACE_HEADER_MULTI_READ) |
| +#define _TRACE_SYSCALLS_UNKNOWN_H |
| + |
| +#include <linux/tracepoint.h> |
| +#include <linux/syscalls.h> |
| + |
| +#define UNKNOWN_SYSCALL_NRARGS 6 |
| + |
| +TRACE_EVENT(sys_unknown, |
| + TP_PROTO(unsigned int id, unsigned long *args), |
| + TP_ARGS(id, args), |
| + TP_STRUCT__entry( |
| + __field(unsigned int, id) |
| + __array(unsigned long, args, UNKNOWN_SYSCALL_NRARGS) |
| + ), |
| + TP_fast_assign( |
| + tp_assign(id, id) |
| + tp_memcpy(args, args, UNKNOWN_SYSCALL_NRARGS * sizeof(*args)) |
| + ), |
| + TP_printk() |
| +) |
| +TRACE_EVENT(compat_sys_unknown, |
| + TP_PROTO(unsigned int id, unsigned long *args), |
| + TP_ARGS(id, args), |
| + TP_STRUCT__entry( |
| + __field(unsigned int, id) |
| + __array(unsigned long, args, UNKNOWN_SYSCALL_NRARGS) |
| + ), |
| + TP_fast_assign( |
| + tp_assign(id, id) |
| + tp_memcpy(args, args, UNKNOWN_SYSCALL_NRARGS * sizeof(*args)) |
| + ), |
| + TP_printk() |
| +) |
| +/* |
| + * This is going to hook on sys_exit in the kernel. |
| + * We change the name so we don't clash with the sys_exit syscall entry |
| + * event. |
| + */ |
| +TRACE_EVENT(exit_syscall, |
| + TP_PROTO(struct pt_regs *regs, long ret), |
| + TP_ARGS(regs, ret), |
| + TP_STRUCT__entry( |
| + __field(long, ret) |
| + ), |
| + TP_fast_assign( |
| + tp_assign(ret, ret) |
| + ), |
| + TP_printk() |
| +) |
| + |
| +#endif /* _TRACE_SYSCALLS_UNKNOWN_H */ |
| + |
| +/* This part must be outside protection */ |
| +#include "../../../probes/define_trace.h" |
| diff --git a/drivers/staging/lttng/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_integers.h b/drivers/staging/lttng/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_integers.h |
| new file mode 100644 |
| index 0000000..f4ee16c |
| --- /dev/null |
| +++ b/drivers/staging/lttng/instrumentation/syscalls/headers/x86-32-syscalls-3.1.0-rc6_integers.h |
| @@ -0,0 +1,1163 @@ |
| +/* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */ |
| +#ifndef CREATE_SYSCALL_TABLE |
| + |
| +#if !defined(_TRACE_SYSCALLS_INTEGERS_H) || defined(TRACE_HEADER_MULTI_READ) |
| +#define _TRACE_SYSCALLS_INTEGERS_H |
| + |
| +#include <linux/tracepoint.h> |
| +#include <linux/syscalls.h> |
| +#include "x86-32-syscalls-3.1.0-rc6_integers_override.h" |
| +#include "syscalls_integers_override.h" |
| + |
| +SC_DECLARE_EVENT_CLASS_NOARGS(syscalls_noargs, |
| + TP_STRUCT__entry(), |
| + TP_fast_assign(), |
| + TP_printk() |
| +) |
| +#ifndef OVERRIDE_32_sys_restart_syscall |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_restart_syscall) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getpid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getpid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getuid16 |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getuid16) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_pause |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_pause) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_sync |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_sync) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getgid16 |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getgid16) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_geteuid16 |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_geteuid16) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getegid16 |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getegid16) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getppid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getppid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getpgrp |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getpgrp) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setsid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_setsid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_sgetmask |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_sgetmask) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_vhangup |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_vhangup) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_munlockall |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_munlockall) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_sched_yield |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_sched_yield) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getuid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getuid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getgid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getgid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_geteuid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_geteuid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getegid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_getegid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_gettid |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_gettid) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_inotify_init |
| +SC_DEFINE_EVENT_NOARGS(syscalls_noargs, sys_inotify_init) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_exit |
| +SC_TRACE_EVENT(sys_exit, |
| + TP_PROTO(int error_code), |
| + TP_ARGS(error_code), |
| + TP_STRUCT__entry(__field(int, error_code)), |
| + TP_fast_assign(tp_assign(error_code, error_code)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_close |
| +SC_TRACE_EVENT(sys_close, |
| + TP_PROTO(unsigned int fd), |
| + TP_ARGS(fd), |
| + TP_STRUCT__entry(__field(unsigned int, fd)), |
| + TP_fast_assign(tp_assign(fd, fd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setuid16 |
| +SC_TRACE_EVENT(sys_setuid16, |
| + TP_PROTO(old_uid_t uid), |
| + TP_ARGS(uid), |
| + TP_STRUCT__entry(__field(old_uid_t, uid)), |
| + TP_fast_assign(tp_assign(uid, uid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_alarm |
| +SC_TRACE_EVENT(sys_alarm, |
| + TP_PROTO(unsigned int seconds), |
| + TP_ARGS(seconds), |
| + TP_STRUCT__entry(__field(unsigned int, seconds)), |
| + TP_fast_assign(tp_assign(seconds, seconds)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_nice |
| +SC_TRACE_EVENT(sys_nice, |
| + TP_PROTO(int increment), |
| + TP_ARGS(increment), |
| + TP_STRUCT__entry(__field(int, increment)), |
| + TP_fast_assign(tp_assign(increment, increment)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_dup |
| +SC_TRACE_EVENT(sys_dup, |
| + TP_PROTO(unsigned int fildes), |
| + TP_ARGS(fildes), |
| + TP_STRUCT__entry(__field(unsigned int, fildes)), |
| + TP_fast_assign(tp_assign(fildes, fildes)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_brk |
| +SC_TRACE_EVENT(sys_brk, |
| + TP_PROTO(unsigned long brk), |
| + TP_ARGS(brk), |
| + TP_STRUCT__entry(__field(unsigned long, brk)), |
| + TP_fast_assign(tp_assign(brk, brk)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setgid16 |
| +SC_TRACE_EVENT(sys_setgid16, |
| + TP_PROTO(old_gid_t gid), |
| + TP_ARGS(gid), |
| + TP_STRUCT__entry(__field(old_gid_t, gid)), |
| + TP_fast_assign(tp_assign(gid, gid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_umask |
| +SC_TRACE_EVENT(sys_umask, |
| + TP_PROTO(int mask), |
| + TP_ARGS(mask), |
| + TP_STRUCT__entry(__field(int, mask)), |
| + TP_fast_assign(tp_assign(mask, mask)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_ssetmask |
| +SC_TRACE_EVENT(sys_ssetmask, |
| + TP_PROTO(int newmask), |
| + TP_ARGS(newmask), |
| + TP_STRUCT__entry(__field(int, newmask)), |
| + TP_fast_assign(tp_assign(newmask, newmask)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fsync |
| +SC_TRACE_EVENT(sys_fsync, |
| + TP_PROTO(unsigned int fd), |
| + TP_ARGS(fd), |
| + TP_STRUCT__entry(__field(unsigned int, fd)), |
| + TP_fast_assign(tp_assign(fd, fd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getpgid |
| +SC_TRACE_EVENT(sys_getpgid, |
| + TP_PROTO(pid_t pid), |
| + TP_ARGS(pid), |
| + TP_STRUCT__entry(__field(pid_t, pid)), |
| + TP_fast_assign(tp_assign(pid, pid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fchdir |
| +SC_TRACE_EVENT(sys_fchdir, |
| + TP_PROTO(unsigned int fd), |
| + TP_ARGS(fd), |
| + TP_STRUCT__entry(__field(unsigned int, fd)), |
| + TP_fast_assign(tp_assign(fd, fd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_personality |
| +SC_TRACE_EVENT(sys_personality, |
| + TP_PROTO(unsigned int personality), |
| + TP_ARGS(personality), |
| + TP_STRUCT__entry(__field(unsigned int, personality)), |
| + TP_fast_assign(tp_assign(personality, personality)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setfsuid16 |
| +SC_TRACE_EVENT(sys_setfsuid16, |
| + TP_PROTO(old_uid_t uid), |
| + TP_ARGS(uid), |
| + TP_STRUCT__entry(__field(old_uid_t, uid)), |
| + TP_fast_assign(tp_assign(uid, uid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setfsgid16 |
| +SC_TRACE_EVENT(sys_setfsgid16, |
| + TP_PROTO(old_gid_t gid), |
| + TP_ARGS(gid), |
| + TP_STRUCT__entry(__field(old_gid_t, gid)), |
| + TP_fast_assign(tp_assign(gid, gid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getsid |
| +SC_TRACE_EVENT(sys_getsid, |
| + TP_PROTO(pid_t pid), |
| + TP_ARGS(pid), |
| + TP_STRUCT__entry(__field(pid_t, pid)), |
| + TP_fast_assign(tp_assign(pid, pid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fdatasync |
| +SC_TRACE_EVENT(sys_fdatasync, |
| + TP_PROTO(unsigned int fd), |
| + TP_ARGS(fd), |
| + TP_STRUCT__entry(__field(unsigned int, fd)), |
| + TP_fast_assign(tp_assign(fd, fd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_mlockall |
| +SC_TRACE_EVENT(sys_mlockall, |
| + TP_PROTO(int flags), |
| + TP_ARGS(flags), |
| + TP_STRUCT__entry(__field(int, flags)), |
| + TP_fast_assign(tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_sched_getscheduler |
| +SC_TRACE_EVENT(sys_sched_getscheduler, |
| + TP_PROTO(pid_t pid), |
| + TP_ARGS(pid), |
| + TP_STRUCT__entry(__field(pid_t, pid)), |
| + TP_fast_assign(tp_assign(pid, pid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_sched_get_priority_max |
| +SC_TRACE_EVENT(sys_sched_get_priority_max, |
| + TP_PROTO(int policy), |
| + TP_ARGS(policy), |
| + TP_STRUCT__entry(__field(int, policy)), |
| + TP_fast_assign(tp_assign(policy, policy)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_sched_get_priority_min |
| +SC_TRACE_EVENT(sys_sched_get_priority_min, |
| + TP_PROTO(int policy), |
| + TP_ARGS(policy), |
| + TP_STRUCT__entry(__field(int, policy)), |
| + TP_fast_assign(tp_assign(policy, policy)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setuid |
| +SC_TRACE_EVENT(sys_setuid, |
| + TP_PROTO(uid_t uid), |
| + TP_ARGS(uid), |
| + TP_STRUCT__entry(__field(uid_t, uid)), |
| + TP_fast_assign(tp_assign(uid, uid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setgid |
| +SC_TRACE_EVENT(sys_setgid, |
| + TP_PROTO(gid_t gid), |
| + TP_ARGS(gid), |
| + TP_STRUCT__entry(__field(gid_t, gid)), |
| + TP_fast_assign(tp_assign(gid, gid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setfsuid |
| +SC_TRACE_EVENT(sys_setfsuid, |
| + TP_PROTO(uid_t uid), |
| + TP_ARGS(uid), |
| + TP_STRUCT__entry(__field(uid_t, uid)), |
| + TP_fast_assign(tp_assign(uid, uid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setfsgid |
| +SC_TRACE_EVENT(sys_setfsgid, |
| + TP_PROTO(gid_t gid), |
| + TP_ARGS(gid), |
| + TP_STRUCT__entry(__field(gid_t, gid)), |
| + TP_fast_assign(tp_assign(gid, gid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_io_destroy |
| +SC_TRACE_EVENT(sys_io_destroy, |
| + TP_PROTO(aio_context_t ctx), |
| + TP_ARGS(ctx), |
| + TP_STRUCT__entry(__field(aio_context_t, ctx)), |
| + TP_fast_assign(tp_assign(ctx, ctx)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_exit_group |
| +SC_TRACE_EVENT(sys_exit_group, |
| + TP_PROTO(int error_code), |
| + TP_ARGS(error_code), |
| + TP_STRUCT__entry(__field(int, error_code)), |
| + TP_fast_assign(tp_assign(error_code, error_code)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_epoll_create |
| +SC_TRACE_EVENT(sys_epoll_create, |
| + TP_PROTO(int size), |
| + TP_ARGS(size), |
| + TP_STRUCT__entry(__field(int, size)), |
| + TP_fast_assign(tp_assign(size, size)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_timer_getoverrun |
| +SC_TRACE_EVENT(sys_timer_getoverrun, |
| + TP_PROTO(timer_t timer_id), |
| + TP_ARGS(timer_id), |
| + TP_STRUCT__entry(__field(timer_t, timer_id)), |
| + TP_fast_assign(tp_assign(timer_id, timer_id)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_timer_delete |
| +SC_TRACE_EVENT(sys_timer_delete, |
| + TP_PROTO(timer_t timer_id), |
| + TP_ARGS(timer_id), |
| + TP_STRUCT__entry(__field(timer_t, timer_id)), |
| + TP_fast_assign(tp_assign(timer_id, timer_id)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_unshare |
| +SC_TRACE_EVENT(sys_unshare, |
| + TP_PROTO(unsigned long unshare_flags), |
| + TP_ARGS(unshare_flags), |
| + TP_STRUCT__entry(__field(unsigned long, unshare_flags)), |
| + TP_fast_assign(tp_assign(unshare_flags, unshare_flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_eventfd |
| +SC_TRACE_EVENT(sys_eventfd, |
| + TP_PROTO(unsigned int count), |
| + TP_ARGS(count), |
| + TP_STRUCT__entry(__field(unsigned int, count)), |
| + TP_fast_assign(tp_assign(count, count)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_epoll_create1 |
| +SC_TRACE_EVENT(sys_epoll_create1, |
| + TP_PROTO(int flags), |
| + TP_ARGS(flags), |
| + TP_STRUCT__entry(__field(int, flags)), |
| + TP_fast_assign(tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_inotify_init1 |
| +SC_TRACE_EVENT(sys_inotify_init1, |
| + TP_PROTO(int flags), |
| + TP_ARGS(flags), |
| + TP_STRUCT__entry(__field(int, flags)), |
| + TP_fast_assign(tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_syncfs |
| +SC_TRACE_EVENT(sys_syncfs, |
| + TP_PROTO(int fd), |
| + TP_ARGS(fd), |
| + TP_STRUCT__entry(__field(int, fd)), |
| + TP_fast_assign(tp_assign(fd, fd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_kill |
| +SC_TRACE_EVENT(sys_kill, |
| + TP_PROTO(pid_t pid, int sig), |
| + TP_ARGS(pid, sig), |
| + TP_STRUCT__entry(__field(pid_t, pid) __field(int, sig)), |
| + TP_fast_assign(tp_assign(pid, pid) tp_assign(sig, sig)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_signal |
| +SC_TRACE_EVENT(sys_signal, |
| + TP_PROTO(int sig, __sighandler_t handler), |
| + TP_ARGS(sig, handler), |
| + TP_STRUCT__entry(__field(int, sig) __field(__sighandler_t, handler)), |
| + TP_fast_assign(tp_assign(sig, sig) tp_assign(handler, handler)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setpgid |
| +SC_TRACE_EVENT(sys_setpgid, |
| + TP_PROTO(pid_t pid, pid_t pgid), |
| + TP_ARGS(pid, pgid), |
| + TP_STRUCT__entry(__field(pid_t, pid) __field(pid_t, pgid)), |
| + TP_fast_assign(tp_assign(pid, pid) tp_assign(pgid, pgid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_dup2 |
| +SC_TRACE_EVENT(sys_dup2, |
| + TP_PROTO(unsigned int oldfd, unsigned int newfd), |
| + TP_ARGS(oldfd, newfd), |
| + TP_STRUCT__entry(__field(unsigned int, oldfd) __field(unsigned int, newfd)), |
| + TP_fast_assign(tp_assign(oldfd, oldfd) tp_assign(newfd, newfd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setreuid16 |
| +SC_TRACE_EVENT(sys_setreuid16, |
| + TP_PROTO(old_uid_t ruid, old_uid_t euid), |
| + TP_ARGS(ruid, euid), |
| + TP_STRUCT__entry(__field(old_uid_t, ruid) __field(old_uid_t, euid)), |
| + TP_fast_assign(tp_assign(ruid, ruid) tp_assign(euid, euid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setregid16 |
| +SC_TRACE_EVENT(sys_setregid16, |
| + TP_PROTO(old_gid_t rgid, old_gid_t egid), |
| + TP_ARGS(rgid, egid), |
| + TP_STRUCT__entry(__field(old_gid_t, rgid) __field(old_gid_t, egid)), |
| + TP_fast_assign(tp_assign(rgid, rgid) tp_assign(egid, egid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_munmap |
| +SC_TRACE_EVENT(sys_munmap, |
| + TP_PROTO(unsigned long addr, size_t len), |
| + TP_ARGS(addr, len), |
| + TP_STRUCT__entry(__field_hex(unsigned long, addr) __field(size_t, len)), |
| + TP_fast_assign(tp_assign(addr, addr) tp_assign(len, len)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_ftruncate |
| +SC_TRACE_EVENT(sys_ftruncate, |
| + TP_PROTO(unsigned int fd, unsigned long length), |
| + TP_ARGS(fd, length), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(unsigned long, length)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(length, length)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fchmod |
| +SC_TRACE_EVENT(sys_fchmod, |
| + TP_PROTO(unsigned int fd, mode_t mode), |
| + TP_ARGS(fd, mode), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(mode_t, mode)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(mode, mode)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_getpriority |
| +SC_TRACE_EVENT(sys_getpriority, |
| + TP_PROTO(int which, int who), |
| + TP_ARGS(which, who), |
| + TP_STRUCT__entry(__field(int, which) __field(int, who)), |
| + TP_fast_assign(tp_assign(which, which) tp_assign(who, who)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_bdflush |
| +SC_TRACE_EVENT(sys_bdflush, |
| + TP_PROTO(int func, long data), |
| + TP_ARGS(func, data), |
| + TP_STRUCT__entry(__field(int, func) __field(long, data)), |
| + TP_fast_assign(tp_assign(func, func) tp_assign(data, data)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_flock |
| +SC_TRACE_EVENT(sys_flock, |
| + TP_PROTO(unsigned int fd, unsigned int cmd), |
| + TP_ARGS(fd, cmd), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(unsigned int, cmd)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(cmd, cmd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_mlock |
| +SC_TRACE_EVENT(sys_mlock, |
| + TP_PROTO(unsigned long start, size_t len), |
| + TP_ARGS(start, len), |
| + TP_STRUCT__entry(__field(unsigned long, start) __field(size_t, len)), |
| + TP_fast_assign(tp_assign(start, start) tp_assign(len, len)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_munlock |
| +SC_TRACE_EVENT(sys_munlock, |
| + TP_PROTO(unsigned long start, size_t len), |
| + TP_ARGS(start, len), |
| + TP_STRUCT__entry(__field(unsigned long, start) __field(size_t, len)), |
| + TP_fast_assign(tp_assign(start, start) tp_assign(len, len)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setreuid |
| +SC_TRACE_EVENT(sys_setreuid, |
| + TP_PROTO(uid_t ruid, uid_t euid), |
| + TP_ARGS(ruid, euid), |
| + TP_STRUCT__entry(__field(uid_t, ruid) __field(uid_t, euid)), |
| + TP_fast_assign(tp_assign(ruid, ruid) tp_assign(euid, euid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setregid |
| +SC_TRACE_EVENT(sys_setregid, |
| + TP_PROTO(gid_t rgid, gid_t egid), |
| + TP_ARGS(rgid, egid), |
| + TP_STRUCT__entry(__field(gid_t, rgid) __field(gid_t, egid)), |
| + TP_fast_assign(tp_assign(rgid, rgid) tp_assign(egid, egid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_tkill |
| +SC_TRACE_EVENT(sys_tkill, |
| + TP_PROTO(pid_t pid, int sig), |
| + TP_ARGS(pid, sig), |
| + TP_STRUCT__entry(__field(pid_t, pid) __field(int, sig)), |
| + TP_fast_assign(tp_assign(pid, pid) tp_assign(sig, sig)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_ioprio_get |
| +SC_TRACE_EVENT(sys_ioprio_get, |
| + TP_PROTO(int which, int who), |
| + TP_ARGS(which, who), |
| + TP_STRUCT__entry(__field(int, which) __field(int, who)), |
| + TP_fast_assign(tp_assign(which, which) tp_assign(who, who)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_inotify_rm_watch |
| +SC_TRACE_EVENT(sys_inotify_rm_watch, |
| + TP_PROTO(int fd, __s32 wd), |
| + TP_ARGS(fd, wd), |
| + TP_STRUCT__entry(__field(int, fd) __field(__s32, wd)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(wd, wd)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_timerfd_create |
| +SC_TRACE_EVENT(sys_timerfd_create, |
| + TP_PROTO(int clockid, int flags), |
| + TP_ARGS(clockid, flags), |
| + TP_STRUCT__entry(__field(int, clockid) __field(int, flags)), |
| + TP_fast_assign(tp_assign(clockid, clockid) tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_eventfd2 |
| +SC_TRACE_EVENT(sys_eventfd2, |
| + TP_PROTO(unsigned int count, int flags), |
| + TP_ARGS(count, flags), |
| + TP_STRUCT__entry(__field(unsigned int, count) __field(int, flags)), |
| + TP_fast_assign(tp_assign(count, count) tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fanotify_init |
| +SC_TRACE_EVENT(sys_fanotify_init, |
| + TP_PROTO(unsigned int flags, unsigned int event_f_flags), |
| + TP_ARGS(flags, event_f_flags), |
| + TP_STRUCT__entry(__field(unsigned int, flags) __field(unsigned int, event_f_flags)), |
| + TP_fast_assign(tp_assign(flags, flags) tp_assign(event_f_flags, event_f_flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setns |
| +SC_TRACE_EVENT(sys_setns, |
| + TP_PROTO(int fd, int nstype), |
| + TP_ARGS(fd, nstype), |
| + TP_STRUCT__entry(__field(int, fd) __field(int, nstype)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(nstype, nstype)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_lseek |
| +SC_TRACE_EVENT(sys_lseek, |
| + TP_PROTO(unsigned int fd, off_t offset, unsigned int origin), |
| + TP_ARGS(fd, offset, origin), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(off_t, offset) __field(unsigned int, origin)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(offset, offset) tp_assign(origin, origin)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_ioctl |
| +SC_TRACE_EVENT(sys_ioctl, |
| + TP_PROTO(unsigned int fd, unsigned int cmd, unsigned long arg), |
| + TP_ARGS(fd, cmd, arg), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(unsigned int, cmd) __field(unsigned long, arg)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(cmd, cmd) tp_assign(arg, arg)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fcntl |
| +SC_TRACE_EVENT(sys_fcntl, |
| + TP_PROTO(unsigned int fd, unsigned int cmd, unsigned long arg), |
| + TP_ARGS(fd, cmd, arg), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(unsigned int, cmd) __field(unsigned long, arg)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(cmd, cmd) tp_assign(arg, arg)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fchown16 |
| +SC_TRACE_EVENT(sys_fchown16, |
| + TP_PROTO(unsigned int fd, old_uid_t user, old_gid_t group), |
| + TP_ARGS(fd, user, group), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(old_uid_t, user) __field(old_gid_t, group)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(user, user) tp_assign(group, group)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setpriority |
| +SC_TRACE_EVENT(sys_setpriority, |
| + TP_PROTO(int which, int who, int niceval), |
| + TP_ARGS(which, who, niceval), |
| + TP_STRUCT__entry(__field(int, which) __field(int, who) __field(int, niceval)), |
| + TP_fast_assign(tp_assign(which, which) tp_assign(who, who) tp_assign(niceval, niceval)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_mprotect |
| +SC_TRACE_EVENT(sys_mprotect, |
| + TP_PROTO(unsigned long start, size_t len, unsigned long prot), |
| + TP_ARGS(start, len, prot), |
| + TP_STRUCT__entry(__field(unsigned long, start) __field(size_t, len) __field(unsigned long, prot)), |
| + TP_fast_assign(tp_assign(start, start) tp_assign(len, len) tp_assign(prot, prot)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_sysfs |
| +SC_TRACE_EVENT(sys_sysfs, |
| + TP_PROTO(int option, unsigned long arg1, unsigned long arg2), |
| + TP_ARGS(option, arg1, arg2), |
| + TP_STRUCT__entry(__field(int, option) __field(unsigned long, arg1) __field(unsigned long, arg2)), |
| + TP_fast_assign(tp_assign(option, option) tp_assign(arg1, arg1) tp_assign(arg2, arg2)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_msync |
| +SC_TRACE_EVENT(sys_msync, |
| + TP_PROTO(unsigned long start, size_t len, int flags), |
| + TP_ARGS(start, len, flags), |
| + TP_STRUCT__entry(__field(unsigned long, start) __field(size_t, len) __field(int, flags)), |
| + TP_fast_assign(tp_assign(start, start) tp_assign(len, len) tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setresuid16 |
| +SC_TRACE_EVENT(sys_setresuid16, |
| + TP_PROTO(old_uid_t ruid, old_uid_t euid, old_uid_t suid), |
| + TP_ARGS(ruid, euid, suid), |
| + TP_STRUCT__entry(__field(old_uid_t, ruid) __field(old_uid_t, euid) __field(old_uid_t, suid)), |
| + TP_fast_assign(tp_assign(ruid, ruid) tp_assign(euid, euid) tp_assign(suid, suid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setresgid16 |
| +SC_TRACE_EVENT(sys_setresgid16, |
| + TP_PROTO(old_gid_t rgid, old_gid_t egid, old_gid_t sgid), |
| + TP_ARGS(rgid, egid, sgid), |
| + TP_STRUCT__entry(__field(old_gid_t, rgid) __field(old_gid_t, egid) __field(old_gid_t, sgid)), |
| + TP_fast_assign(tp_assign(rgid, rgid) tp_assign(egid, egid) tp_assign(sgid, sgid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fchown |
| +SC_TRACE_EVENT(sys_fchown, |
| + TP_PROTO(unsigned int fd, uid_t user, gid_t group), |
| + TP_ARGS(fd, user, group), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(uid_t, user) __field(gid_t, group)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(user, user) tp_assign(group, group)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setresuid |
| +SC_TRACE_EVENT(sys_setresuid, |
| + TP_PROTO(uid_t ruid, uid_t euid, uid_t suid), |
| + TP_ARGS(ruid, euid, suid), |
| + TP_STRUCT__entry(__field(uid_t, ruid) __field(uid_t, euid) __field(uid_t, suid)), |
| + TP_fast_assign(tp_assign(ruid, ruid) tp_assign(euid, euid) tp_assign(suid, suid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_setresgid |
| +SC_TRACE_EVENT(sys_setresgid, |
| + TP_PROTO(gid_t rgid, gid_t egid, gid_t sgid), |
| + TP_ARGS(rgid, egid, sgid), |
| + TP_STRUCT__entry(__field(gid_t, rgid) __field(gid_t, egid) __field(gid_t, sgid)), |
| + TP_fast_assign(tp_assign(rgid, rgid) tp_assign(egid, egid) tp_assign(sgid, sgid)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_madvise |
| +SC_TRACE_EVENT(sys_madvise, |
| + TP_PROTO(unsigned long start, size_t len_in, int behavior), |
| + TP_ARGS(start, len_in, behavior), |
| + TP_STRUCT__entry(__field(unsigned long, start) __field(size_t, len_in) __field(int, behavior)), |
| + TP_fast_assign(tp_assign(start, start) tp_assign(len_in, len_in) tp_assign(behavior, behavior)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_fcntl64 |
| +SC_TRACE_EVENT(sys_fcntl64, |
| + TP_PROTO(unsigned int fd, unsigned int cmd, unsigned long arg), |
| + TP_ARGS(fd, cmd, arg), |
| + TP_STRUCT__entry(__field(unsigned int, fd) __field(unsigned int, cmd) __field(unsigned long, arg)), |
| + TP_fast_assign(tp_assign(fd, fd) tp_assign(cmd, cmd) tp_assign(arg, arg)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_tgkill |
| +SC_TRACE_EVENT(sys_tgkill, |
| + TP_PROTO(pid_t tgid, pid_t pid, int sig), |
| + TP_ARGS(tgid, pid, sig), |
| + TP_STRUCT__entry(__field(pid_t, tgid) __field(pid_t, pid) __field(int, sig)), |
| + TP_fast_assign(tp_assign(tgid, tgid) tp_assign(pid, pid) tp_assign(sig, sig)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_ioprio_set |
| +SC_TRACE_EVENT(sys_ioprio_set, |
| + TP_PROTO(int which, int who, int ioprio), |
| + TP_ARGS(which, who, ioprio), |
| + TP_STRUCT__entry(__field(int, which) __field(int, who) __field(int, ioprio)), |
| + TP_fast_assign(tp_assign(which, which) tp_assign(who, who) tp_assign(ioprio, ioprio)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_dup3 |
| +SC_TRACE_EVENT(sys_dup3, |
| + TP_PROTO(unsigned int oldfd, unsigned int newfd, int flags), |
| + TP_ARGS(oldfd, newfd, flags), |
| + TP_STRUCT__entry(__field(unsigned int, oldfd) __field(unsigned int, newfd) __field(int, flags)), |
| + TP_fast_assign(tp_assign(oldfd, oldfd) tp_assign(newfd, newfd) tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_ptrace |
| +SC_TRACE_EVENT(sys_ptrace, |
| + TP_PROTO(long request, long pid, unsigned long addr, unsigned long data), |
| + TP_ARGS(request, pid, addr, data), |
| + TP_STRUCT__entry(__field(long, request) __field(long, pid) __field_hex(unsigned long, addr) __field(unsigned long, data)), |
| + TP_fast_assign(tp_assign(request, request) tp_assign(pid, pid) tp_assign(addr, addr) tp_assign(data, data)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_tee |
| +SC_TRACE_EVENT(sys_tee, |
| + TP_PROTO(int fdin, int fdout, size_t len, unsigned int flags), |
| + TP_ARGS(fdin, fdout, len, flags), |
| + TP_STRUCT__entry(__field(int, fdin) __field(int, fdout) __field(size_t, len) __field(unsigned int, flags)), |
| + TP_fast_assign(tp_assign(fdin, fdin) tp_assign(fdout, fdout) tp_assign(len, len) tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_mremap |
| +SC_TRACE_EVENT(sys_mremap, |
| + TP_PROTO(unsigned long addr, unsigned long old_len, unsigned long new_len, unsigned long flags, unsigned long new_addr), |
| + TP_ARGS(addr, old_len, new_len, flags, new_addr), |
| + TP_STRUCT__entry(__field_hex(unsigned long, addr) __field(unsigned long, old_len) __field(unsigned long, new_len) __field(unsigned long, flags) __field_hex(unsigned long, new_addr)), |
| + TP_fast_assign(tp_assign(addr, addr) tp_assign(old_len, old_len) tp_assign(new_len, new_len) tp_assign(flags, flags) tp_assign(new_addr, new_addr)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_prctl |
| +SC_TRACE_EVENT(sys_prctl, |
| + TP_PROTO(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5), |
| + TP_ARGS(option, arg2, arg3, arg4, arg5), |
| + TP_STRUCT__entry(__field(int, option) __field(unsigned long, arg2) __field(unsigned long, arg3) __field(unsigned long, arg4) __field(unsigned long, arg5)), |
| + TP_fast_assign(tp_assign(option, option) tp_assign(arg2, arg2) tp_assign(arg3, arg3) tp_assign(arg4, arg4) tp_assign(arg5, arg5)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_remap_file_pages |
| +SC_TRACE_EVENT(sys_remap_file_pages, |
| + TP_PROTO(unsigned long start, unsigned long size, unsigned long prot, unsigned long pgoff, unsigned long flags), |
| + TP_ARGS(start, size, prot, pgoff, flags), |
| + TP_STRUCT__entry(__field(unsigned long, start) __field(unsigned long, size) __field(unsigned long, prot) __field(unsigned long, pgoff) __field(unsigned long, flags)), |
| + TP_fast_assign(tp_assign(start, start) tp_assign(size, size) tp_assign(prot, prot) tp_assign(pgoff, pgoff) tp_assign(flags, flags)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_keyctl |
| +SC_TRACE_EVENT(sys_keyctl, |
| + TP_PROTO(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5), |
| + TP_ARGS(option, arg2, arg3, arg4, arg5), |
| + TP_STRUCT__entry(__field(int, option) __field(unsigned long, arg2) __field(unsigned long, arg3) __field(unsigned long, arg4) __field(unsigned long, arg5)), |
| + TP_fast_assign(tp_assign(option, option) tp_assign(arg2, arg2) tp_assign(arg3, arg3) tp_assign(arg4, arg4) tp_assign(arg5, arg5)), |
| + TP_printk() |
| +) |
| +#endif |
| +#ifndef OVERRIDE_32_sys_mmap_pgoff |
| +SC_TRACE_EVENT(sys_mmap_pgoff, |
| + TP_PROTO(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff), |
| + TP_ARGS(addr, len, prot, flags, fd, pgoff), |
| + TP_STRUCT__entry(__field_hex(unsigned long, addr) __field(unsigned long, len) __field(unsigned long, prot) __field(unsigned long, flags) __field(unsigned long, fd) __field(unsigned long, pgoff)), |
| + TP_fast_assign(tp_assign(addr, addr) tp_assign(len, len) tp_assign(prot, prot) tp_assign(flags, flags) tp_assign(fd, fd) tp_assign(pgoff, pgoff)), |
| + TP_printk() |
| +) |
| +#endif |
| + |
| +#endif /* _TRACE_SYSCALLS_INTEGERS_H */ |
| + |
| +/* This part must be outside protection */ |
| +#include "../../../probes/define_trace.h" |
| + |
| +#else /* CREATE_SYSCALL_TABLE */ |
| + |
| +#include "x86-32-syscalls-3.1.0-rc6_integers_override.h" |
| +#include "syscalls_integers_override.h" |
| + |
| +#ifndef OVERRIDE_TABLE_32_sys_restart_syscall |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_restart_syscall, 0, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getpid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getpid, 20, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getuid16 |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getuid16, 24, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_pause |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_pause, 29, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_sync |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_sync, 36, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getgid16 |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getgid16, 47, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_geteuid16 |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_geteuid16, 49, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getegid16 |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getegid16, 50, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getppid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getppid, 64, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getpgrp |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getpgrp, 65, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setsid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_setsid, 66, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_sgetmask |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_sgetmask, 68, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_vhangup |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_vhangup, 111, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_munlockall |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_munlockall, 153, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_sched_yield |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_sched_yield, 158, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getuid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getuid, 199, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getgid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getgid, 200, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_geteuid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_geteuid, 201, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getegid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_getegid, 202, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_gettid |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_gettid, 224, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_inotify_init |
| +TRACE_SYSCALL_TABLE(syscalls_noargs, sys_inotify_init, 291, 0) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_exit |
| +TRACE_SYSCALL_TABLE(sys_exit, sys_exit, 1, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_close |
| +TRACE_SYSCALL_TABLE(sys_close, sys_close, 6, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_lseek |
| +TRACE_SYSCALL_TABLE(sys_lseek, sys_lseek, 19, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setuid16 |
| +TRACE_SYSCALL_TABLE(sys_setuid16, sys_setuid16, 23, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_ptrace |
| +TRACE_SYSCALL_TABLE(sys_ptrace, sys_ptrace, 26, 4) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_alarm |
| +TRACE_SYSCALL_TABLE(sys_alarm, sys_alarm, 27, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_nice |
| +TRACE_SYSCALL_TABLE(sys_nice, sys_nice, 34, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_kill |
| +TRACE_SYSCALL_TABLE(sys_kill, sys_kill, 37, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_dup |
| +TRACE_SYSCALL_TABLE(sys_dup, sys_dup, 41, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_brk |
| +TRACE_SYSCALL_TABLE(sys_brk, sys_brk, 45, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setgid16 |
| +TRACE_SYSCALL_TABLE(sys_setgid16, sys_setgid16, 46, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_signal |
| +TRACE_SYSCALL_TABLE(sys_signal, sys_signal, 48, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_ioctl |
| +TRACE_SYSCALL_TABLE(sys_ioctl, sys_ioctl, 54, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_fcntl |
| +TRACE_SYSCALL_TABLE(sys_fcntl, sys_fcntl, 55, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setpgid |
| +TRACE_SYSCALL_TABLE(sys_setpgid, sys_setpgid, 57, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_umask |
| +TRACE_SYSCALL_TABLE(sys_umask, sys_umask, 60, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_dup2 |
| +TRACE_SYSCALL_TABLE(sys_dup2, sys_dup2, 63, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_ssetmask |
| +TRACE_SYSCALL_TABLE(sys_ssetmask, sys_ssetmask, 69, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setreuid16 |
| +TRACE_SYSCALL_TABLE(sys_setreuid16, sys_setreuid16, 70, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setregid16 |
| +TRACE_SYSCALL_TABLE(sys_setregid16, sys_setregid16, 71, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_munmap |
| +TRACE_SYSCALL_TABLE(sys_munmap, sys_munmap, 91, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_ftruncate |
| +TRACE_SYSCALL_TABLE(sys_ftruncate, sys_ftruncate, 93, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_fchmod |
| +TRACE_SYSCALL_TABLE(sys_fchmod, sys_fchmod, 94, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_fchown16 |
| +TRACE_SYSCALL_TABLE(sys_fchown16, sys_fchown16, 95, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getpriority |
| +TRACE_SYSCALL_TABLE(sys_getpriority, sys_getpriority, 96, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setpriority |
| +TRACE_SYSCALL_TABLE(sys_setpriority, sys_setpriority, 97, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_fsync |
| +TRACE_SYSCALL_TABLE(sys_fsync, sys_fsync, 118, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_mprotect |
| +TRACE_SYSCALL_TABLE(sys_mprotect, sys_mprotect, 125, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getpgid |
| +TRACE_SYSCALL_TABLE(sys_getpgid, sys_getpgid, 132, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_fchdir |
| +TRACE_SYSCALL_TABLE(sys_fchdir, sys_fchdir, 133, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_bdflush |
| +TRACE_SYSCALL_TABLE(sys_bdflush, sys_bdflush, 134, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_sysfs |
| +TRACE_SYSCALL_TABLE(sys_sysfs, sys_sysfs, 135, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_personality |
| +TRACE_SYSCALL_TABLE(sys_personality, sys_personality, 136, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setfsuid16 |
| +TRACE_SYSCALL_TABLE(sys_setfsuid16, sys_setfsuid16, 138, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_setfsgid16 |
| +TRACE_SYSCALL_TABLE(sys_setfsgid16, sys_setfsgid16, 139, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_flock |
| +TRACE_SYSCALL_TABLE(sys_flock, sys_flock, 143, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_msync |
| +TRACE_SYSCALL_TABLE(sys_msync, sys_msync, 144, 3) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_getsid |
| +TRACE_SYSCALL_TABLE(sys_getsid, sys_getsid, 147, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_fdatasync |
| +TRACE_SYSCALL_TABLE(sys_fdatasync, sys_fdatasync, 148, 1) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_mlock |
| +TRACE_SYSCALL_TABLE(sys_mlock, sys_mlock, 150, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_munlock |
| +TRACE_SYSCALL_TABLE(sys_munlock, sys_munlock, 151, 2) |
| +#endif |
| +#ifndef OVERRIDE_TABLE_32_sys_mlockall |
| |