1 [ 0] = { 2, 0, SEN(io_setup), "io_setup" }, 2 [ 1] = { 1, 0, SEN(io_destroy), "io_destroy" }, 3 [ 2] = { 3, 0, SEN(io_submit), "io_submit" }, 4 [ 3] = { 3, 0, SEN(io_cancel), "io_cancel" }, 5 [ 4] = { 5, 0, SEN(io_getevents), "io_getevents" }, 6 [ 5] = { 5, TF, SEN(setxattr), "setxattr" }, 7 [ 6] = { 5, TF, SEN(setxattr), "lsetxattr" }, 8 [ 7] = { 5, TD, SEN(fsetxattr), "fsetxattr" }, 9 [ 8] = { 4, TF, SEN(getxattr), "getxattr" }, 10 [ 9] = { 4, TF, SEN(getxattr), "lgetxattr" }, 11 [ 10] = { 4, TD, SEN(fgetxattr), "fgetxattr" }, 12 [ 11] = { 3, TF, SEN(listxattr), "listxattr" }, 13 [ 12] = { 3, TF, SEN(listxattr), "llistxattr" }, 14 [ 13] = { 3, TD, SEN(flistxattr), "flistxattr" }, 15 [ 14] = { 2, TF, SEN(removexattr), "removexattr" }, 16 [ 15] = { 2, TF, SEN(removexattr), "lremovexattr" }, 17 [ 16] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, 18 [ 17] = { 2, TF, SEN(getcwd), "getcwd" }, 19 [ 18] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" }, 20 [ 19] = { 2, TD, SEN(eventfd2), "eventfd2" }, 21 [ 20] = { 1, TD, SEN(epoll_create1), "epoll_create1" }, 22 [ 21] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" }, 23 [ 22] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, 24 [ 23] = { 1, TD, SEN(dup), "dup" }, 25 [ 24] = { 3, TD, SEN(dup3), "dup3" }, 26 [ 25] = { 3, TD, SEN(fcntl), "fcntl" }, 27 [ 26] = { 1, TD, SEN(inotify_init1), "inotify_init1" }, 28 [ 27] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" }, 29 [ 28] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" }, 30 [ 29] = { 3, TD, SEN(ioctl), "ioctl" }, 31 [ 30] = { 3, 0, SEN(ioprio_set), "ioprio_set" }, 32 [ 31] = { 2, 0, SEN(ioprio_get), "ioprio_get" }, 33 [ 32] = { 2, TD, SEN(flock), "flock" }, 34 [ 33] = { 4, TD|TF, SEN(mknodat), "mknodat" }, 35 [ 34] = { 3, TD|TF, SEN(mkdirat), "mkdirat" }, 36 [ 35] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, 37 [ 36] = { 3, TD|TF, SEN(symlinkat), "symlinkat" }, 38 [ 37] = { 5, TD|TF, SEN(linkat), "linkat" }, 39 [ 38] = { 4, TD|TF, SEN(renameat), "renameat" }, 40 [ 39] = { 2, TF, SEN(umount2), "umount2" }, 41 [ 40] = { 5, TF, SEN(mount), "mount" }, 42 [ 41] = { 2, TF, SEN(pivotroot), "pivot_root" }, 43 [ 42] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, 44 [ 43] = { 2, TF, SEN(statfs), "statfs" }, 45 [ 44] = { 2, TD, SEN(fstatfs), "fstatfs" }, 46 [ 45] = { 2, TF, SEN(truncate), "truncate" }, 47 [ 46] = { 2, TD, SEN(ftruncate), "ftruncate" }, 48 [ 47] = { 4, TD, SEN(fallocate), "fallocate" }, 49 [ 48] = { 3, TD|TF, SEN(faccessat), "faccessat" }, 50 [ 49] = { 1, TF, SEN(chdir), "chdir" }, 51 [ 50] = { 1, TD, SEN(fchdir), "fchdir" }, 52 [ 51] = { 1, TF, SEN(chroot), "chroot" }, 53 [ 52] = { 2, TD, SEN(fchmod), "fchmod" }, 54 [ 53] = { 3, TD|TF, SEN(fchmodat), "fchmodat" }, 55 [ 54] = { 5, TD|TF, SEN(fchownat), "fchownat" }, 56 [ 55] = { 3, TD, SEN(fchown), "fchown" }, 57 [ 56] = { 4, TD|TF, SEN(openat), "openat" }, 58 [ 57] = { 1, TD, SEN(close), "close" }, 59 [ 58] = { 0, 0, SEN(vhangup), "vhangup" }, 60 [ 59] = { 2, TD, SEN(pipe2), "pipe2" }, 61 [ 60] = { 4, TF, SEN(quotactl), "quotactl" }, 62 [ 61] = { 3, TD, SEN(getdents64), "getdents64" }, 63 [ 62] = { 3, TD, SEN(lseek), "lseek" }, 64 [ 63] = { 3, TD, SEN(read), "read" }, 65 [ 64] = { 3, TD, SEN(write), "write" }, 66 [ 65] = { 3, TD, SEN(readv), "readv" }, 67 [ 66] = { 3, TD, SEN(writev), "writev" }, 68 [ 67] = { 4, TD, SEN(pread), "pread64" }, 69 [ 68] = { 4, TD, SEN(pwrite), "pwrite64" }, 70 [ 69] = { 4, TD, SEN(preadv), "preadv" }, 71 [ 70] = { 4, TD, SEN(pwritev), "pwritev" }, 72 [ 71] = { 4, TD|TN, SEN(sendfile64), "sendfile" }, 73 [ 72] = { 6, TD, SEN(pselect6), "pselect6" }, 74 [ 73] = { 5, TD, SEN(ppoll), "ppoll" }, 75 [ 74] = { 4, TD|TS, SEN(signalfd4), "signalfd4" }, 76 [ 75] = { 4, TD, SEN(vmsplice), "vmsplice" }, 77 [ 76] = { 6, TD, SEN(splice), "splice" }, 78 [ 77] = { 4, TD, SEN(tee), "tee" }, 79 [ 78] = { 4, TD|TF, SEN(readlinkat), "readlinkat" }, 80 [ 79] = { 4, TD|TF, SEN(newfstatat), "newfstatat" }, 81 [ 80] = { 2, TD, SEN(fstat), "fstat" }, 82 [ 81] = { 0, 0, SEN(sync), "sync" }, 83 [ 82] = { 1, TD, SEN(fsync), "fsync" }, 84 [ 83] = { 1, TD, SEN(fdatasync), "fdatasync" }, 85 [ 84] = { 4, TD, SEN(sync_file_range), "sync_file_range" }, 86 [ 85] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, 87 [ 86] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" }, 88 [ 87] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" }, 89 [ 88] = { 4, TD|TF, SEN(utimensat), "utimensat" }, 90 [ 89] = { 1, TF, SEN(acct), "acct" }, 91 [ 90] = { 2, 0, SEN(capget), "capget" }, 92 [ 91] = { 2, 0, SEN(capset), "capset" }, 93 [ 92] = { 1, NF, SEN(personality), "personality" }, 94 [ 93] = { 1, TP|SE, SEN(exit), "exit" }, 95 [ 94] = { 1, TP|SE, SEN(exit), "exit_group" }, 96 [ 95] = { 5, TP, SEN(waitid), "waitid" }, 97 [ 96] = { 1, 0, SEN(set_tid_address), "set_tid_address" }, 98 [ 97] = { 1, TP, SEN(unshare), "unshare" }, 99 [ 98] = { 6, 0, SEN(futex), "futex" }, 100 [ 99] = { 2, 0, SEN(set_robust_list), "set_robust_list" }, 101 [100] = { 3, 0, SEN(get_robust_list), "get_robust_list" }, 102 [101] = { 2, 0, SEN(nanosleep), "nanosleep" }, 103 [102] = { 2, 0, SEN(getitimer), "getitimer" }, 104 [103] = { 3, 0, SEN(setitimer), "setitimer" }, 105 [104] = { 4, 0, SEN(kexec_load), "kexec_load" }, 106 [105] = { 3, 0, SEN(init_module), "init_module" }, 107 [106] = { 2, 0, SEN(delete_module), "delete_module" }, 108 [107] = { 3, 0, SEN(timer_create), "timer_create" }, 109 [108] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, 110 [109] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" }, 111 [110] = { 4, 0, SEN(timer_settime), "timer_settime" }, 112 [111] = { 1, 0, SEN(timer_delete), "timer_delete" }, 113 [112] = { 2, 0, SEN(clock_settime), "clock_settime" }, 114 [113] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, 115 [114] = { 2, 0, SEN(clock_getres), "clock_getres" }, 116 [115] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, 117 [116] = { 3, 0, SEN(syslog), "syslog" }, 118 [117] = { 4, 0, SEN(ptrace), "ptrace" }, 119 [118] = { 2, 0, SEN(sched_setparam), "sched_setparam" }, 120 [119] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" }, 121 [120] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" }, 122 [121] = { 2, 0, SEN(sched_getparam), "sched_getparam" }, 123 [122] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, 124 [123] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, 125 [124] = { 0, 0, SEN(sched_yield), "sched_yield" }, 126 [125] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"}, 127 [126] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"}, 128 [127] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" }, 129 [128] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, 130 [129] = { 2, TS, SEN(kill), "kill" }, 131 [130] = { 2, TS, SEN(kill), "tkill" }, 132 [131] = { 3, TS, SEN(tgkill), "tgkill" }, 133 [132] = { 2, TS, SEN(sigaltstack), "sigaltstack" }, 134 [133] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, 135 [134] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" }, 136 [135] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" }, 137 [136] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" }, 138 [137] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, 139 [138] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, 140 [139] = { 0, TS, SEN(sigreturn), "rt_sigreturn" }, 141 [140] = { 3, 0, SEN(setpriority), "setpriority" }, 142 [141] = { 2, 0, SEN(getpriority), "getpriority" }, 143 [142] = { 4, 0, SEN(reboot), "reboot" }, 144 [143] = { 2, 0, SEN(setregid), "setregid" }, 145 [144] = { 1, 0, SEN(setgid), "setgid" }, 146 [145] = { 2, 0, SEN(setreuid), "setreuid" }, 147 [146] = { 1, 0, SEN(setuid), "setuid" }, 148 [147] = { 3, 0, SEN(setresuid), "setresuid" }, 149 [148] = { 3, 0, SEN(getresuid), "getresuid" }, 150 [149] = { 3, 0, SEN(setresgid), "setresgid" }, 151 [150] = { 3, 0, SEN(getresgid), "getresgid" }, 152 [151] = { 1, NF, SEN(setfsuid), "setfsuid" }, 153 [152] = { 1, NF, SEN(setfsgid), "setfsgid" }, 154 [153] = { 1, 0, SEN(times), "times" }, 155 [154] = { 2, 0, SEN(setpgid), "setpgid" }, 156 [155] = { 1, 0, SEN(getpgid), "getpgid" }, 157 [156] = { 1, 0, SEN(getsid), "getsid" }, 158 [157] = { 0, 0, SEN(setsid), "setsid" }, 159 [158] = { 2, 0, SEN(getgroups), "getgroups" }, 160 [159] = { 2, 0, SEN(setgroups), "setgroups" }, 161 [160] = { 1, 0, SEN(uname), "uname" }, 162 [161] = { 2, 0, SEN(sethostname), "sethostname" }, 163 [162] = { 2, 0, SEN(setdomainname), "setdomainname" }, 164 [163] = { 2, 0, SEN(getrlimit), "getrlimit" }, 165 [164] = { 2, 0, SEN(setrlimit), "setrlimit" }, 166 [165] = { 2, 0, SEN(getrusage), "getrusage" }, 167 [166] = { 1, NF, SEN(umask), "umask" }, 168 [167] = { 5, 0, SEN(prctl), "prctl" }, 169 [168] = { 3, 0, SEN(getcpu), "getcpu" }, 170 [169] = { 2, 0, SEN(gettimeofday), "gettimeofday" }, 171 [170] = { 2, 0, SEN(settimeofday), "settimeofday" }, 172 [171] = { 1, 0, SEN(adjtimex), "adjtimex" }, 173 [172] = { 0, NF, SEN(getpid), "getpid" }, 174 [173] = { 0, NF, SEN(getppid), "getppid" }, 175 [174] = { 0, NF, SEN(getuid), "getuid" }, 176 [175] = { 0, NF, SEN(geteuid), "geteuid" }, 177 [176] = { 0, NF, SEN(getgid), "getgid" }, 178 [177] = { 0, NF, SEN(getegid), "getegid" }, 179 [178] = { 0, NF, SEN(gettid), "gettid" }, 180 [179] = { 1, 0, SEN(sysinfo), "sysinfo" }, 181 [180] = { 4, 0, SEN(mq_open), "mq_open" }, 182 [181] = { 1, 0, SEN(mq_unlink), "mq_unlink" }, 183 [182] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" }, 184 [183] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" }, 185 [184] = { 2, 0, SEN(mq_notify), "mq_notify" }, 186 [185] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" }, 187 [186] = { 2, TI, SEN(msgget), "msgget" }, 188 [187] = { 3, TI, SEN(msgctl), "msgctl" }, 189 [188] = { 5, TI, SEN(msgrcv), "msgrcv" }, 190 [189] = { 4, TI, SEN(msgsnd), "msgsnd" }, 191 [190] = { 3, TI, SEN(semget), "semget" }, 192 [191] = { 4, TI, SEN(semctl), "semctl" }, 193 [192] = { 4, TI, SEN(semtimedop), "semtimedop" }, 194 [193] = { 3, TI, SEN(semop), "semop" }, 195 [194] = { 3, TI, SEN(shmget), "shmget" }, 196 [195] = { 3, TI, SEN(shmctl), "shmctl" }, 197 [196] = { 3, TI|TM|SI, SEN(shmat), "shmat" }, 198 [197] = { 1, TI|TM|SI, SEN(shmdt), "shmdt" }, 199 [198] = { 3, TN, SEN(socket), "socket" }, 200 [199] = { 4, TN, SEN(socketpair), "socketpair" }, 201 [200] = { 3, TN, SEN(bind), "bind" }, 202 [201] = { 2, TN, SEN(listen), "listen" }, 203 [202] = { 3, TN, SEN(accept), "accept" }, 204 [203] = { 3, TN, SEN(connect), "connect" }, 205 [204] = { 3, TN, SEN(getsockname), "getsockname" }, 206 [205] = { 3, TN, SEN(getpeername), "getpeername" }, 207 [206] = { 6, TN, SEN(sendto), "sendto" }, 208 [207] = { 6, TN, SEN(recvfrom), "recvfrom" }, 209 [208] = { 5, TN, SEN(setsockopt), "setsockopt" }, 210 [209] = { 5, TN, SEN(getsockopt), "getsockopt" }, 211 [210] = { 2, TN, SEN(shutdown), "shutdown" }, 212 [211] = { 3, TN, SEN(sendmsg), "sendmsg" }, 213 [212] = { 3, TN, SEN(recvmsg), "recvmsg" }, 214 [213] = { 3, TD, SEN(readahead), "readahead" }, 215 [214] = { 1, TM|SI, SEN(brk), "brk" }, 216 [215] = { 2, TM|SI, SEN(munmap), "munmap" }, 217 [216] = { 5, TM|SI, SEN(mremap), "mremap" }, 218 [217] = { 5, 0, SEN(add_key), "add_key" }, 219 [218] = { 4, 0, SEN(request_key), "request_key" }, 220 [219] = { 5, 0, SEN(keyctl), "keyctl" }, 221 [220] = { 5, TP, SEN(clone), "clone" }, 222 [221] = { 3, TF|TP|SE|SI, SEN(execve), "execve" }, 223 [222] = { 6, TD|TM|SI, SEN(mmap), "mmap" }, 224 [223] = { 4, TD, SEN(fadvise64), "fadvise64" }, 225 [224] = { 2, TF, SEN(swapon), "swapon" }, 226 [225] = { 1, TF, SEN(swapoff), "swapoff" }, 227 [226] = { 3, TM|SI, SEN(mprotect), "mprotect" }, 228 [227] = { 3, TM, SEN(msync), "msync" }, 229 [228] = { 2, TM, SEN(mlock), "mlock" }, 230 [229] = { 2, TM, SEN(munlock), "munlock" }, 231 [230] = { 1, TM, SEN(mlockall), "mlockall" }, 232 [231] = { 0, TM, SEN(munlockall), "munlockall" }, 233 [232] = { 3, TM, SEN(mincore), "mincore" }, 234 [233] = { 3, TM, SEN(madvise), "madvise" }, 235 [234] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" }, 236 [235] = { 6, TM, SEN(mbind), "mbind" }, 237 [236] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, 238 [237] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" }, 239 [238] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, 240 [239] = { 6, TM, SEN(move_pages), "move_pages" }, 241 [240] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" }, 242 [241] = { 5, TD, SEN(perf_event_open), "perf_event_open" }, 243 [242] = { 4, TN, SEN(accept4), "accept4" }, 244 [243] = { 5, TN, SEN(recvmmsg), "recvmmsg" }, 245 /* [244 ... 259] are arch specific */ 246 [260] = { 4, TP, SEN(wait4), "wait4" }, 247 [261] = { 4, 0, SEN(prlimit64), "prlimit64" }, 248 [262] = { 2, TD, SEN(fanotify_init), "fanotify_init" }, 249 [263] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" }, 250 [264] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" }, 251 [265] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" }, 252 [266] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" }, 253 [267] = { 1, TD, SEN(syncfs), "syncfs" }, 254 [268] = { 2, TD, SEN(setns), "setns" }, 255 [269] = { 4, TN, SEN(sendmmsg), "sendmmsg" }, 256 [270] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" }, 257 [271] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" }, 258 [272] = { 5, 0, SEN(kcmp), "kcmp" }, 259 [273] = { 3, TD, SEN(finit_module), "finit_module" }, 260 [274] = { 3, 0, SEN(sched_setattr), "sched_setattr" }, 261 [275] = { 4, 0, SEN(sched_getattr), "sched_getattr" }, 262 [276] = { 5, TD|TF, SEN(renameat2), "renameat2" }, 263 [277] = { 3, 0, SEN(seccomp), "seccomp", }, 264 [278] = { 3, 0, SEN(getrandom), "getrandom", }, 265 [279] = { 2, TD, SEN(memfd_create), "memfd_create", }, 266 [280] = { 3, TD, SEN(bpf), "bpf", }, 267 [281] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", }, 268 [282] = { 1, TD, SEN(userfaultfd), "userfaultfd", }, 269 [283] = { 2, 0, SEN(membarrier), "membarrier", }, 270 [284] = { 3, TM, SEN(mlock2), "mlock2" }, 271