Wichert Akkerman | 57f229d | 2000-02-03 22:01:30 +0000 | [diff] [blame] | 1 | /* |
Wichert Akkerman | 7b3346b | 2001-10-09 23:47:38 +0000 | [diff] [blame] | 2 | * Copyright (c) 1999, 2001 Hewlett-Packard Co |
| 3 | * David Mosberger-Tang <davidm@hpl.hp.com> |
Wichert Akkerman | 57f229d | 2000-02-03 22:01:30 +0000 | [diff] [blame] | 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. |
Wichert Akkerman | 57f229d | 2000-02-03 22:01:30 +0000 | [diff] [blame] | 27 | */ |
Wichert Akkerman | 57f229d | 2000-02-03 22:01:30 +0000 | [diff] [blame] | 28 | |
Wichert Akkerman | 7b3346b | 2001-10-09 23:47:38 +0000 | [diff] [blame] | 29 | /* |
| 30 | * IA-32 syscalls that have pointer arguments which are incompatible |
| 31 | * with 64-bit layout get redirected to printargs. |
| 32 | */ |
Dmitry V. Levin | cdd2f84 | 2015-12-09 02:07:44 +0000 | [diff] [blame] | 33 | #undef SYS_FUNC_NAME |
| 34 | #define SYS_FUNC_NAME(syscall_name) printargs |
Denys Vlasenko | 4bfb198 | 2013-02-20 12:38:14 +0100 | [diff] [blame] | 35 | #include "../i386/syscallent.h" |
Dmitry V. Levin | cdd2f84 | 2015-12-09 02:07:44 +0000 | [diff] [blame] | 36 | #undef SYS_FUNC_NAME |
Szabolcs Nagy | 34683e3 | 2015-12-15 18:32:17 +0000 | [diff] [blame] | 37 | #define SYS_FUNC_NAME(syscall_name) MPERS_FUNC_NAME(syscall_name) |
Wichert Akkerman | 7b3346b | 2001-10-09 23:47:38 +0000 | [diff] [blame] | 38 | |
Andreas Schwab | 0873f29 | 2010-02-12 21:39:12 +0100 | [diff] [blame] | 39 | /* You must be careful to check ../i386/syscallent.h so that this table |
Roland McGrath | eddfb9e | 2002-12-18 04:36:53 +0000 | [diff] [blame] | 40 | starts where that one leaves off. |
| 41 | */ |
Dmitry V. Levin | f8d75c5 | 2015-02-26 22:03:19 +0000 | [diff] [blame] | 42 | [(SYS_ipc_subcall + SYS_ipc_nsubcalls) ... 1023] = { }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 43 | [1024] = { 0, 0, SEN(printargs), "ni_syscall" }, |
| 44 | [1025] = { 1, TP|SE, SEN(exit), "exit" }, |
| 45 | [1026] = { 3, TD, SEN(read), "read" }, |
| 46 | [1027] = { 3, TD, SEN(write), "write" }, |
| 47 | [1028] = { 3, TD|TF, SEN(open), "open" }, |
| 48 | [1029] = { 1, TD, SEN(close), "close" }, |
| 49 | [1030] = { 2, TD|TF, SEN(creat), "creat" }, |
| 50 | [1031] = { 2, TF, SEN(link), "link" }, |
| 51 | [1032] = { 1, TF, SEN(unlink), "unlink" }, |
| 52 | [1033] = { 3, TF|TP|SE|SI, SEN(execve), "execve" }, |
| 53 | [1034] = { 1, TF, SEN(chdir), "chdir" }, |
| 54 | [1035] = { 1, TD, SEN(fchdir), "fchdir" }, |
| 55 | [1036] = { 2, TF, SEN(utimes), "utimes" }, |
| 56 | [1037] = { 3, TF, SEN(mknod), "mknod" }, |
| 57 | [1038] = { 2, TF, SEN(chmod), "chmod" }, |
| 58 | [1039] = { 3, TF, SEN(chown), "chown" }, |
| 59 | [1040] = { 3, TD, SEN(lseek), "lseek" }, |
| 60 | [1041] = { 0, 0, SEN(getpid), "getpid" }, |
| 61 | [1042] = { 0, 0, SEN(getppid), "getppid" }, |
| 62 | [1043] = { 5, TF, SEN(mount), "mount" }, |
| 63 | [1044] = { 2, TF, SEN(umount2), "umount" }, |
| 64 | [1045] = { 1, 0, SEN(setuid), "setuid" }, |
| 65 | [1046] = { 0, NF, SEN(getuid), "getuid" }, |
| 66 | [1047] = { 0, NF, SEN(geteuid), "geteuid" }, |
| 67 | [1048] = { 4, 0, SEN(ptrace), "ptrace" }, |
| 68 | [1049] = { 2, TF, SEN(access), "access" }, |
| 69 | [1050] = { 0, 0, SEN(sync), "sync" }, |
| 70 | [1051] = { 1, TD, SEN(fsync), "fsync" }, |
| 71 | [1052] = { 1, TD, SEN(fdatasync), "fdatasync" }, |
| 72 | [1053] = { 2, TS, SEN(kill), "kill" }, |
| 73 | [1054] = { 2, TF, SEN(rename), "rename" }, |
| 74 | [1055] = { 2, TF, SEN(mkdir), "mkdir" }, |
| 75 | [1056] = { 1, TF, SEN(rmdir), "rmdir" }, |
| 76 | [1057] = { 1, TD, SEN(dup), "dup" }, |
| 77 | [1058] = { 1, TD, SEN(pipe), "pipe" }, |
| 78 | [1059] = { 1, 0, SEN(times), "times" }, |
| 79 | [1060] = { 1, TM|SI, SEN(brk), "brk" }, |
| 80 | [1061] = { 1, 0, SEN(setgid), "setgid" }, |
| 81 | [1062] = { 0, NF, SEN(getgid), "getgid" }, |
| 82 | [1063] = { 0, NF, SEN(getegid), "getegid" }, |
| 83 | [1064] = { 1, TF, SEN(acct), "acct" }, |
| 84 | [1065] = { 3, TD, SEN(ioctl), "ioctl" }, |
| 85 | [1066] = { 3, TD, SEN(fcntl), "fcntl" }, |
Dmitry V. Levin | dd039b7 | 2015-12-28 00:44:47 +0000 | [diff] [blame^] | 86 | [1067] = { 1, NF, SEN(umask), "umask" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 87 | [1068] = { 1, TF, SEN(chroot), "chroot" }, |
| 88 | [1069] = { 2, 0, SEN(ustat), "ustat" }, |
| 89 | [1070] = { 2, TD, SEN(dup2), "dup2" }, |
| 90 | [1071] = { 2, 0, SEN(setreuid), "setreuid" }, |
| 91 | [1072] = { 2, 0, SEN(setregid), "setregid" }, |
| 92 | [1073] = { 3, 0, SEN(getresuid), "getresuid" }, |
| 93 | [1074] = { 3, 0, SEN(setresuid), "setresuid" }, |
| 94 | [1075] = { 3, 0, SEN(getresgid), "getresgid" }, |
| 95 | [1076] = { 3, 0, SEN(setresgid), "setresgid" }, |
| 96 | [1077] = { 2, 0, SEN(getgroups), "getgroups" }, |
| 97 | [1078] = { 2, 0, SEN(setgroups), "setgroups" }, |
| 98 | [1079] = { 1, 0, SEN(getpgid), "getpgid" }, |
| 99 | [1080] = { 2, 0, SEN(setpgid), "setpgid" }, |
| 100 | [1081] = { 0, 0, SEN(setsid), "setsid" }, |
| 101 | [1082] = { 1, 0, SEN(getsid), "getsid" }, |
| 102 | [1083] = { 2, 0, SEN(sethostname), "sethostname" }, |
| 103 | [1084] = { 2, 0, SEN(setrlimit), "setrlimit" }, |
| 104 | [1085] = { 2, 0, SEN(getrlimit), "getrlimit" }, |
| 105 | [1086] = { 2, 0, SEN(getrusage), "getrusage" }, |
| 106 | [1087] = { 2, 0, SEN(gettimeofday), "gettimeofday" }, |
| 107 | [1088] = { 2, 0, SEN(settimeofday), "settimeofday" }, |
| 108 | [1089] = { 5, TD, SEN(select), "select" }, |
| 109 | [1090] = { 3, TD, SEN(poll), "poll" }, |
| 110 | [1091] = { 2, TF, SEN(symlink), "symlink" }, |
| 111 | [1092] = { 3, TF, SEN(readlink), "readlink" }, |
| 112 | [1093] = { 1, TF, SEN(uselib), "uselib" }, |
| 113 | [1094] = { 2, TF, SEN(swapon), "swapon" }, |
| 114 | [1095] = { 1, TF, SEN(swapoff), "swapoff" }, |
| 115 | [1096] = { 4, 0, SEN(reboot), "reboot" }, |
| 116 | [1097] = { 2, TF, SEN(truncate), "truncate" }, |
| 117 | [1098] = { 2, TD, SEN(ftruncate), "ftruncate" }, |
| 118 | [1099] = { 2, TD, SEN(fchmod), "fchmod" }, |
| 119 | [1100] = { 3, TD, SEN(fchown), "fchown" }, |
| 120 | [1101] = { 2, 0, SEN(getpriority), "getpriority" }, |
| 121 | [1102] = { 3, 0, SEN(setpriority), "setpriority" }, |
| 122 | [1103] = { 2, TF, SEN(statfs), "statfs" }, |
| 123 | [1104] = { 2, TD, SEN(fstatfs), "fstatfs" }, |
| 124 | [1105] = { 3, 0, SEN(gettid), "gettid" }, |
| 125 | [1106] = { 3, TI, SEN(semget), "semget" }, |
Dmitry V. Levin | 82841f7 | 2015-07-21 16:04:23 +0000 | [diff] [blame] | 126 | [1107] = { 3, TI, SEN(semop), "semop" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 127 | [1108] = { 4, TI, SEN(semctl), "semctl" }, |
| 128 | [1109] = { 2, TI, SEN(msgget), "msgget" }, |
| 129 | [1110] = { 4, TI, SEN(msgsnd), "msgsnd" }, |
| 130 | [1111] = { 5, TI, SEN(msgrcv), "msgrcv" }, |
| 131 | [1112] = { 3, TI, SEN(msgctl), "msgctl" }, |
| 132 | [1113] = { 3, TI, SEN(shmget), "shmget" }, |
| 133 | [1114] = { 3, TI|TM|SI, SEN(shmat), "shmat" }, |
| 134 | [1115] = { 1, TI|TM|SI, SEN(shmdt), "shmdt" }, |
| 135 | [1116] = { 3, TI, SEN(shmctl), "shmctl" }, |
| 136 | [1117] = { 3, 0, SEN(syslog), "syslog" }, |
| 137 | [1118] = { 3, 0, SEN(setitimer), "setitimer" }, |
| 138 | [1119] = { 2, 0, SEN(getitimer), "getitimer" }, |
| 139 | [1120] = { 2, TF, SEN(stat), "stat" }, |
| 140 | [1121] = { 2, TF, SEN(lstat), "lstat" }, |
| 141 | [1122] = { 2, TD, SEN(fstat), "fstat" }, |
| 142 | [1123] = { 0, 0, SEN(vhangup), "vhangup" }, |
| 143 | [1124] = { 3, TF, SEN(chown), "lchown" }, |
Dmitry V. Levin | f04eedd | 2015-12-08 03:42:16 +0000 | [diff] [blame] | 144 | [1125] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 145 | [1126] = { 4, TP, SEN(wait4), "wait4" }, |
| 146 | [1127] = { 1, 0, SEN(sysinfo), "sysinfo" }, |
| 147 | [1128] = { 5, TP, SEN(clone), "clone" }, |
| 148 | [1129] = { 2, 0, SEN(setdomainname), "setdomainname" }, |
| 149 | [1130] = { 1, 0, SEN(uname), "uname" }, |
| 150 | [1131] = { 1, 0, SEN(adjtimex), "adjtimex" }, |
| 151 | [1132] = { 2, 0, SEN(create_module), "create_module" }, |
| 152 | [1133] = { 4, 0, SEN(init_module), "init_module" }, |
| 153 | [1134] = { 2, 0, SEN(delete_module), "delete_module" }, |
| 154 | [1135] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" }, |
| 155 | [1136] = { 5, 0, SEN(query_module), "query_module" }, |
| 156 | [1137] = { 4, TF, SEN(quotactl), "quotactl" }, |
Dmitry V. Levin | a318cc0 | 2015-11-24 02:17:48 +0000 | [diff] [blame] | 157 | [1138] = { 2, 0, SEN(bdflush), "bdflush" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 158 | [1139] = { 3, 0, SEN(sysfs), "sysfs" }, |
Dmitry V. Levin | ffb6c55 | 2015-12-25 00:34:07 +0000 | [diff] [blame] | 159 | [1140] = { 1, NF, SEN(personality), "personality" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 160 | [1141] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, |
| 161 | [1142] = { 1, NF, SEN(setfsuid), "setfsuid" }, |
| 162 | [1143] = { 1, NF, SEN(setfsgid), "setfsgid" }, |
| 163 | [1144] = { 3, TD, SEN(getdents), "getdents" }, |
| 164 | [1145] = { 2, TD, SEN(flock), "flock" }, |
| 165 | [1146] = { 5, TD, SEN(readv), "readv" }, |
| 166 | [1147] = { 5, TD, SEN(writev), "writev" }, |
Dmitry V. Levin | 5090dde | 2015-12-08 16:52:06 +0000 | [diff] [blame] | 167 | [1148] = { 4, TD, SEN(pread), "pread64" }, |
| 168 | [1149] = { 4, TD, SEN(pwrite), "pwrite64" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 169 | [1150] = { 1, 0, SEN(printargs), "_sysctl" }, |
| 170 | [1151] = { 6, TD|TM|SI, SEN(mmap), "mmap" }, |
| 171 | [1152] = { 2, TM|SI, SEN(munmap), "munmap" }, |
| 172 | [1153] = { 2, TM, SEN(mlock), "mlock" }, |
| 173 | [1154] = { 1, TM, SEN(mlockall), "mlockall" }, |
| 174 | [1155] = { 3, TM|SI, SEN(mprotect), "mprotect" }, |
| 175 | [1156] = { 5, TM|SI, SEN(mremap), "mremap" }, |
| 176 | [1157] = { 3, TM, SEN(msync), "msync" }, |
| 177 | [1158] = { 2, TM, SEN(munlock), "munlock" }, |
| 178 | [1159] = { 0, TM, SEN(munlockall), "munlockall" }, |
| 179 | [1160] = { 2, 0, SEN(sched_getparam), "sched_getparam" }, |
| 180 | [1161] = { 2, 0, SEN(sched_setparam), "sched_setparam" }, |
| 181 | [1162] = { 2, 0, SEN(sched_getscheduler), "sched_getscheduler" }, |
| 182 | [1163] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" }, |
| 183 | [1164] = { 0, 0, SEN(sched_yield), "sched_yield" }, |
| 184 | [1165] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"}, |
| 185 | [1166] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"}, |
| 186 | [1167] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" }, |
| 187 | [1168] = { 2, 0, SEN(nanosleep), "nanosleep" }, |
| 188 | [1169] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, |
| 189 | [1170] = { 5, 0, SEN(prctl), "prctl" }, |
Dmitry V. Levin | d00eb1f | 2015-07-21 16:29:26 +0000 | [diff] [blame] | 190 | [1171] = { 0, 0, SEN(getpagesize), "getpagesize" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 191 | [1172] = { 6, TD|TM|SI, SEN(mmap_pgoff), "mmap2" }, |
| 192 | [1173] = { 5, 0, SEN(printargs), "pciconfig_read" }, |
| 193 | [1174] = { 5, 0, SEN(printargs), "pciconfig_write" }, |
| 194 | [1175] = { MA, 0, SEN(printargs), "perfmonctl" }, |
| 195 | [1176] = { 2, TS, SEN(sigaltstack), "sigaltstack" }, |
| 196 | [1177] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" }, |
| 197 | [1178] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" }, |
| 198 | [1179] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" }, |
| 199 | [1180] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, |
| 200 | [1181] = { 0, TS, SEN(sigreturn), "rt_sigreturn" }, |
| 201 | [1182] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, |
| 202 | [1183] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, |
| 203 | [1184] = { 2, TF, SEN(getcwd), "getcwd" }, |
| 204 | [1185] = { 2, 0, SEN(capget), "capget" }, |
| 205 | [1186] = { 2, 0, SEN(capset), "capset" }, |
| 206 | [1187] = { 4, TD|TN, SEN(sendfile), "sendfile" }, |
Dmitry V. Levin | 329288b | 2015-11-24 02:45:11 +0000 | [diff] [blame] | 207 | [1188] = { 5, TN, SEN(getpmsg), "getpmsg" }, |
| 208 | [1189] = { 5, TN, SEN(putpmsg), "putpmsg" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 209 | [1190] = { 3, TN, SEN(socket), "socket" }, |
| 210 | [1191] = { 3, TN, SEN(bind), "bind" }, |
| 211 | [1192] = { 3, TN, SEN(connect), "connect" }, |
| 212 | [1193] = { 2, TN, SEN(listen), "listen" }, |
| 213 | [1194] = { 3, TN, SEN(accept), "accept" }, |
| 214 | [1195] = { 3, TN, SEN(getsockname), "getsockname" }, |
| 215 | [1196] = { 3, TN, SEN(getpeername), "getpeername" }, |
| 216 | [1197] = { 4, TN, SEN(socketpair), "socketpair" }, |
| 217 | [1198] = { 4, TN, SEN(send), "send" }, |
| 218 | [1199] = { 6, TN, SEN(sendto), "sendto" }, |
| 219 | [1200] = { 4, TN, SEN(recv), "recv" }, |
| 220 | [1201] = { 6, TN, SEN(recvfrom), "recvfrom" }, |
| 221 | [1202] = { 2, TN, SEN(shutdown), "shutdown" }, |
| 222 | [1203] = { 5, TN, SEN(setsockopt), "setsockopt" }, |
| 223 | [1204] = { 5, TN, SEN(getsockopt), "getsockopt" }, |
| 224 | [1205] = { 3, TN, SEN(sendmsg), "sendmsg" }, |
| 225 | [1206] = { 3, TN, SEN(recvmsg), "recvmsg" }, |
| 226 | [1207] = { 2, TF, SEN(pivotroot), "pivot_root" }, |
| 227 | [1208] = { 3, TM, SEN(mincore), "mincore" }, |
| 228 | [1209] = { 3, TM, SEN(madvise), "madvise" }, |
| 229 | [1210] = { 2, TF, SEN(stat), "stat" }, |
| 230 | [1211] = { 2, TF, SEN(lstat), "lstat" }, |
| 231 | [1212] = { 2, TD, SEN(fstat), "fstat" }, |
| 232 | [1213] = { 6, TP, SEN(clone), "clone2" }, |
| 233 | [1214] = { 3, TD, SEN(getdents64), "getdents64" }, |
| 234 | [1215] = { 2, 0, SEN(printargs), "getunwind" }, |
| 235 | [1216] = { 3, TD, SEN(readahead), "readahead" }, |
| 236 | [1217] = { 5, TF, SEN(setxattr), "setxattr" }, |
| 237 | [1218] = { 5, TF, SEN(setxattr), "lsetxattr" }, |
| 238 | [1219] = { 5, TD, SEN(fsetxattr), "fsetxattr" }, |
| 239 | [1220] = { 4, TF, SEN(getxattr), "getxattr" }, |
| 240 | [1221] = { 4, TF, SEN(getxattr), "lgetxattr" }, |
| 241 | [1222] = { 4, TD, SEN(fgetxattr), "fgetxattr" }, |
| 242 | [1223] = { 3, TF, SEN(listxattr), "listxattr" }, |
| 243 | [1224] = { 3, TF, SEN(listxattr), "llistxattr" }, |
| 244 | [1225] = { 3, TD, SEN(flistxattr), "flistxattr" }, |
| 245 | [1226] = { 2, TF, SEN(removexattr), "removexattr" }, |
| 246 | [1227] = { 2, TF, SEN(removexattr), "lremovexattr" }, |
| 247 | [1228] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, |
| 248 | [1229] = { 2, TS, SEN(kill), "tkill" }, |
| 249 | [1230] = { 6, 0, SEN(futex), "futex" }, |
| 250 | [1231] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, |
| 251 | [1232] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, |
| 252 | [1233] = { 1, 0, SEN(set_tid_address), "set_tid_address" }, |
| 253 | [1234] = { 4, TD, SEN(fadvise64), "fadvise64" }, |
| 254 | [1235] = { 3, TS, SEN(tgkill), "tgkill" }, |
| 255 | [1236] = { 1, TP|SE, SEN(exit), "exit_group" }, |
| 256 | [1237] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" }, |
| 257 | [1238] = { 2, 0, SEN(io_setup), "io_setup" }, |
| 258 | [1239] = { 1, 0, SEN(io_destroy), "io_destroy" }, |
| 259 | [1240] = { 5, 0, SEN(io_getevents), "io_getevents" }, |
| 260 | [1241] = { 3, 0, SEN(io_submit), "io_submit" }, |
| 261 | [1242] = { 3, 0, SEN(io_cancel), "io_cancel" }, |
| 262 | [1243] = { 1, TD, SEN(epoll_create), "epoll_create" }, |
| 263 | [1244] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" }, |
| 264 | [1245] = { 4, TD, SEN(epoll_wait), "epoll_wait" }, |
| 265 | [1246] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, |
| 266 | [1247] = { 4, TI, SEN(semtimedop), "semtimedop" }, |
| 267 | [1248] = { 3, 0, SEN(timer_create), "timer_create" }, |
| 268 | [1249] = { 4, 0, SEN(timer_settime), "timer_settime" }, |
| 269 | [1250] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, |
| 270 | [1251] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" }, |
| 271 | [1252] = { 1, 0, SEN(timer_delete), "timer_delete" }, |
| 272 | [1253] = { 2, 0, SEN(clock_settime), "clock_settime" }, |
| 273 | [1254] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, |
| 274 | [1255] = { 2, 0, SEN(clock_getres), "clock_getres" }, |
| 275 | [1256] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, |
| 276 | [1257] = { MA, 0, SEN(printargs), "fstatfs64" }, |
| 277 | [1258] = { MA, 0, SEN(printargs), "statfs64" }, |
| 278 | [1259] = { 6, TM, SEN(mbind), "mbind" }, |
| 279 | [1260] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, |
| 280 | [1261] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" }, |
| 281 | [1262] = { 4, 0, SEN(mq_open), "mq_open" }, |
| 282 | [1263] = { 1, 0, SEN(mq_unlink), "mq_unlink" }, |
| 283 | [1264] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" }, |
| 284 | [1265] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" }, |
| 285 | [1266] = { 2, 0, SEN(mq_notify), "mq_notify" }, |
| 286 | [1267] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" }, |
| 287 | [1268] = { 4, 0, SEN(kexec_load), "kexec_load" }, |
| 288 | [1269] = { 5, 0, SEN(vserver), "vserver" }, |
| 289 | [1270] = { 5, TP, SEN(waitid), "waitid" }, |
| 290 | [1271] = { 5, 0, SEN(add_key), "add_key" }, |
| 291 | [1272] = { 4, 0, SEN(request_key), "request_key" }, |
| 292 | [1273] = { 5, 0, SEN(keyctl), "keyctl" }, |
| 293 | [1274] = { 3, 0, SEN(ioprio_set), "ioprio_set" }, |
| 294 | [1275] = { 2, 0, SEN(ioprio_get), "ioprio_get" }, |
| 295 | [1276] = { 6, TM, SEN(move_pages), "move_pages" }, |
| 296 | [1277] = { 0, TD, SEN(inotify_init), "inotify_init" }, |
| 297 | [1278] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" }, |
| 298 | [1279] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" }, |
| 299 | [1280] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, |
| 300 | [1281] = { 4, TD|TF, SEN(openat), "openat" }, |
| 301 | [1282] = { 3, TD|TF, SEN(mkdirat), "mkdirat" }, |
| 302 | [1283] = { 4, TD|TF, SEN(mknodat), "mknodat" }, |
| 303 | [1284] = { 5, TD|TF, SEN(fchownat), "fchownat" }, |
| 304 | [1285] = { 3, TD|TF, SEN(futimesat), "futimesat" }, |
| 305 | [1286] = { 4, TD|TF, SEN(newfstatat), "newfstatat" }, |
| 306 | [1287] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, |
| 307 | [1288] = { 4, TD|TF, SEN(renameat), "renameat" }, |
| 308 | [1289] = { 5, TD|TF, SEN(linkat), "linkat" }, |
| 309 | [1290] = { 3, TD|TF, SEN(symlinkat), "symlinkat" }, |
| 310 | [1291] = { 4, TD|TF, SEN(readlinkat), "readlinkat" }, |
| 311 | [1292] = { 3, TD|TF, SEN(fchmodat), "fchmodat" }, |
| 312 | [1293] = { 3, TD|TF, SEN(faccessat), "faccessat" }, |
| 313 | [1294] = { 6, TD, SEN(pselect6), "pselect6" }, |
| 314 | [1295] = { 5, TD, SEN(ppoll), "ppoll" }, |
| 315 | [1296] = { 1, TP, SEN(unshare), "unshare" }, |
Dmitry V. Levin | 9f1eb12 | 2015-08-19 13:31:42 +0000 | [diff] [blame] | 316 | [1297] = { 6, TD, SEN(splice), "splice" }, |
| 317 | [1298] = { 2, 0, SEN(set_robust_list), "set_robust_list" }, |
| 318 | [1299] = { 3, 0, SEN(get_robust_list), "get_robust_list" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 319 | [1300] = { 4, TD, SEN(sync_file_range), "sync_file_range" }, |
| 320 | [1301] = { 4, TD, SEN(tee), "tee" }, |
| 321 | [1302] = { 4, TD, SEN(vmsplice), "vmsplice" }, |
| 322 | [1303] = { 4, TD, SEN(fallocate), "fallocate" }, |
| 323 | [1304] = { 3, 0, SEN(getcpu), "getcpu" }, |
| 324 | [1305] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, |
Dmitry V. Levin | fdd0fce | 2015-07-15 23:03:15 +0000 | [diff] [blame] | 325 | [1306] = { 4, TD|TF, SEN(utimensat), "utimensat" }, |
Elvira Khabirova | 140ecf8 | 2015-07-10 22:24:48 +0300 | [diff] [blame] | 326 | [1307] = { 3, TD|TS, SEN(signalfd), "signalfd" }, |
| 327 | [1308] = { 4, TD, SEN(timerfd), "timerfd" }, |
| 328 | [1309] = { 1, TD, SEN(eventfd), "eventfd" }, |
| 329 | [1310] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, |
| 330 | [1311] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" }, |
| 331 | [1312] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" }, |
| 332 | [1313] = { 4, TD|TS, SEN(signalfd4), "signalfd4" }, |
| 333 | [1314] = { 2, TD, SEN(eventfd2), "eventfd2" }, |
| 334 | [1315] = { 1, TD, SEN(epoll_create1), "epoll_create1" }, |
| 335 | [1316] = { 3, TD, SEN(dup3), "dup3" }, |
| 336 | [1317] = { 2, TD, SEN(pipe2), "pipe2" }, |
| 337 | [1318] = { 1, TD, SEN(inotify_init1), "inotify_init1" }, |
| 338 | [1319] = { 4, TD, SEN(preadv), "preadv" }, |
| 339 | [1320] = { 4, TD, SEN(pwritev), "pwritev" }, |
| 340 | [1321] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" }, |
| 341 | [1322] = { 5, TN, SEN(recvmmsg), "recvmmsg" }, |
| 342 | [1323] = { 2, TD, SEN(fanotify_init), "fanotify_init" }, |
| 343 | [1324] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" }, |
| 344 | [1325] = { 4, 0, SEN(prlimit64), "prlimit64" }, |
| 345 | [1326] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" }, |
| 346 | [1327] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" }, |
| 347 | [1328] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" }, |
| 348 | [1329] = { 1, TD, SEN(syncfs), "syncfs" }, |
| 349 | [1330] = { 2, TD, SEN(setns), "setns" }, |
| 350 | [1331] = { 4, TN, SEN(sendmmsg), "sendmmsg" }, |
| 351 | [1332] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" }, |
| 352 | [1333] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" }, |
| 353 | [1334] = { 4, TN, SEN(accept4), "accept4" }, |
| 354 | [1335] = { 3, TD, SEN(finit_module), "finit_module" }, |
| 355 | [1336] = { 3, 0, SEN(sched_setattr), "sched_setattr" }, |
| 356 | [1337] = { 4, 0, SEN(sched_getattr), "sched_getattr" }, |
| 357 | [1338] = { 5, TD|TF, SEN(renameat2), "renameat2" }, |
| 358 | [1339] = { 3, 0, SEN(getrandom), "getrandom", }, |
| 359 | [1340] = { 2, TD, SEN(memfd_create), "memfd_create", }, |
| 360 | [1341] = { 3, TD, SEN(bpf), "bpf", }, |
| 361 | [1342] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", }, |
Dmitry V. Levin | 401d4bd | 2015-11-15 02:37:51 +0000 | [diff] [blame] | 362 | [1343] = { 1, TD, SEN(userfaultfd), "userfaultfd", }, |
| 363 | [1344] = { 2, 0, SEN(membarrier), "membarrier", }, |
Dmitry V. Levin | 1fc01fd | 2015-11-15 16:57:15 +0000 | [diff] [blame] | 364 | [1345] = { 5, 0, SEN(kcmp), "kcmp" }, |
Dmitry V. Levin | 23828a5 | 2015-12-18 20:55:40 +0000 | [diff] [blame] | 365 | [1346] = { 3, TM, SEN(mlock2), "mlock2" }, |