syscallent.h revision 140ecf876686d49085c6eb3a2306e2ea6ea641bc
1/* 2 * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation 3 * Author: Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: 9 * 1. Redistributions of source code must retain the above copyright 10 * notice, this list of conditions and the following disclaimer. 11 * 2. Redistributions in binary form must reproduce the above copyright 12 * notice, this list of conditions and the following disclaimer in the 13 * documentation and/or other materials provided with the distribution. 14 * 3. The name of the author may not be used to endorse or promote products 15 * derived from this software without specific prior written permission. 16 * 17 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 19 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 * 28 */ 29 30[ 0] = { 0, 0, SEN(setup), "setup" }, 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] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, 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] = { }, 44[ 14] = { 3, TF, SEN(mknod), "mknod" }, 45[ 15] = { 2, TF, SEN(chmod), "chmod" }, 46[ 16] = { }, 47[ 17] = { }, 48[ 18] = { }, 49[ 19] = { 3, TD, SEN(lseek), "lseek" }, 50[ 20] = { 0, 0, SEN(getpid), "getpid" }, 51[ 21] = { 5, TF, SEN(mount), "mount" }, 52[ 22] = { 1, TF, SEN(umount), "umount" }, 53[ 23] = { }, 54[ 24] = { }, 55[ 25] = { }, 56[ 26] = { 4, 0, SEN(ptrace), "ptrace" }, 57[ 27] = { 1, 0, SEN(alarm), "alarm" }, 58[ 28] = { }, 59[ 29] = { 0, TS, SEN(pause), "pause" }, 60[ 30] = { 2, TF, SEN(utime), "utime" }, 61[ 31] = { }, 62[ 32] = { }, 63[ 33] = { 2, TF, SEN(access), "access" }, 64[ 34] = { 1, 0, SEN(nice), "nice" }, 65[ 35] = { }, 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] = { }, 75[ 45] = { 1, TM|SI, SEN(brk), "brk" }, 76[ 46] = { }, 77[ 47] = { }, 78[ 48] = { 3, TS, SEN(signal), "signal" }, 79[ 49] = { }, 80[ 50] = { }, 81[ 51] = { 1, TF, SEN(acct), "acct" }, 82[ 52] = { 2, TF, SEN(umount2), "umount2" }, 83[ 53] = { }, 84[ 54] = { 3, TD, SEN(ioctl), "ioctl" }, 85[ 55] = { 3, TD, SEN(fcntl), "fcntl" }, 86[ 56] = { }, 87[ 57] = { 2, 0, SEN(setpgid), "setpgid" }, 88[ 58] = { }, 89[ 59] = { }, 90[ 60] = { 1, 0, SEN(umask), "umask" }, 91[ 61] = { 1, TF, SEN(chroot), "chroot" }, 92[ 62] = { 2, 0, SEN(ustat), "ustat" }, 93[ 63] = { 2, TD, SEN(dup2), "dup2" }, 94[ 64] = { 0, 0, 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 ... 71] = { }, 99[ 72] = { 3, TS, SEN(sigsuspend), "sigsuspend" }, 100[ 73] = { 1, TS, SEN(sigpending), "sigpending" }, 101[ 74] = { 2, 0, SEN(sethostname), "sethostname" }, 102[ 75] = { 2, 0, SEN(setrlimit), "setrlimit" }, 103[ 76] = { }, 104[ 77] = { 2, 0, SEN(getrusage), "getrusage" }, 105[ 78] = { 2, 0, SEN(gettimeofday), "gettimeofday" }, 106[ 79] = { 2, 0, SEN(settimeofday), "settimeofday" }, 107[ 80 ... 82] = { }, 108[ 83] = { 2, TF, SEN(symlink), "symlink" }, 109[ 84] = { }, 110[ 85] = { 3, TF, SEN(readlink), "readlink" }, 111[ 86] = { 1, TF, SEN(uselib), "uselib" }, 112[ 87] = { 2, TF, SEN(swapon), "swapon" }, 113[ 88] = { 4, 0, SEN(reboot), "reboot" }, 114[ 89] = { 3, TD, SEN(readdir), "readdir" }, 115[ 90] = { 1, TD|TM|SI, SEN(old_mmap), "mmap" }, 116[ 91] = { 2, TM|SI, SEN(munmap), "munmap" }, 117[ 92] = { 2, TF, SEN(truncate), "truncate" }, 118[ 93] = { 2, TD, SEN(ftruncate), "ftruncate" }, 119[ 94] = { 2, TD, SEN(fchmod), "fchmod" }, 120[ 95] = { }, 121[ 96] = { 2, 0, SEN(getpriority), "getpriority" }, 122[ 97] = { 3, 0, SEN(setpriority), "setpriority" }, 123[ 98] = { }, 124[ 99] = { 2, TF, SEN(statfs), "statfs" }, 125[100] = { 2, TD, SEN(fstatfs), "fstatfs" }, 126[101] = { }, 127[102] = { 2, TD, SEN(socketcall), "socketcall" }, 128[103] = { 3, 0, SEN(syslog), "syslog" }, 129[104] = { 3, 0, SEN(setitimer), "setitimer" }, 130[105] = { 2, 0, SEN(getitimer), "getitimer" }, 131[106] = { 2, TF, SEN(stat), "stat" }, 132[107] = { 2, TF, SEN(lstat), "lstat" }, 133[108] = { 2, TD, SEN(fstat), "fstat" }, 134[109] = { }, 135[110] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" }, 136[111] = { 0, 0, SEN(vhangup), "vhangup" }, 137[112] = { 0, 0, SEN(idle), "idle" }, 138[113] = { }, 139[114] = { 4, TP, SEN(wait4), "wait4" }, 140[115] = { 1, TF, SEN(swapoff), "swapoff" }, 141[116] = { 1, 0, SEN(sysinfo), "sysinfo" }, 142[117] = { 5, TI, SEN(ipc), "ipc" }, 143[118] = { 1, TD, SEN(fsync), "fsync" }, 144[119] = { 0, TS, SEN(sigreturn), "sigreturn" }, 145[120] = { 5, TP, SEN(clone), "clone" }, 146[121] = { 2, 0, SEN(setdomainname), "setdomainname" }, 147[122] = { 1, 0, SEN(uname), "uname" }, 148[123] = { }, 149[124] = { 1, 0, SEN(adjtimex), "adjtimex" }, 150[125] = { 3, TM|SI, SEN(mprotect), "mprotect" }, 151[126] = { 3, TS, SEN(sigprocmask), "sigprocmask" }, 152[127] = { 2, 0, SEN(create_module), "create_module" }, 153[128] = { 3, 0, SEN(init_module), "init_module" }, 154[129] = { 2, 0, SEN(delete_module), "delete_module" }, 155[130] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" }, 156[131] = { 4, TF, SEN(quotactl), "quotactl" }, 157[132] = { 1, 0, SEN(getpgid), "getpgid" }, 158[133] = { 1, TD, SEN(fchdir), "fchdir" }, 159[134] = { 0, 0, SEN(bdflush), "bdflush" }, 160[135] = { 3, 0, SEN(sysfs), "sysfs" }, 161[136] = { 1, 0, SEN(personality), "personality" }, 162[137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, 163[138 ... 140] = { }, 164[141] = { 3, TD, SEN(getdents), "getdents" }, 165[142] = { 5, TD, SEN(select), "select" }, 166[143] = { 2, TD, SEN(flock), "flock" }, 167[144] = { 3, TM, SEN(msync), "msync" }, 168[145] = { 3, TD, SEN(readv), "readv" }, 169[146] = { 3, TD, SEN(writev), "writev" }, 170[147] = { 1, 0, SEN(getsid), "getsid" }, 171[148] = { 1, TD, SEN(fdatasync), "fdatasync" }, 172[149] = { 1, 0, SEN(sysctl), "_sysctl" }, 173[150] = { 2, TM, SEN(mlock), "mlock" }, 174[151] = { 2, TM, SEN(munlock), "munlock" }, 175[152] = { 1, TM, SEN(mlockall), "mlockall" }, 176[153] = { 0, TM, SEN(munlockall), "munlockall" }, 177[154] = { 2, 0, SEN(sched_setparam), "sched_setparam" }, 178[155] = { 2, 0, SEN(sched_getparam), "sched_getparam" }, 179[156] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" }, 180[157] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" }, 181[158] = { 0, 0, SEN(sched_yield), "sched_yield" }, 182[159] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"}, 183[160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"}, 184[161] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" }, 185[162] = { 2, 0, SEN(nanosleep), "nanosleep" }, 186[163] = { 5, TM|SI, SEN(mremap), "mremap" }, 187[164 ... 166] = { }, 188[167] = { 5, 0, SEN(query_module), "query_module" }, 189[168] = { 3, TD, SEN(poll), "poll" }, 190[169] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, 191[170 ... 171] = { }, 192[172] = { 5, 0, SEN(prctl), "prctl" }, 193[173] = { 0, TS, SEN(sigreturn), "rt_sigreturn" }, 194[174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" }, 195[175] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" }, 196[176] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" }, 197[177] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, 198[178] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, 199[179] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, 200[180] = { 4, TD, SEN(pread), "pread64" }, 201[181] = { 4, TD, SEN(pwrite), "pwrite64" }, 202[182] = { }, 203[183] = { 2, TF, SEN(getcwd), "getcwd" }, 204[184] = { 2, 0, SEN(capget), "capget" }, 205[185] = { 2, 0, SEN(capset), "capset" }, 206[186] = { 2, TS, SEN(sigaltstack), "sigaltstack" }, 207[187] = { 4, TD|TN, SEN(sendfile), "sendfile" }, 208[188] = { 5, 0, SEN(getpmsg), "getpmsg" }, 209[189] = { 5, 0, SEN(putpmsg), "putpmsg" }, 210[190] = { 0, TP, SEN(vfork), "vfork" }, 211[191] = { 2, 0, SEN(getrlimit), "getrlimit" }, 212[196 ... 197] = { }, 213[198] = { 3, TF, SEN(chown), "lchown" }, 214[199] = { 0, NF, SEN(getuid), "getuid" }, 215[200] = { 0, NF, SEN(getgid), "getgid" }, 216[201] = { 0, NF, SEN(geteuid), "geteuid" }, 217[202] = { 0, NF, SEN(getegid), "getegid" }, 218[203] = { 2, 0, SEN(setreuid), "setreuid" }, 219[204] = { 2, 0, SEN(setregid), "setregid" }, 220[205] = { 2, 0, SEN(getgroups), "getgroups" }, 221[206] = { 2, 0, SEN(setgroups), "setgroups" }, 222[207] = { 3, TD, SEN(fchown), "fchown" }, 223[208] = { 3, 0, SEN(setresuid), "setresuid" }, 224[209] = { 3, 0, SEN(getresuid), "getresuid" }, 225[210] = { 3, 0, SEN(setresgid), "setresgid" }, 226[211] = { 3, 0, SEN(getresgid), "getresgid" }, 227[212] = { 3, TF, SEN(chown), "chown" }, 228[213] = { 1, 0, SEN(setuid), "setuid" }, 229[214] = { 1, 0, SEN(setgid), "setgid" }, 230[215] = { 1, NF, SEN(setfsuid), "setfsuid" }, 231[216] = { 1, NF, SEN(setfsgid), "setfsgid" }, 232[217] = { 2, TF, SEN(pivotroot), "pivot_root" }, 233[218] = { 3, TM, SEN(mincore), "mincore" }, 234[219] = { 3, TM, SEN(madvise), "madvise" }, 235[220] = { 3, TD, SEN(getdents64), "getdents64" }, 236[221] = { }, 237[222] = { 3, TD, SEN(readahead), "readahead" }, 238[223] = { }, 239[224] = { 5, TF, SEN(setxattr), "setxattr" }, 240[225] = { 5, TF, SEN(setxattr), "lsetxattr" }, 241[226] = { 5, TD, SEN(fsetxattr), "fsetxattr" }, 242[227] = { 4, TF, SEN(getxattr), "getxattr" }, 243[228] = { 4, TF, SEN(getxattr), "lgetxattr" }, 244[229] = { 4, TD, SEN(fgetxattr), "fgetxattr" }, 245[230] = { 3, TF, SEN(listxattr), "listxattr" }, 246[231] = { 3, TF, SEN(listxattr), "llistxattr" }, 247[232] = { 3, TD, SEN(flistxattr), "flistxattr" }, 248[233] = { 2, TF, SEN(removexattr), "removexattr" }, 249[234] = { 2, TF, SEN(removexattr), "lremovexattr" }, 250[235] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, 251[236] = { 0, 0, SEN(gettid), "gettid" }, 252[237] = { 2, TS, SEN(kill), "tkill" }, 253[238] = { 6, 0, SEN(futex), "futex" }, 254[239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, 255[240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, 256[241] = { 3, TS, SEN(tgkill), "tgkill" }, 257[242] = { }, 258[243] = { 2, 0, SEN(io_setup), "io_setup" }, 259[244] = { 1, 0, SEN(io_destroy), "io_destroy" }, 260[245] = { 5, 0, SEN(io_getevents), "io_getevents" }, 261[246] = { 3, 0, SEN(io_submit), "io_submit" }, 262[247] = { 3, 0, SEN(io_cancel), "io_cancel" }, 263[248] = { 1, TP|SE, SEN(exit), "exit_group" }, 264[249] = { 1, TD, SEN(epoll_create), "epoll_create" }, 265[250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" }, 266[251] = { 4, TD, SEN(epoll_wait), "epoll_wait" }, 267[252] = { 1, 0, SEN(set_tid_address), "set_tid_address" }, 268[253] = { 4, TD, SEN(fadvise64), "fadvise64" }, 269[254] = { 3, 0, SEN(timer_create), "timer_create" }, 270[255] = { 4, 0, SEN(timer_settime), "timer_settime" }, 271[256] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, 272[257] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" }, 273[258] = { 1, 0, SEN(timer_delete), "timer_delete" }, 274[259] = { 2, 0, SEN(clock_settime), "clock_settime" }, 275[260] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, 276[261] = { 2, 0, SEN(clock_getres), "clock_getres" }, 277[262] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, 278[263] = { 5, 0, SEN(vserver), "vserver" }, 279[264] = { }, 280[265] = { 3, TF, SEN(statfs64), "statfs64" }, 281[266] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, 282[267] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" }, 283[268] = { 6, TM, SEN(mbind), "mbind" }, 284[269] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, 285[270] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" }, 286[271] = { 4, 0, SEN(mq_open), "mq_open" }, 287[272] = { 1, 0, SEN(mq_unlink), "mq_unlink" }, 288[273] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" }, 289[274] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" }, 290[275] = { 2, 0, SEN(mq_notify), "mq_notify" }, 291[276] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" }, 292[277] = { 4, 0, SEN(kexec_load), "kexec_load" }, 293[278] = { 5, 0, SEN(add_key), "add_key" }, 294[279] = { 4, 0, SEN(request_key), "request_key" }, 295[280] = { 5, 0, SEN(keyctl), "keyctl" }, 296[281] = { 5, TP, SEN(waitid), "waitid" }, 297[282] = { 3, 0, SEN(ioprio_set), "ioprio_set" }, 298[283] = { 2, 0, SEN(ioprio_get), "ioprio_get" }, 299[284] = { 0, TD, SEN(inotify_init), "inotify_init" }, 300[285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" }, 301[286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" }, 302[287] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, 303[288] = { 4, TD|TF, SEN(openat), "openat" }, 304[289] = { 3, TD|TF, SEN(mkdirat), "mkdirat" }, 305[290] = { 4, TD|TF, SEN(mknodat), "mknodat" }, 306[291] = { 5, TD|TF, SEN(fchownat), "fchownat" }, 307[292] = { 3, TD|TF, SEN(futimesat), "futimesat" }, 308[293] = { 4, TD|TF, SEN(newfstatat), "newfstatat" }, 309[294] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, 310[295] = { 4, TD|TF, SEN(renameat), "renameat" }, 311[296] = { 5, TD|TF, SEN(linkat), "linkat" }, 312[297] = { 3, TD|TF, SEN(symlinkat), "symlinkat" }, 313[298] = { 4, TD|TF, SEN(readlinkat), "readlinkat" }, 314[299] = { 3, TD|TF, SEN(fchmodat), "fchmodat" }, 315[300] = { 3, TD|TF, SEN(faccessat), "faccessat" }, 316[301] = { 6, TD, SEN(pselect6), "pselect6" }, 317[302] = { 5, TD, SEN(ppoll), "ppoll" }, 318[303] = { 1, TP, SEN(unshare), "unshare" }, 319[304] = { 2, 0, SEN(set_robust_list), "set_robust_list" }, 320[305] = { 3, 0, SEN(get_robust_list), "get_robust_list" }, 321[306] = { 6, TD, SEN(splice), "splice" }, 322[307] = { 4, TD, SEN(sync_file_range), "sync_file_range" }, 323[308] = { 4, TD, SEN(tee), "tee" }, 324[309] = { 4, TD, SEN(vmsplice), "vmsplice" }, 325[310] = { 6, TM, SEN(move_pages), "move_pages" }, 326[311] = { 3, 0, SEN(getcpu), "getcpu" }, 327[312] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, 328[313] = { 2, TF, SEN(utimes), "utimes" }, 329[314] = { 4, TD, SEN(fallocate), "fallocate" }, 330[315] = { 4, TD|TF, SEN(utimensat), "utimensat" }, 331[316] = { 3, TD|TS, SEN(signalfd), "signalfd" }, 332[317] = { 4, TD, SEN(timerfd), "timerfd" }, 333[318] = { 1, TD, SEN(eventfd), "eventfd" }, 334[319] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, 335[320] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" }, 336[321] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" }, 337[322] = { 4, TD|TS, SEN(signalfd4), "signalfd4" }, 338[323] = { 2, TD, SEN(eventfd2), "eventfd2" }, 339[324] = { 1, TD, SEN(inotify_init1), "inotify_init1" }, 340[325] = { 2, TD, SEN(pipe2), "pipe2" }, 341[326] = { 3, TD, SEN(dup3), "dup3" }, 342[327] = { 1, TD, SEN(epoll_create1), "epoll_create1" }, 343[328] = { 4, TD, SEN(preadv), "preadv" }, 344[329] = { 4, TD, SEN(pwritev), "pwritev" }, 345[330] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" }, 346[331] = { 5, TD, SEN(perf_event_open), "perf_event_open" }, 347[332] = { 2, TD, SEN(fanotify_init), "fanotify_init" }, 348[333] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" }, 349[334] = { 4, 0, SEN(prlimit64), "prlimit64" }, 350[335] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" }, 351[336] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" }, 352[337] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" }, 353[338] = { 1, TD, SEN(syncfs), "syncfs" }, 354[339] = { 2, TD, SEN(setns), "setns" }, 355[340] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" }, 356[341] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" }, 357[342] = { 2, 0, SEN(printargs), "s390_runtime_instr" }, 358[343] = { 5, 0, SEN(kcmp), "kcmp" }, 359[344] = { 3, TD, SEN(finit_module), "finit_module" }, 360[345] = { 3, 0, SEN(sched_setattr), "sched_setattr" }, 361[346] = { 4, 0, SEN(sched_getattr), "sched_getattr" }, 362[347] = { 5, TD|TF, SEN(renameat2), "renameat2" }, 363[348] = { 3, 0, SEN(seccomp), "seccomp", }, 364[349] = { 3, 0, SEN(getrandom), "getrandom", }, 365[350] = { 2, TD, SEN(memfd_create), "memfd_create", }, 366[351] = { 3, TD, SEN(bpf), "bpf", }, 367[352] = { 3, 0, SEN(printargs), "s390_pci_mmio_write", }, 368[353] = { 3, 0, SEN(printargs), "s390_pci_mmio_read", }, 369[354] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", }, 370[355 ... 399] = { }, 371 372#define SYS_socket_subcall 400 373#include "subcall.h" 374