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