1 /* 2 * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> 3 * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> 4 * Copyright (c) 1995-2017 The strace developers. 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions 9 * are met: 10 * 1. Redistributions of source code must retain the above copyright 11 * notice, this list of conditions and the following disclaimer. 12 * 2. Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 14 * documentation and/or other materials provided with the distribution. 15 * 3. The name of the author may not be used to endorse or promote products 16 * derived from this software without specific prior written permission. 17 * 18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 19 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 20 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 22 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 23 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 */ 29 30 [ 0] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, 31 [ 1] = { 1, TP|SE, SEN(exit), "exit" }, 32 [ 2] = { 0, TP, SEN(fork), "fork" }, 33 [ 3] = { 3, TD, SEN(read), "read" }, 34 [ 4] = { 3, TD, SEN(write), "write" }, 35 [ 5] = { 3, TD|TF, SEN(open), "open" }, 36 [ 6] = { 1, TD, SEN(close), "close" }, 37 [ 7] = { 3, TP, SEN(waitpid), "waitpid" }, 38 [ 8] = { 2, TD|TF, SEN(creat), "creat" }, 39 [ 9] = { 2, TF, SEN(link), "link" }, 40 [ 10] = { 1, TF, SEN(unlink), "unlink" }, 41 [ 11] = { 3, TF|TP|SE|SI, SEN(execve), "execve" }, 42 [ 12] = { 1, TF, SEN(chdir), "chdir" }, 43 [ 13] = { 1, 0, SEN(time), "time" }, 44 [ 14] = { 3, TF, SEN(mknod), "mknod" }, 45 [ 15] = { 2, TF, SEN(chmod), "chmod" }, 46 [ 16] = { 3, TF, SEN(chown16), "chown" }, 47 [ 17] = { 0, TM, SEN(break), "break" }, 48 [ 18] = { 2, TF|TST|TSTA, SEN(oldstat), "oldstat" }, 49 [ 19] = { 3, TD, SEN(lseek), "lseek" }, 50 [ 20] = { 0, NF, SEN(getpid), "getpid" }, 51 [ 21] = { 5, TF, SEN(mount), "mount" }, 52 [ 22] = { 1, TF, SEN(umount), "umount" }, 53 [ 23] = { 1, 0, SEN(setuid16), "setuid" }, 54 [ 24] = { 0, NF, SEN(getuid16), "getuid" }, 55 [ 25] = { 1, 0, SEN(stime), "stime" }, 56 [ 26] = { 4, 0, SEN(ptrace), "ptrace" }, 57 [ 27] = { 1, 0, SEN(alarm), "alarm" }, 58 [ 28] = { 2, TD|TFST|TSTA, SEN(oldfstat), "oldfstat" }, 59 [ 29] = { 0, TS, SEN(pause), "pause" }, 60 [ 30] = { 2, TF, SEN(utime), "utime" }, 61 [ 31] = { 2, 0, SEN(stty), "stty" }, 62 [ 32] = { 2, 0, SEN(gtty), "gtty" }, 63 [ 33] = { 2, TF, SEN(access), "access" }, 64 [ 34] = { 1, 0, SEN(nice), "nice" }, 65 [ 35] = { 0, 0, SEN(ftime), "ftime" }, 66 [ 36] = { 0, 0, SEN(sync), "sync" }, 67 [ 37] = { 2, TS, SEN(kill), "kill" }, 68 [ 38] = { 2, TF, SEN(rename), "rename" }, 69 [ 39] = { 2, TF, SEN(mkdir), "mkdir" }, 70 [ 40] = { 1, TF, SEN(rmdir), "rmdir" }, 71 [ 41] = { 1, TD, SEN(dup), "dup" }, 72 [ 42] = { 1, TD, SEN(pipe), "pipe" }, 73 [ 43] = { 1, 0, SEN(times), "times" }, 74 [ 44] = { 0, 0, SEN(prof), "prof" }, 75 [ 45] = { 1, TM|SI, SEN(brk), "brk" }, 76 [ 46] = { 1, 0, SEN(setgid16), "setgid" }, 77 [ 47] = { 0, NF, SEN(getgid16), "getgid" }, 78 [ 48] = { 2, TS, SEN(signal), "signal" }, 79 [ 49] = { 0, NF, SEN(geteuid16), "geteuid" }, 80 [ 50] = { 0, NF, SEN(getegid16), "getegid" }, 81 [ 51] = { 1, TF, SEN(acct), "acct" }, 82 [ 52] = { 2, TF, SEN(umount2), "umount2" }, 83 [ 53] = { 0, 0, SEN(lock), "lock" }, 84 [ 54] = { 3, TD, SEN(ioctl), "ioctl" }, 85 [ 55] = { 3, TD, SEN(fcntl), "fcntl" }, 86 [ 56] = { 0, 0, SEN(mpx), "mpx" }, 87 [ 57] = { 2, 0, SEN(setpgid), "setpgid" }, 88 [ 58] = { 2, 0, SEN(ulimit), "ulimit" }, 89 [ 59] = { 1, 0, SEN(oldolduname), "oldolduname" }, 90 [ 60] = { 1, NF, SEN(umask), "umask" }, 91 [ 61] = { 1, TF, SEN(chroot), "chroot" }, 92 [ 62] = { 2, TSFA, SEN(ustat), "ustat" }, 93 [ 63] = { 2, TD, SEN(dup2), "dup2" }, 94 [ 64] = { 0, NF, SEN(getppid), "getppid" }, 95 [ 65] = { 0, 0, SEN(getpgrp), "getpgrp" }, 96 [ 66] = { 0, 0, SEN(setsid), "setsid" }, 97 [ 67] = { 3, TS, SEN(sigaction), "sigaction" }, 98 [ 68] = { 0, TS, SEN(sgetmask), "sgetmask" }, 99 [ 69] = { 1, TS, SEN(ssetmask), "ssetmask" }, 100 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 101 [ 71] = { 2, 0, SEN(setregid16), "setregid" }, 102 [ 72] = { 3, TS, SEN(sigsuspend), "sigsuspend" }, 103 [ 73] = { 1, TS, SEN(sigpending), "sigpending" }, 104 [ 74] = { 2, 0, SEN(sethostname), "sethostname" }, 105 [ 75] = { 2, 0, SEN(setrlimit), "setrlimit" }, 106 [ 76] = { 2, 0, SEN(getrlimit), "getrlimit" }, 107 [ 77] = { 2, 0, SEN(getrusage), "getrusage" }, 108 [ 78] = { 2, 0, SEN(gettimeofday), "gettimeofday" }, 109 [ 79] = { 2, 0, SEN(settimeofday), "settimeofday" }, 110 [ 80] = { 2, 0, SEN(getgroups16), "getgroups" }, 111 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" }, 112 [ 82] = { 1, TD, SEN(oldselect), "select" }, 113 [ 83] = { 2, TF, SEN(symlink), "symlink" }, 114 [ 84] = { 2, TF|TLST|TSTA, SEN(oldlstat), "oldlstat" }, 115 [ 85] = { 3, TF, SEN(readlink), "readlink" }, 116 [ 86] = { 1, TF, SEN(uselib), "uselib" }, 117 [ 87] = { 2, TF, SEN(swapon), "swapon" }, 118 [ 88] = { 4, 0, SEN(reboot), "reboot" }, 119 [ 89] = { 3, TD, SEN(readdir), "readdir" }, 120 [ 90] = { 1, TD|TM|SI, SEN(old_mmap), "mmap" }, 121 [ 91] = { 2, TM|SI, SEN(munmap), "munmap" }, 122 [ 92] = { 2, TF, SEN(truncate), "truncate" }, 123 [ 93] = { 2, TD, SEN(ftruncate), "ftruncate" }, 124 [ 94] = { 2, TD, SEN(fchmod), "fchmod" }, 125 [ 95] = { 3, TD, SEN(fchown16), "fchown" }, 126 [ 96] = { 2, 0, SEN(getpriority), "getpriority" }, 127 [ 97] = { 3, 0, SEN(setpriority), "setpriority" }, 128 [ 98] = { 4, 0, SEN(profil), "profil" }, 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 130 [100] = { 2, TD|TFSF|TSFA, SEN(fstatfs), "fstatfs" }, 131 [101] = { 3, 0, SEN(ioperm), "ioperm" }, 132 [102] = { 2, TD, SEN(socketcall), "socketcall" }, 133 [103] = { 3, 0, SEN(syslog), "syslog" }, 134 [104] = { 3, 0, SEN(setitimer), "setitimer" }, 135 [105] = { 2, 0, SEN(getitimer), "getitimer" }, 136 [106] = { 2, TF|TST|TSTA, SEN(stat), "stat" }, 137 [107] = { 2, TF|TLST|TSTA, SEN(lstat), "lstat" }, 138 [108] = { 2, TD|TFST|TSTA, SEN(fstat), "fstat" }, 139 [109] = { 1, 0, SEN(olduname), "olduname" }, 140 [110] = { 1, 0, SEN(iopl), "iopl" }, 141 [111] = { 0, 0, SEN(vhangup), "vhangup" }, 142 [112] = { 0, 0, SEN(idle), "idle" }, 143 [113] = { 1, 0, SEN(vm86old), "vm86old" }, 144 [114] = { 4, TP, SEN(wait4), "wait4" }, 145 [115] = { 1, TF, SEN(swapoff), "swapoff" }, 146 [116] = { 1, 0, SEN(sysinfo), "sysinfo" }, 147 [117] = { 6, TI, SEN(ipc), "ipc" }, 148 [118] = { 1, TD, SEN(fsync), "fsync" }, 149 [119] = { 0, TS, SEN(sigreturn), "sigreturn" }, 150 [120] = { 5, TP, SEN(clone), "clone" }, 151 [121] = { 2, 0, SEN(setdomainname), "setdomainname" }, 152 [122] = { 1, 0, SEN(uname), "uname" }, 153 [123] = { 4, 0, SEN(cacheflush), "cacheflush" }, 154 [124] = { 1, 0, SEN(adjtimex), "adjtimex" }, 155 [125] = { 3, TM|SI, SEN(mprotect), "mprotect" }, 156 [126] = { 3, TS, SEN(sigprocmask), "sigprocmask" }, 157 [127] = { 2, 0, SEN(create_module), "create_module" }, 158 [128] = { 3, 0, SEN(init_module), "init_module" }, 159 [129] = { 2, 0, SEN(delete_module), "delete_module" }, 160 [130] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" }, 161 [131] = { 4, TF, SEN(quotactl), "quotactl" }, 162 [132] = { 1, 0, SEN(getpgid), "getpgid" }, 163 [133] = { 1, TD, SEN(fchdir), "fchdir" }, 164 [134] = { 2, 0, SEN(bdflush), "bdflush" }, 165 [135] = { 3, 0, SEN(sysfs), "sysfs" }, 166 [136] = { 1, NF, SEN(personality), "personality" }, 167 [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, 168 [138] = { 1, NF, SEN(setfsuid16), "setfsuid" }, 169 [139] = { 1, NF, SEN(setfsgid16), "setfsgid" }, 170 [140] = { 5, TD, SEN(llseek), "_llseek" }, 171 [141] = { 3, TD, SEN(getdents), "getdents" }, 172 [142] = { 5, TD, SEN(select), "_newselect" }, 173 [143] = { 2, TD, SEN(flock), "flock" }, 174 [144] = { 3, TM, SEN(msync), "msync" }, 175 [145] = { 3, TD, SEN(readv), "readv" }, 176 [146] = { 3, TD, SEN(writev), "writev" }, 177 [147] = { 1, 0, SEN(getsid), "getsid" }, 178 [148] = { 1, TD, SEN(fdatasync), "fdatasync" }, 179 [149] = { 1, 0, SEN(sysctl), "_sysctl" }, 180 [150] = { 2, TM, SEN(mlock), "mlock" }, 181 [151] = { 2, TM, SEN(munlock), "munlock" }, 182 [152] = { 1, TM, SEN(mlockall), "mlockall" }, 183 [153] = { 0, TM, SEN(munlockall), "munlockall" }, 184 [154] = { 2, 0, SEN(sched_setparam), "sched_setparam" }, 185 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" }, 186 [156] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" }, 187 [157] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" }, 188 [158] = { 0, 0, SEN(sched_yield), "sched_yield" }, 189 [159] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"}, 190 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"}, 191 [161] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" }, 192 [162] = { 2, 0, SEN(nanosleep), "nanosleep" }, 193 [163] = { 5, TM|SI, SEN(mremap), "mremap" }, 194 [164] = { 3, 0, SEN(setresuid16), "setresuid" }, 195 [165] = { 3, 0, SEN(getresuid16), "getresuid" }, 196 [166] = { 0, 0, SEN(getpagesize), "getpagesize" }, 197 [167] = { 5, 0, SEN(query_module), "query_module" }, 198 [168] = { 3, TD, SEN(poll), "poll" }, 199 [169] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, 200 [170] = { 3, 0, SEN(setresgid16), "setresgid" }, 201 [171] = { 3, 0, SEN(getresgid16), "getresgid" }, 202 [172] = { 5, 0, SEN(prctl), "prctl" }, 203 [173] = { 0, TS, SEN(rt_sigreturn), "rt_sigreturn" }, 204 [174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" }, 205 [175] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" }, 206 [176] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" }, 207 [177] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, 208 [178] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, 209 [179] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, 210 [180] = { 5, TD, SEN(pread), "pread64" }, 211 [181] = { 5, TD, SEN(pwrite), "pwrite64" }, 212 [182] = { 3, TF, SEN(chown16), "lchown" }, 213 [183] = { 2, TF, SEN(getcwd), "getcwd" }, 214 [184] = { 2, 0, SEN(capget), "capget" }, 215 [185] = { 2, 0, SEN(capset), "capset" }, 216 [186] = { 2, TS, SEN(sigaltstack), "sigaltstack" }, 217 [187] = { 4, TD|TN, SEN(sendfile), "sendfile" }, 218 [188] = { 5, TN, SEN(getpmsg), "getpmsg" }, 219 [189] = { 5, TN, SEN(putpmsg), "putpmsg" }, 220 [190] = { 0, TP, SEN(vfork), "vfork" }, 221 [191] = { 2, 0, SEN(getrlimit), "ugetrlimit" }, 222 [192] = { 6, TD|TM|SI, SEN(mmap_pgoff), "mmap2" }, 223 [193] = { 3, TF, SEN(truncate64), "truncate64" }, 224 [194] = { 3, TD, SEN(ftruncate64), "ftruncate64" }, 225 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" }, 226 [196] = { 2, TF|TLST|TSTA, SEN(lstat64), "lstat64" }, 227 [197] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" }, 228 [198] = { 3, TF, SEN(chown), "chown32" }, 229 [199] = { 0, NF, SEN(getuid), "getuid32" }, 230 [200] = { 0, NF, SEN(getgid), "getgid32" }, 231 [201] = { 0, NF, SEN(geteuid), "geteuid32" }, 232 [202] = { 0, NF, SEN(geteuid), "getegid32" }, 233 [203] = { 2, 0, SEN(setreuid), "setreuid32" }, 234 [204] = { 2, 0, SEN(setregid), "setregid32" }, 235 [205] = { 2, 0, SEN(getgroups), "getgroups32" }, 236 [206] = { 2, 0, SEN(setgroups), "setgroups32" }, 237 [207] = { 3, TD, SEN(fchown), "fchown32" }, 238 [208] = { 3, 0, SEN(setresuid), "setresuid32" }, 239 [209] = { 3, 0, SEN(getresuid), "getresuid32" }, 240 [210] = { 3, 0, SEN(setresgid), "setresgid32" }, 241 [211] = { 3, 0, SEN(getresgid), "getresgid32" }, 242 [212] = { 3, TF, SEN(chown), "lchown32" }, 243 [213] = { 1, 0, SEN(setuid), "setuid32" }, 244 [214] = { 1, 0, SEN(setgid), "setgid32" }, 245 [215] = { 1, NF, SEN(setfsuid), "setfsuid32" }, 246 [216] = { 1, NF, SEN(setfsgid), "setfsgid32" }, 247 [217] = { 2, TF, SEN(pivotroot), "pivot_root" }, 248 [218 ... 219] = { }, 249 [220] = { 3, TD, SEN(getdents64), "getdents64" }, 250 [221] = { 0, NF, SEN(gettid), "gettid" }, 251 [222] = { 2, TS, SEN(kill), "tkill" }, 252 [223] = { 5, TF, SEN(setxattr), "setxattr" }, 253 [224] = { 5, TF, SEN(setxattr), "lsetxattr" }, 254 [225] = { 5, TD, SEN(fsetxattr), "fsetxattr" }, 255 [226] = { 4, TF, SEN(getxattr), "getxattr" }, 256 [227] = { 4, TF, SEN(getxattr), "lgetxattr" }, 257 [228] = { 4, TD, SEN(fgetxattr), "fgetxattr" }, 258 [229] = { 3, TF, SEN(listxattr), "listxattr" }, 259 [230] = { 3, TF, SEN(listxattr), "llistxattr" }, 260 [231] = { 3, TD, SEN(flistxattr), "flistxattr" }, 261 [232] = { 2, TF, SEN(removexattr), "removexattr" }, 262 [233] = { 2, TF, SEN(removexattr), "lremovexattr" }, 263 [234] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, 264 [235] = { 6, 0, SEN(futex), "futex" }, 265 [236] = { 4, TD|TN, SEN(sendfile64), "sendfile64" }, 266 [237] = { 3, TM, SEN(mincore), "mincore" }, 267 [238] = { 3, TM, SEN(madvise), "madvise" }, 268 [239] = { 3, TD, SEN(fcntl64), "fcntl64" }, 269 [240] = { 4, TD, SEN(readahead), "readahead" }, 270 [241] = { 2, TM, SEN(io_setup), "io_setup" }, 271 [242] = { 1, TM, SEN(io_destroy), "io_destroy" }, 272 [243] = { 5, 0, SEN(io_getevents), "io_getevents" }, 273 [244] = { 3, 0, SEN(io_submit), "io_submit" }, 274 [245] = { 3, 0, SEN(io_cancel), "io_cancel" }, 275 [246] = { 5, TD, SEN(fadvise64), "fadvise64" }, 276 [247] = { 1, TP|SE, SEN(exit), "exit_group" }, 277 [248] = { 4, 0, SEN(lookup_dcookie), "lookup_dcookie" }, 278 [249] = { 1, TD, SEN(epoll_create), "epoll_create" }, 279 [250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" }, 280 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" }, 281 [252] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" }, 282 [253] = { 1, 0, SEN(set_tid_address), "set_tid_address" }, 283 [254] = { 3, 0, SEN(timer_create), "timer_create" }, 284 [255] = { 4, 0, SEN(timer_settime), "timer_settime" }, 285 [256] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, 286 [257] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" }, 287 [258] = { 1, 0, SEN(timer_delete), "timer_delete" }, 288 [259] = { 2, 0, SEN(clock_settime), "clock_settime" }, 289 [260] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, 290 [261] = { 2, 0, SEN(clock_getres), "clock_getres" }, 291 [262] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, 292 [263] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" }, 293 [264] = { 3, TD|TFSF|TSFA, SEN(fstatfs64), "fstatfs64" }, 294 [265] = { 3, TS, SEN(tgkill), "tgkill" }, 295 [266] = { 2, TF, SEN(utimes), "utimes" }, 296 [267] = { 6, TD, SEN(fadvise64_64), "fadvise64_64" }, 297 [268] = { 6, TM, SEN(mbind), "mbind" }, 298 [269] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, 299 [270] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" }, 300 [271] = { 4, 0, SEN(mq_open), "mq_open" }, 301 [272] = { 1, 0, SEN(mq_unlink), "mq_unlink" }, 302 [273] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" }, 303 [274] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" }, 304 [275] = { 2, 0, SEN(mq_notify), "mq_notify" }, 305 [276] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" }, 306 [277] = { 5, TP, SEN(waitid), "waitid" }, 307 [278] = { 5, 0, SEN(vserver), "vserver" }, 308 [279] = { 5, 0, SEN(add_key), "add_key" }, 309 [280] = { 4, 0, SEN(request_key), "request_key" }, 310 [281] = { 5, 0, SEN(keyctl), "keyctl" }, 311 [282] = { 3, 0, SEN(ioprio_set), "ioprio_set" }, 312 [283] = { 2, 0, SEN(ioprio_get), "ioprio_get" }, 313 [284] = { 0, TD, SEN(inotify_init), "inotify_init" }, 314 [285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" }, 315 [286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" }, 316 [287] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, 317 [288] = { 4, TD|TF, SEN(openat), "openat" }, 318 [289] = { 3, TD|TF, SEN(mkdirat), "mkdirat" }, 319 [290] = { 4, TD|TF, SEN(mknodat), "mknodat" }, 320 [291] = { 5, TD|TF, SEN(fchownat), "fchownat" }, 321 [292] = { 3, TD|TF, SEN(futimesat), "futimesat" }, 322 [293] = { 4, TD|TF|TFST|TSTA,SEN(fstatat64), "fstatat64" }, 323 [294] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, 324 [295] = { 4, TD|TF, SEN(renameat), "renameat" }, 325 [296] = { 5, TD|TF, SEN(linkat), "linkat" }, 326 [297] = { 3, TD|TF, SEN(symlinkat), "symlinkat" }, 327 [298] = { 4, TD|TF, SEN(readlinkat), "readlinkat" }, 328 [299] = { 3, TD|TF, SEN(fchmodat), "fchmodat" }, 329 [300] = { 3, TD|TF, SEN(faccessat), "faccessat" }, 330 [301] = { 6, TD, SEN(pselect6), "pselect6" }, 331 [302] = { 5, TD, SEN(ppoll), "ppoll" }, 332 [303] = { 1, TP, SEN(unshare), "unshare" }, 333 [304] = { 2, 0, SEN(set_robust_list), "set_robust_list" }, 334 [305] = { 3, 0, SEN(get_robust_list), "get_robust_list" }, 335 [306] = { 6, TD, SEN(splice), "splice" }, 336 [307] = { 6, TD, SEN(sync_file_range), "sync_file_range" }, 337 [308] = { 4, TD, SEN(tee), "tee" }, 338 [309] = { 4, TD, SEN(vmsplice), "vmsplice" }, 339 [310] = { 6, TM, SEN(move_pages), "move_pages" }, 340 [311] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, 341 [312] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, 342 [313] = { 4, 0, SEN(kexec_load), "kexec_load" }, 343 [314] = { 3, 0, SEN(getcpu), "getcpu" }, 344 [315] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, 345 [316] = { 4, TD|TF, SEN(utimensat), "utimensat" }, 346 [317] = { 3, TD|TS, SEN(signalfd), "signalfd" }, 347 [318] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, 348 [319] = { 1, TD, SEN(eventfd), "eventfd" }, 349 [320] = { 6, TD, SEN(fallocate), "fallocate" }, 350 [321] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" }, 351 [322] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" }, 352 [323] = { 4, TD|TS, SEN(signalfd4), "signalfd4" }, 353 [324] = { 2, TD, SEN(eventfd2), "eventfd2" }, 354 [325] = { 1, TD, SEN(epoll_create1), "epoll_create1" }, 355 [326] = { 3, TD, SEN(dup3), "dup3" }, 356 [327] = { 2, TD, SEN(pipe2), "pipe2" }, 357 [328] = { 1, TD, SEN(inotify_init1), "inotify_init1" }, 358 [329] = { 5, TD, SEN(preadv), "preadv" }, 359 [330] = { 5, TD, SEN(pwritev), "pwritev" }, 360 [331] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" }, 361 [332] = { 5, TD, SEN(perf_event_open), "perf_event_open" }, 362 [333] = { 0, 0, SEN(get_thread_area), "get_thread_area" }, 363 [334] = { 1, 0, SEN(set_thread_area), "set_thread_area" }, 364 [335] = { 6, 0, SEN(printargs), "atomic_cmpxchg_32" }, 365 [336] = { 0, 0, SEN(printargs), "atomic_barrier" }, 366 [337] = { 2, TD, SEN(fanotify_init), "fanotify_init" }, 367 [338] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" }, 368 [339] = { 4, 0, SEN(prlimit64), "prlimit64" }, 369 [340] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" }, 370 [341] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" }, 371 [342] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" }, 372 [343] = { 1, TD, SEN(syncfs), "syncfs" }, 373 [344] = { 2, TD, SEN(setns), "setns" }, 374 [345] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" }, 375 [346] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" }, 376 [347] = { 5, 0, SEN(kcmp), "kcmp" }, 377 [348] = { 3, TD, SEN(finit_module), "finit_module" }, 378 [349] = { 3, 0, SEN(sched_setattr), "sched_setattr" }, 379 [350] = { 4, 0, SEN(sched_getattr), "sched_getattr" }, 380 [351] = { 5, TD|TF, SEN(renameat2), "renameat2" }, 381 [352] = { 3, 0, SEN(getrandom), "getrandom" }, 382 [353] = { 2, TD, SEN(memfd_create), "memfd_create" }, 383 [354] = { 3, TD, SEN(bpf), "bpf" }, 384 [355] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" }, 385 [356] = { 3, TN, SEN(socket), "socket" }, 386 [357] = { 4, TN, SEN(socketpair), "socketpair" }, 387 [358] = { 3, TN, SEN(bind), "bind" }, 388 [359] = { 3, TN, SEN(connect), "connect" }, 389 [360] = { 2, TN, SEN(listen), "listen" }, 390 [361] = { 4, TN, SEN(accept4), "accept4" }, 391 [362] = { 5, TN, SEN(getsockopt), "getsockopt" }, 392 [363] = { 5, TN, SEN(setsockopt), "setsockopt" }, 393 [364] = { 3, TN, SEN(getsockname), "getsockname" }, 394 [365] = { 3, TN, SEN(getpeername), "getpeername" }, 395 [366] = { 6, TN, SEN(sendto), "sendto" }, 396 [367] = { 3, TN, SEN(sendmsg), "sendmsg" }, 397 [368] = { 6, TN, SEN(recvfrom), "recvfrom" }, 398 [369] = { 3, TN, SEN(recvmsg), "recvmsg" }, 399 [370] = { 2, TN, SEN(shutdown), "shutdown" }, 400 [371] = { 5, TN, SEN(recvmmsg), "recvmmsg" }, 401 [372] = { 4, TN, SEN(sendmmsg), "sendmmsg" }, 402 [373] = { 1, TD, SEN(userfaultfd), "userfaultfd" }, 403 [374] = { 2, 0, SEN(membarrier), "membarrier" }, 404 [375] = { 3, TM, SEN(mlock2), "mlock2" }, 405 [376] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, 406 [377] = { 6, TD, SEN(preadv2), "preadv2" }, 407 [378] = { 6, TD, SEN(pwritev2), "pwritev2" }, 408 [379] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, 409 410 #define SYS_socket_subcall 400 411 #include "subcall.h" 412