blob: 9b84c4835a713526059e630ab3be579f924b2d03 [file] [log] [blame]
Dmitry V. Levin34c445b2013-05-07 02:46:46 +00001#if defined LINUX_MIPSO32
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +00002/* For an O32 strace, decode the o32 syscalls. */
Elvira Khabirova140ecf82015-07-10 22:24:48 +03003[4000] = { MA, 0, SEN(syscall), "syscall" }, /* start of Linux o32 */
4[4001] = { 1, TP|SE, SEN(exit), "exit" },
5[4002] = { 0, TP, SEN(fork), "fork" },
6[4003] = { 3, TD, SEN(read), "read" },
7[4004] = { 3, TD, SEN(write), "write" },
8[4005] = { 3, TD|TF, SEN(open), "open" },
9[4006] = { 1, TD, SEN(close), "close" },
10[4007] = { 3, TP, SEN(waitpid), "waitpid" },
11[4008] = { 2, TD|TF, SEN(creat), "creat" },
12[4009] = { 2, TF, SEN(link), "link" },
13[4010] = { 1, TF, SEN(unlink), "unlink" },
14[4011] = { 3, TF|TP|SE|SI, SEN(execve), "execve" },
15[4012] = { 1, TF, SEN(chdir), "chdir" },
16[4013] = { 1, 0, SEN(time), "time" },
17[4014] = { 3, TF, SEN(mknod), "mknod" },
18[4015] = { 2, TF, SEN(chmod), "chmod" },
19[4016] = { 3, TF, SEN(chown), "lchown" },
20[4017] = { 0, TM, SEN(break), "break" },
Elliott Hughes39bac052017-05-25 16:56:11 -070021[4018] = { 2, TF|TST|TSTA, SEN(oldstat), "oldstat" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030022[4019] = { 3, TD, SEN(lseek), "lseek" },
Dmitry V. Levinaef5e142015-12-29 01:06:39 +000023[4020] = { 0, NF, SEN(getpid), "getpid" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030024[4021] = { 5, TF, SEN(mount), "mount" },
25[4022] = { 1, TF, SEN(umount), "umount" },
26[4023] = { 1, 0, SEN(setuid), "setuid" },
27[4024] = { 0, NF, SEN(getuid), "getuid" },
28[4025] = { 1, 0, SEN(stime), "stime" },
29[4026] = { 4, 0, SEN(ptrace), "ptrace" },
30[4027] = { 1, 0, SEN(alarm), "alarm" },
Elliott Hughes39bac052017-05-25 16:56:11 -070031[4028] = { 2, TD|TFST|TSTA, SEN(oldfstat), "oldfstat" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030032[4029] = { 0, TS, SEN(pause), "pause" },
33[4030] = { 2, TF, SEN(utime), "utime" },
34[4031] = { 0, 0, SEN(stty), "stty" },
35[4032] = { 0, 0, SEN(gtty), "gtty" },
36[4033] = { 2, TF, SEN(access), "access" },
37[4034] = { 1, 0, SEN(nice), "nice" },
38[4035] = { 1, 0, SEN(ftime), "ftime" },
39[4036] = { 0, 0, SEN(sync), "sync" },
40[4037] = { 2, TS, SEN(kill), "kill" },
41[4038] = { 2, TF, SEN(rename), "rename" },
42[4039] = { 2, TF, SEN(mkdir), "mkdir" },
43[4040] = { 1, TF, SEN(rmdir), "rmdir" },
44[4041] = { 1, TD, SEN(dup), "dup" },
Dmitry V. Levina1e82282016-02-12 19:44:29 +000045[4042] = { 0, TD, SEN(pipe), "pipe" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030046[4043] = { 1, 0, SEN(times), "times" },
47[4044] = { 0, 0, SEN(prof), "prof" },
48[4045] = { 1, TM|SI, SEN(brk), "brk" },
49[4046] = { 1, 0, SEN(setgid), "setgid" },
50[4047] = { 0, NF, SEN(getgid), "getgid" },
Dmitry V. Levin4ab20402016-02-12 19:50:38 +000051[4048] = { 2, TS, SEN(signal), "signal" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030052[4049] = { 0, NF, SEN(geteuid), "geteuid" },
53[4050] = { 0, NF, SEN(getegid), "getegid" },
54[4051] = { 1, TF, SEN(acct), "acct" },
55[4052] = { 2, TF, SEN(umount2), "umount2" },
56[4053] = { 0, 0, SEN(lock), "lock" },
57[4054] = { 3, TD, SEN(ioctl), "ioctl" },
58[4055] = { 3, TD, SEN(fcntl), "fcntl" },
59[4056] = { 0, 0, SEN(mpx), "mpx" },
60[4057] = { 2, 0, SEN(setpgid), "setpgid" },
61[4058] = { 0, 0, SEN(ulimit), "ulimit" },
62[4059] = { 1, 0, SEN(oldolduname), "oldolduname" },
Dmitry V. Levindd039b72015-12-28 00:44:47 +000063[4060] = { 1, NF, SEN(umask), "umask" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030064[4061] = { 1, TF, SEN(chroot), "chroot" },
Elliott Hughes39bac052017-05-25 16:56:11 -070065[4062] = { 2, TSFA, SEN(ustat), "ustat" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030066[4063] = { 2, TD, SEN(dup2), "dup2" },
Dmitry V. Levinaef5e142015-12-29 01:06:39 +000067[4064] = { 0, NF, SEN(getppid), "getppid" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030068[4065] = { 0, 0, SEN(getpgrp), "getpgrp" },
69[4066] = { 0, 0, SEN(setsid), "setsid" },
70[4067] = { 3, TS, SEN(sigaction), "sigaction" },
Elliott Hughes39bac052017-05-25 16:56:11 -070071[4068] = { 0, TS, SEN(sgetmask), "sgetmask" },
72[4069] = { 1, TS, SEN(ssetmask), "ssetmask" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030073[4070] = { 2, 0, SEN(setreuid), "setreuid" },
74[4071] = { 2, 0, SEN(setregid), "setregid" },
Elliott Hughes39bac052017-05-25 16:56:11 -070075[4072] = { 1, TS, SEN(sigsuspend), "sigsuspend" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030076[4073] = { 1, TS, SEN(sigpending), "sigpending" },
77[4074] = { 2, 0, SEN(sethostname), "sethostname" },
78[4075] = { 2, 0, SEN(setrlimit), "setrlimit" },
79[4076] = { 2, 0, SEN(getrlimit), "getrlimit" },
80[4077] = { 2, 0, SEN(getrusage), "getrusage" },
81[4078] = { 2, 0, SEN(gettimeofday), "gettimeofday" },
82[4079] = { 2, 0, SEN(settimeofday), "settimeofday" },
83[4080] = { 2, 0, SEN(getgroups), "getgroups" },
84[4081] = { 2, 0, SEN(setgroups), "setgroups" },
85[4082] = { 0, 0, SEN(printargs), "reserved82" },
86[4083] = { 2, TF, SEN(symlink), "symlink" },
Elliott Hughes39bac052017-05-25 16:56:11 -070087[4084] = { 2, TF|TLST|TSTA, SEN(oldlstat), "oldlstat" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030088[4085] = { 3, TF, SEN(readlink), "readlink" },
89[4086] = { 1, TF, SEN(uselib), "uselib" },
90[4087] = { 2, TF, SEN(swapon), "swapon" },
91[4088] = { 4, 0, SEN(reboot), "reboot" },
92[4089] = { 3, TD, SEN(readdir), "readdir" },
93[4090] = { 6, TD|TM|SI, SEN(mmap), "mmap" },
94[4091] = { 2, TM|SI, SEN(munmap), "munmap" },
95[4092] = { 2, TF, SEN(truncate), "truncate" },
96[4093] = { 2, TD, SEN(ftruncate), "ftruncate" },
97[4094] = { 2, TD, SEN(fchmod), "fchmod" },
98[4095] = { 3, TD, SEN(fchown), "fchown" },
99[4096] = { 2, 0, SEN(getpriority), "getpriority" },
100[4097] = { 3, 0, SEN(setpriority), "setpriority" },
101[4098] = { 0, 0, SEN(profil), "profil" },
Elliott Hughes39bac052017-05-25 16:56:11 -0700102[4099] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" },
103[4100] = { 2, TD|TFSF|TSFA, SEN(fstatfs), "fstatfs" },
Dmitry V. Levin4ab20402016-02-12 19:50:38 +0000104[4101] = { 3, 0, SEN(ioperm), "ioperm" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300105[4102] = { 2, TD, SEN(socketcall), "socketcall" },
106[4103] = { 3, 0, SEN(syslog), "syslog" },
107[4104] = { 3, 0, SEN(setitimer), "setitimer" },
108[4105] = { 2, 0, SEN(getitimer), "getitimer" },
Elliott Hughes39bac052017-05-25 16:56:11 -0700109[4106] = { 2, TF|TST|TSTA, SEN(stat), "stat" },
110[4107] = { 2, TF|TLST|TSTA, SEN(lstat), "lstat" },
111[4108] = { 2, TD|TFST|TSTA, SEN(fstat), "fstat" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300112[4109] = { 1, 0, SEN(olduname), "olduname" },
Dmitry V. Levinef2007e2016-04-20 00:46:50 +0000113[4110] = { 1, 0, SEN(iopl), "iopl" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300114[4111] = { 0, 0, SEN(vhangup), "vhangup" },
115[4112] = { 0, 0, SEN(idle), "idle" },
116[4113] = { 5, 0, SEN(vm86old), "vm86" },
117[4114] = { 4, TP, SEN(wait4), "wait4" },
118[4115] = { 1, TF, SEN(swapoff), "swapoff" },
119[4116] = { 1, 0, SEN(sysinfo), "sysinfo" },
120[4117] = { 6, TI, SEN(ipc), "ipc" },
121[4118] = { 1, TD, SEN(fsync), "fsync" },
122[4119] = { 0, TS, SEN(sigreturn), "sigreturn" },
123[4120] = { 5, TP, SEN(clone), "clone" },
124[4121] = { 2, 0, SEN(setdomainname), "setdomainname" },
125[4122] = { 1, 0, SEN(uname), "uname" },
126[4123] = { 0, 0, SEN(modify_ldt), "modify_ldt" },
127[4124] = { 1, 0, SEN(adjtimex), "adjtimex" },
128[4125] = { 3, TM|SI, SEN(mprotect), "mprotect" },
129[4126] = { 3, TS, SEN(sigprocmask), "sigprocmask" },
130[4127] = { 2, 0, SEN(create_module), "create_module" },
131[4128] = { 3, 0, SEN(init_module), "init_module" },
132[4129] = { 2, 0, SEN(delete_module), "delete_module" },
133[4130] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" },
134[4131] = { 4, TF, SEN(quotactl), "quotactl" },
135[4132] = { 1, 0, SEN(getpgid), "getpgid" },
136[4133] = { 1, TD, SEN(fchdir), "fchdir" },
137[4134] = { 2, 0, SEN(bdflush), "bdflush" },
138[4135] = { 3, 0, SEN(sysfs), "sysfs" },
Dmitry V. Levinffb6c552015-12-25 00:34:07 +0000139[4136] = { 1, NF, SEN(personality), "personality" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300140[4137] = { 0, 0, SEN(afs_syscall), "afs_syscall" },
141[4138] = { 1, NF, SEN(setfsuid), "setfsuid" },
142[4139] = { 1, NF, SEN(setfsgid), "setfsgid" },
143[4140] = { 5, TD, SEN(llseek), "_llseek" },
144[4141] = { 3, TD, SEN(getdents), "getdents" },
Dmitry V. Levin69b73072015-12-08 17:38:12 +0000145[4142] = { 5, TD, SEN(select), "_newselect" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300146[4143] = { 2, TD, SEN(flock), "flock" },
147[4144] = { 3, TM, SEN(msync), "msync" },
148[4145] = { 3, TD, SEN(readv), "readv" },
149[4146] = { 3, TD, SEN(writev), "writev" },
150[4147] = { 3, 0, SEN(printargs), "cacheflush" },
151[4148] = { 3, 0, SEN(printargs), "cachectl" },
152[4149] = { 4, 0, SEN(sysmips), "sysmips" },
153[4150] = { 0, 0, SEN(setup), "setup" },
154[4151] = { 1, 0, SEN(getsid), "getsid" },
155[4152] = { 1, TD, SEN(fdatasync), "fdatasync" },
156[4153] = { 1, 0, SEN(sysctl), "_sysctl" },
157[4154] = { 2, TM, SEN(mlock), "mlock" },
158[4155] = { 2, TM, SEN(munlock), "munlock" },
159[4156] = { 1, TM, SEN(mlockall), "mlockall" },
160[4157] = { 0, TM, SEN(munlockall), "munlockall" },
161[4158] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
162[4159] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
163[4160] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" },
164[4161] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" },
165[4162] = { 0, 0, SEN(sched_yield), "sched_yield" },
166[4163] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"},
167[4164] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
168[4165] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
169[4166] = { 2, 0, SEN(nanosleep), "nanosleep" },
170[4167] = { 5, TM|SI, SEN(mremap), "mremap" },
171[4168] = { 3, TN, SEN(accept), "accept" },
172[4169] = { 3, TN, SEN(bind), "bind" },
173[4170] = { 3, TN, SEN(connect), "connect" },
174[4171] = { 3, TN, SEN(getpeername), "getpeername" },
175[4172] = { 3, TN, SEN(getsockname), "getsockname" },
176[4173] = { 5, TN, SEN(getsockopt), "getsockopt" },
177[4174] = { 2, TN, SEN(listen), "listen" },
178[4175] = { 4, TN, SEN(recv), "recv" },
179[4176] = { 6, TN, SEN(recvfrom), "recvfrom" },
180[4177] = { 3, TN, SEN(recvmsg), "recvmsg" },
181[4178] = { 4, TN, SEN(send), "send" },
182[4179] = { 3, TN, SEN(sendmsg), "sendmsg" },
183[4180] = { 6, TN, SEN(sendto), "sendto" },
184[4181] = { 5, TN, SEN(setsockopt), "setsockopt" },
185[4182] = { 2, TN, SEN(shutdown), "shutdown" },
186[4183] = { 3, TN, SEN(socket), "socket" },
187[4184] = { 4, TN, SEN(socketpair), "socketpair" },
188[4185] = { 3, 0, SEN(setresuid), "setresuid" },
189[4186] = { 3, 0, SEN(getresuid), "getresuid" },
190[4187] = { 5, 0, SEN(query_module), "query_module" },
191[4188] = { 3, TD, SEN(poll), "poll" },
192[4189] = { 3, 0, SEN(nfsservctl), "nfsservctl" },
193[4190] = { 3, 0, SEN(setresgid), "setresgid" },
194[4191] = { 3, 0, SEN(getresgid), "getresgid" },
195[4192] = { 5, 0, SEN(prctl), "prctl" },
196[4193] = { 0, TS, SEN(rt_sigreturn), "rt_sigreturn" },
197[4194] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
198[4195] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
199[4196] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
200[4197] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
201[4198] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
202[4199] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
203[4200] = { 6, TD, SEN(pread), "pread64" },
204[4201] = { 6, TD, SEN(pwrite), "pwrite64" },
205[4202] = { 3, TF, SEN(chown), "chown" },
206[4203] = { 2, TF, SEN(getcwd), "getcwd" },
207[4204] = { 2, 0, SEN(capget), "capget" },
208[4205] = { 2, 0, SEN(capset), "capset" },
209[4206] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
210[4207] = { 4, TD|TN, SEN(sendfile), "sendfile" },
Dmitry V. Levin329288b2015-11-24 02:45:11 +0000211[4208] = { 5, TN, SEN(getpmsg), "getpmsg" },
212[4209] = { 5, TN, SEN(putpmsg), "putpmsg" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300213[4210] = { 6, TD|TM|SI, SEN(mmap_4koff), "mmap2" },
214[4211] = { 4, TF, SEN(truncate64), "truncate64" },
215[4212] = { 4, TD, SEN(ftruncate64), "ftruncate64" },
Elliott Hughes39bac052017-05-25 16:56:11 -0700216[4213] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
217[4214] = { 2, TF|TLST|TSTA, SEN(lstat64), "lstat64" },
218[4215] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300219[4216] = { 2, TF, SEN(pivotroot), "pivot_root" },
220[4217] = { 3, TM, SEN(mincore), "mincore" },
221[4218] = { 3, TM, SEN(madvise), "madvise" },
222[4219] = { 3, TD, SEN(getdents64), "getdents64" },
Elvira Khabirova211d6ef2015-12-05 00:42:58 +0300223[4220] = { 3, TD, SEN(fcntl64), "fcntl64" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000224[4221] = { },
Dmitry V. Levinaef5e142015-12-29 01:06:39 +0000225[4222] = { 0, NF, SEN(gettid), "gettid" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300226[4223] = { 5, TD, SEN(readahead), "readahead" },
227[4224] = { 5, TF, SEN(setxattr), "setxattr" },
228[4225] = { 5, TF, SEN(setxattr), "lsetxattr" },
229[4226] = { 5, TD, SEN(fsetxattr), "fsetxattr" },
230[4227] = { 4, TF, SEN(getxattr), "getxattr" },
231[4228] = { 4, TF, SEN(getxattr), "lgetxattr" },
232[4229] = { 4, TD, SEN(fgetxattr), "fgetxattr" },
233[4230] = { 3, TF, SEN(listxattr), "listxattr" },
234[4231] = { 3, TF, SEN(listxattr), "llistxattr" },
235[4232] = { 3, TD, SEN(flistxattr), "flistxattr" },
236[4233] = { 2, TF, SEN(removexattr), "removexattr" },
237[4234] = { 2, TF, SEN(removexattr), "lremovexattr" },
238[4235] = { 2, TD, SEN(fremovexattr), "fremovexattr" },
239[4236] = { 2, TS, SEN(kill), "tkill" },
240[4237] = { 4, TD|TN, SEN(sendfile64), "sendfile64" },
241[4238] = { 6, 0, SEN(futex), "futex" },
242[4239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
243[4240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
Dmitry V. Levina92ba462016-09-09 02:38:32 +0000244[4241] = { 2, TM, SEN(io_setup), "io_setup" },
245[4242] = { 1, TM, SEN(io_destroy), "io_destroy" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300246[4243] = { 5, 0, SEN(io_getevents), "io_getevents" },
247[4244] = { 3, 0, SEN(io_submit), "io_submit" },
248[4245] = { 3, 0, SEN(io_cancel), "io_cancel" },
249[4246] = { 1, TP|SE, SEN(exit), "exit_group" },
250[4247] = { 4, 0, SEN(lookup_dcookie), "lookup_dcookie" },
251[4248] = { 1, TD, SEN(epoll_create), "epoll_create" },
252[4249] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
253[4250] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
254[4251] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
255[4252] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
256[4253] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
Dmitry V. Levine3a2fe02015-12-08 22:32:33 +0000257[4254] = { 7, TD, SEN(fadvise64_64), "fadvise64" },
Elliott Hughes39bac052017-05-25 16:56:11 -0700258[4255] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
259[4256] = { 3, TD|TFSF|TSFA, SEN(fstatfs64), "fstatfs64" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300260[4257] = { 3, 0, SEN(timer_create), "timer_create" },
261[4258] = { 4, 0, SEN(timer_settime), "timer_settime" },
262[4259] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
263[4260] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
264[4261] = { 1, 0, SEN(timer_delete), "timer_delete" },
265[4262] = { 2, 0, SEN(clock_settime), "clock_settime" },
266[4263] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
267[4264] = { 2, 0, SEN(clock_getres), "clock_getres" },
268[4265] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
269[4266] = { 3, TS, SEN(tgkill), "tgkill" },
270[4267] = { 2, TF, SEN(utimes), "utimes" },
271[4268] = { 6, TM, SEN(mbind), "mbind" },
272[4269] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },
273[4270] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" },
274[4271] = { 4, 0, SEN(mq_open), "mq_open" },
275[4272] = { 1, 0, SEN(mq_unlink), "mq_unlink" },
276[4273] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" },
277[4274] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" },
278[4275] = { 2, 0, SEN(mq_notify), "mq_notify" },
279[4276] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" },
280[4277] = { 5, 0, SEN(vserver), "vserver" },
281[4278] = { 5, TP, SEN(waitid), "waitid" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000282[4279] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300283[4280] = { 5, 0, SEN(add_key), "add_key" },
284[4281] = { 4, 0, SEN(request_key), "request_key" },
285[4282] = { 5, 0, SEN(keyctl), "keyctl" },
286[4283] = { 1, 0, SEN(set_thread_area), "set_thread_area" },
287[4284] = { 0, TD, SEN(inotify_init), "inotify_init" },
288[4285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
289[4286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
290[4287] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
291[4288] = { 4, TD|TF, SEN(openat), "openat" },
292[4289] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
293[4290] = { 4, TD|TF, SEN(mknodat), "mknodat" },
294[4291] = { 5, TD|TF, SEN(fchownat), "fchownat" },
295[4292] = { 3, TD|TF, SEN(futimesat), "futimesat" },
Elliott Hughes39bac052017-05-25 16:56:11 -0700296[4293] = { 4, TD|TF|TFST|TSTA,SEN(fstatat64), "fstatat64" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300297[4294] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
298[4295] = { 4, TD|TF, SEN(renameat), "renameat" },
299[4296] = { 5, TD|TF, SEN(linkat), "linkat" },
300[4297] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
301[4298] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
302[4299] = { 3, TD|TF, SEN(fchmodat), "fchmodat" },
303[4300] = { 3, TD|TF, SEN(faccessat), "faccessat" },
304[4301] = { 6, TD, SEN(pselect6), "pselect6" },
305[4302] = { 5, TD, SEN(ppoll), "ppoll" },
306[4303] = { 1, TP, SEN(unshare), "unshare" },
307[4304] = { 6, TD, SEN(splice), "splice" },
308[4305] = { 7, TD, SEN(sync_file_range), "sync_file_range" },
309[4306] = { 4, TD, SEN(tee), "tee" },
310[4307] = { 4, TD, SEN(vmsplice), "vmsplice" },
311[4308] = { 6, TM, SEN(move_pages), "move_pages" },
312[4309] = { 2, 0, SEN(set_robust_list), "set_robust_list" },
313[4310] = { 3, 0, SEN(get_robust_list), "get_robust_list" },
314[4311] = { 4, 0, SEN(kexec_load), "kexec_load" },
315[4312] = { 3, 0, SEN(getcpu), "getcpu" },
316[4313] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
317[4314] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
318[4315] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
Dmitry V. Levince93bbd2015-07-21 10:08:42 +0000319[4316] = { 4, TD|TF, SEN(utimensat), "utimensat" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300320[4317] = { 3, TD|TS, SEN(signalfd), "signalfd" },
321[4318] = { 4, TD, SEN(timerfd), "timerfd" },
322[4319] = { 1, TD, SEN(eventfd), "eventfd" },
323[4320] = { 6, TD, SEN(fallocate), "fallocate" },
324[4321] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
325[4322] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
326[4323] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
327[4324] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
328[4325] = { 2, TD, SEN(eventfd2), "eventfd2" },
329[4326] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
330[4327] = { 3, TD, SEN(dup3), "dup3" },
331[4328] = { 2, TD, SEN(pipe2), "pipe2" },
332[4329] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
333[4330] = { 5, TD, SEN(preadv), "preadv" },
334[4331] = { 5, TD, SEN(pwritev), "pwritev" },
335[4332] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
336[4333] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
337[4334] = { 4, TN, SEN(accept4), "accept4" },
338[4335] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
339[4336] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
340[4337] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
341[4338] = { 4, 0, SEN(prlimit64), "prlimit64" },
342[4339] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
343[4340] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
344[4341] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
345[4342] = { 1, TD, SEN(syncfs), "syncfs" },
346[4343] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
347[4344] = { 2, TD, SEN(setns), "setns" },
348[4345] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" },
349[4346] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" },
350[4347] = { 5, 0, SEN(kcmp), "kcmp" },
351[4348] = { 3, TD, SEN(finit_module), "finit_module" },
352[4349] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
353[4350] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
354[4351] = { 5, TD|TF, SEN(renameat2), "renameat2" },
Elliott Hughesd35df492017-02-15 15:19:05 -0800355[4352] = { 3, 0, SEN(seccomp), "seccomp" },
356[4353] = { 3, 0, SEN(getrandom), "getrandom" },
357[4354] = { 2, TD, SEN(memfd_create), "memfd_create" },
358[4355] = { 3, TD, SEN(bpf), "bpf" },
359[4356] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" },
360[4357] = { 1, TD, SEN(userfaultfd), "userfaultfd" },
361[4358] = { 2, 0, SEN(membarrier), "membarrier" },
Dmitry V. Levin401d4bd2015-11-15 02:37:51 +0000362[4359] = { 3, TM, SEN(mlock2), "mlock2" },
Dmitry V. Levin0cb245a2016-02-20 00:37:01 +0000363[4360] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
Dmitry V. Levina6dd0942016-05-11 00:42:10 +0000364[4361] = { 6, TD, SEN(preadv2), "preadv2" },
365[4362] = { 6, TD, SEN(pwritev2), "pwritev2" },
Elliott Hughesd35df492017-02-15 15:19:05 -0800366[4363] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" },
367[4364] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
368[4365] = { 1, 0, SEN(pkey_free), "pkey_free" },
Elliott Hughes39bac052017-05-25 16:56:11 -0700369[4366] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
Dmitry V. Levinb396bf62015-01-13 18:46:43 +0300370
371# define SYS_socket_subcall 4400
372# include "subcall.h"
373
Dmitry V. Levin34c445b2013-05-07 02:46:46 +0000374#else
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000375
Dmitry V. Levinb396bf62015-01-13 18:46:43 +0300376# include "syscallent-o32-stub.h"
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000377
Dmitry V. Levin34c445b2013-05-07 02:46:46 +0000378#endif