blob: 423df4aa0549822e1badcf25db8f8e1f8421ded9 [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. */
3[4000] = { MA, 0, printargs, "syscall" }, /* start of Linux o32 */
4[4001] = { 1, TP|SE, sys_exit, "exit" },
5[4002] = { 0, TP, sys_fork, "fork" },
6[4003] = { 3, TD, sys_read, "read" },
7[4004] = { 3, TD, sys_write, "write" },
8[4005] = { 3, TD|TF, sys_open, "open" },
9[4006] = { 1, TD, sys_close, "close" },
10[4007] = { 3, TP, sys_waitpid, "waitpid" },
11[4008] = { 2, TD|TF, sys_creat, "creat" },
12[4009] = { 2, TF, sys_link, "link" },
13[4010] = { 1, TF, sys_unlink, "unlink" },
14[4011] = { 3, TF|TP|SE|SI, sys_execve, "execve" },
15[4012] = { 1, TF, sys_chdir, "chdir" },
16[4013] = { 1, 0, sys_time, "time" },
17[4014] = { 3, TF, sys_mknod, "mknod" },
18[4015] = { 2, TF, sys_chmod, "chmod" },
19[4016] = { 3, TF, sys_chown, "lchown" },
20[4017] = { 0, TM, sys_break, "break" },
21[4018] = { 2, TF, sys_oldstat, "oldstat" },
22[4019] = { 3, TD, sys_lseek, "lseek" },
23[4020] = { 0, 0, sys_getpid, "getpid" },
24[4021] = { 5, TF, sys_mount, "mount" },
25[4022] = { 1, TF, sys_umount, "umount" },
26[4023] = { 1, 0, sys_setuid, "setuid" },
27[4024] = { 0, NF, sys_getuid, "getuid" },
28[4025] = { 1, 0, sys_stime, "stime" },
29[4026] = { 4, 0, sys_ptrace, "ptrace" },
30[4027] = { 1, 0, sys_alarm, "alarm" },
31[4028] = { 2, TD, sys_oldfstat, "oldfstat" },
32[4029] = { 0, TS, sys_pause, "pause" },
33[4030] = { 2, TF, sys_utime, "utime" },
34[4031] = { 0, 0, sys_stty, "stty" },
35[4032] = { 0, 0, sys_gtty, "gtty" },
36[4033] = { 2, TF, sys_access, "access" },
37[4034] = { 1, 0, sys_nice, "nice" },
38[4035] = { 1, 0, sys_ftime, "ftime" },
39[4036] = { 0, 0, sys_sync, "sync" },
40[4037] = { 2, TS, sys_kill, "kill" },
41[4038] = { 2, TF, sys_rename, "rename" },
42[4039] = { 2, TF, sys_mkdir, "mkdir" },
43[4040] = { 1, TF, sys_rmdir, "rmdir" },
44[4041] = { 1, TD, sys_dup, "dup" },
45[4042] = { 1, TD, sys_pipe, "pipe" },
46[4043] = { 1, 0, sys_times, "times" },
47[4044] = { 0, 0, sys_prof, "prof" },
48[4045] = { 1, TM|SI, sys_brk, "brk" },
49[4046] = { 1, 0, sys_setgid, "setgid" },
50[4047] = { 0, NF, sys_getgid, "getgid" },
51[4048] = { 1, TS, sys_signal, "signal" },
52[4049] = { 0, NF, sys_geteuid, "geteuid" },
53[4050] = { 0, NF, sys_getegid, "getegid" },
54[4051] = { 1, TF, sys_acct, "acct" },
55[4052] = { 2, TF, sys_umount2, "umount2" },
56[4053] = { 0, 0, sys_lock, "lock" },
57[4054] = { 3, TD, sys_ioctl, "ioctl" },
58[4055] = { 3, TD, sys_fcntl, "fcntl" },
59[4056] = { 0, 0, sys_mpx, "mpx" },
60[4057] = { 2, 0, sys_setpgid, "setpgid" },
61[4058] = { 0, 0, sys_ulimit, "ulimit" },
62[4059] = { 1, 0, sys_oldolduname, "oldolduname" },
63[4060] = { 1, 0, sys_umask, "umask" },
64[4061] = { 1, TF, sys_chroot, "chroot" },
65[4062] = { 2, 0, sys_ustat, "ustat" },
66[4063] = { 2, TD, sys_dup2, "dup2" },
67[4064] = { 0, 0, sys_getppid, "getppid" },
68[4065] = { 0, 0, sys_getpgrp, "getpgrp" },
69[4066] = { 0, 0, sys_setsid, "setsid" },
70[4067] = { 3, TS, sys_sigaction, "sigaction" },
71[4068] = { 0, TS, sys_siggetmask, "sgetmask" },
72[4069] = { 1, TS, sys_sigsetmask, "ssetmask" },
73[4070] = { 2, 0, sys_setreuid, "setreuid" },
74[4071] = { 2, 0, sys_setregid, "setregid" },
75[4072] = { 3, TS, sys_sigsuspend, "sigsuspend" },
76[4073] = { 1, TS, sys_sigpending, "sigpending" },
77[4074] = { 2, 0, sys_sethostname, "sethostname" },
78[4075] = { 2, 0, sys_setrlimit, "setrlimit" },
79[4076] = { 2, 0, sys_getrlimit, "getrlimit" },
80[4077] = { 2, 0, sys_getrusage, "getrusage" },
81[4078] = { 2, 0, sys_gettimeofday, "gettimeofday" },
82[4079] = { 2, 0, sys_settimeofday, "settimeofday" },
83[4080] = { 2, 0, sys_getgroups, "getgroups" },
84[4081] = { 2, 0, sys_setgroups, "setgroups" },
85[4082] = { 0, 0, printargs, "reserved82" },
86[4083] = { 2, TF, sys_symlink, "symlink" },
87[4084] = { 2, TF, sys_oldlstat, "oldlstat" },
88[4085] = { 3, TF, sys_readlink, "readlink" },
89[4086] = { 1, TF, sys_uselib, "uselib" },
90[4087] = { 2, TF, sys_swapon, "swapon" },
91[4088] = { 4, 0, sys_reboot, "reboot" },
92[4089] = { 3, TD, sys_readdir, "readdir" },
93[4090] = { 6, TD|TM|SI, sys_mmap, "mmap" },
94[4091] = { 2, TM|SI, sys_munmap, "munmap" },
95[4092] = { 2, TF, sys_truncate, "truncate" },
96[4093] = { 2, TD, sys_ftruncate, "ftruncate" },
97[4094] = { 2, TD, sys_fchmod, "fchmod" },
98[4095] = { 3, TD, sys_fchown, "fchown" },
99[4096] = { 2, 0, sys_getpriority, "getpriority" },
100[4097] = { 3, 0, sys_setpriority, "setpriority" },
101[4098] = { 0, 0, sys_profil, "profil" },
102[4099] = { 3, TF, sys_statfs, "statfs" },
103[4100] = { 3, TD, sys_fstatfs, "fstatfs" },
104[4101] = { 0, 0, sys_ioperm, "ioperm" },
105[4102] = { 2, TD, sys_socketcall, "socketcall" },
106[4103] = { 3, 0, sys_syslog, "syslog" },
107[4104] = { 3, 0, sys_setitimer, "setitimer" },
108[4105] = { 2, 0, sys_getitimer, "getitimer" },
109[4106] = { 2, TF, sys_stat, "stat" },
110[4107] = { 2, TF, sys_lstat, "lstat" },
111[4108] = { 2, TD, sys_fstat, "fstat" },
112[4109] = { 1, 0, sys_olduname, "olduname" },
113[4110] = { 0, 0, sys_iopl, "iopl" },
114[4111] = { 0, 0, sys_vhangup, "vhangup" },
115[4112] = { 0, 0, sys_idle, "idle" },
116[4113] = { 5, 0, sys_vm86old, "vm86" },
117[4114] = { 4, TP, sys_wait4, "wait4" },
118[4115] = { 1, TF, sys_swapoff, "swapoff" },
119[4116] = { 1, 0, sys_sysinfo, "sysinfo" },
120[4117] = { 6, TI, sys_ipc, "ipc" },
121[4118] = { 1, TD, sys_fsync, "fsync" },
122[4119] = { 0, TS, sys_sigreturn, "sigreturn" },
123[4120] = { 5, TP, sys_clone, "clone" },
124[4121] = { 2, 0, sys_setdomainname, "setdomainname" },
125[4122] = { 1, 0, sys_uname, "uname" },
126[4123] = { 0, 0, sys_modify_ldt, "modify_ldt" },
127[4124] = { 1, 0, sys_adjtimex, "adjtimex" },
128[4125] = { 3, TM|SI, sys_mprotect, "mprotect" },
129[4126] = { 3, TS, sys_sigprocmask, "sigprocmask" },
130[4127] = { 2, 0, sys_create_module, "create_module" },
131[4128] = { 3, 0, sys_init_module, "init_module" },
132[4129] = { 2, 0, sys_delete_module, "delete_module" },
133[4130] = { 1, 0, sys_get_kernel_syms, "get_kernel_syms" },
134[4131] = { 4, TF, sys_quotactl, "quotactl" },
135[4132] = { 1, 0, sys_getpgid, "getpgid" },
136[4133] = { 1, TD, sys_fchdir, "fchdir" },
137[4134] = { 2, 0, sys_bdflush, "bdflush" },
138[4135] = { 3, 0, sys_sysfs, "sysfs" },
139[4136] = { 1, 0, sys_personality, "personality" },
140[4137] = { 0, 0, sys_afs_syscall, "afs_syscall" },
141[4138] = { 1, NF, sys_setfsuid, "setfsuid" },
142[4139] = { 1, NF, sys_setfsgid, "setfsgid" },
143[4140] = { 5, TD, sys_llseek, "_llseek" },
144[4141] = { 3, TD, sys_getdents, "getdents" },
145[4142] = { 5, TD, sys_select, "_newselect" },
146[4143] = { 2, TD, sys_flock, "flock" },
147[4144] = { 3, TM, sys_msync, "msync" },
148[4145] = { 3, TD, sys_readv, "readv" },
149[4146] = { 3, TD, sys_writev, "writev" },
150[4147] = { 3, 0, printargs, "cacheflush" },
151[4148] = { 3, 0, printargs, "cachectl" },
152[4149] = { 4, 0, sys_sysmips, "sysmips" },
153[4150] = { 0, 0, sys_setup, "setup" },
154[4151] = { 1, 0, sys_getsid, "getsid" },
155[4152] = { 1, TD, sys_fdatasync, "fdatasync" },
156[4153] = { 1, 0, sys_sysctl, "_sysctl" },
157[4154] = { 2, TM, sys_mlock, "mlock" },
158[4155] = { 2, TM, sys_munlock, "munlock" },
159[4156] = { 1, TM, sys_mlockall, "mlockall" },
160[4157] = { 0, TM, sys_munlockall, "munlockall" },
161[4158] = { 2, 0, sys_sched_setparam, "sched_setparam" },
162[4159] = { 2, 0, sys_sched_getparam, "sched_getparam" },
163[4160] = { 3, 0, sys_sched_setscheduler, "sched_setscheduler" },
164[4161] = { 1, 0, sys_sched_getscheduler, "sched_getscheduler" },
165[4162] = { 0, 0, sys_sched_yield, "sched_yield" },
166[4163] = { 1, 0, sys_sched_get_priority_max, "sched_get_priority_max"},
167[4164] = { 1, 0, sys_sched_get_priority_min, "sched_get_priority_min"},
168[4165] = { 2, 0, sys_sched_rr_get_interval, "sched_rr_get_interval" },
169[4166] = { 2, 0, sys_nanosleep, "nanosleep" },
170[4167] = { 5, TM|SI, sys_mremap, "mremap" },
171[4168] = { 3, TN, sys_accept, "accept" },
172[4169] = { 3, TN, sys_bind, "bind" },
173[4170] = { 3, TN, sys_connect, "connect" },
174[4171] = { 3, TN, sys_getpeername, "getpeername" },
175[4172] = { 3, TN, sys_getsockname, "getsockname" },
176[4173] = { 5, TN, sys_getsockopt, "getsockopt" },
177[4174] = { 2, TN, sys_listen, "listen" },
178[4175] = { 4, TN, sys_recv, "recv" },
179[4176] = { 6, TN, sys_recvfrom, "recvfrom" },
180[4177] = { 3, TN, sys_recvmsg, "recvmsg" },
181[4178] = { 4, TN, sys_send, "send" },
182[4179] = { 3, TN, sys_sendmsg, "sendmsg" },
183[4180] = { 6, TN, sys_sendto, "sendto" },
184[4181] = { 5, TN, sys_setsockopt, "setsockopt" },
185[4182] = { 2, TN, sys_shutdown, "shutdown" },
186[4183] = { 3, TN, sys_socket, "socket" },
187[4184] = { 4, TN, sys_socketpair, "socketpair" },
188[4185] = { 3, 0, sys_setresuid, "setresuid" },
189[4186] = { 3, 0, sys_getresuid, "getresuid" },
190[4187] = { 5, 0, sys_query_module, "query_module" },
191[4188] = { 3, TD, sys_poll, "poll" },
192[4189] = { 3, 0, sys_nfsservctl, "nfsservctl" },
193[4190] = { 3, 0, sys_setresgid, "setresgid" },
194[4191] = { 3, 0, sys_getresgid, "getresgid" },
195[4192] = { 5, 0, sys_prctl, "prctl" },
196[4193] = { 0, TS, sys_rt_sigreturn, "rt_sigreturn" },
197[4194] = { 4, TS, sys_rt_sigaction, "rt_sigaction" },
198[4195] = { 4, TS, sys_rt_sigprocmask, "rt_sigprocmask" },
199[4196] = { 2, TS, sys_rt_sigpending, "rt_sigpending" },
200[4197] = { 4, TS, sys_rt_sigtimedwait, "rt_sigtimedwait" },
201[4198] = { 3, TS, sys_rt_sigqueueinfo, "rt_sigqueueinfo" },
202[4199] = { 2, TS, sys_rt_sigsuspend, "rt_sigsuspend" },
203[4200] = { 6, TD, sys_pread, "pread64" },
204[4201] = { 6, TD, sys_pwrite, "pwrite64" },
205[4202] = { 3, TF, sys_chown, "chown" },
206[4203] = { 2, TF, sys_getcwd, "getcwd" },
207[4204] = { 2, 0, sys_capget, "capget" },
208[4205] = { 2, 0, sys_capset, "capset" },
209[4206] = { 2, TS, sys_sigaltstack, "sigaltstack" },
210[4207] = { 4, TD|TN, sys_sendfile, "sendfile" },
211[4208] = { 5, TN, printargs, "getpmsg" },
212[4209] = { 5, TN, printargs, "putpmsg" },
213[4210] = { 6, TD|TM|SI, sys_mmap_4koff, "mmap2" },
214[4211] = { 4, TF, sys_truncate64, "truncate64" },
215[4212] = { 4, TD, sys_ftruncate64, "ftruncate64" },
216[4213] = { 2, TF, sys_stat64, "stat64" },
217[4214] = { 2, TF, sys_lstat64, "lstat64" },
218[4215] = { 2, TD, sys_fstat64, "fstat64" },
219[4216] = { 2, TF, sys_pivotroot, "pivot_root" },
220[4217] = { 3, TM, sys_mincore, "mincore" },
221[4218] = { 3, TM, sys_madvise, "madvise" },
222[4219] = { 3, TD, sys_getdents64, "getdents64" },
223[4220] = { 3, TD, sys_fcntl, "fcntl64" },
224[4221] = { },
225[4222] = { 0, 0, sys_gettid, "gettid" },
226[4223] = { 5, TD, sys_readahead, "readahead" },
227[4224] = { 5, TF, sys_setxattr, "setxattr" },
228[4225] = { 5, TF, sys_setxattr, "lsetxattr" },
229[4226] = { 5, TD, sys_fsetxattr, "fsetxattr" },
230[4227] = { 4, TF, sys_getxattr, "getxattr" },
231[4228] = { 4, TF, sys_getxattr, "lgetxattr" },
232[4229] = { 4, TD, sys_fgetxattr, "fgetxattr" },
233[4230] = { 3, TF, sys_listxattr, "listxattr" },
234[4231] = { 3, TF, sys_listxattr, "llistxattr" },
235[4232] = { 3, TD, sys_flistxattr, "flistxattr" },
236[4233] = { 2, TF, sys_removexattr, "removexattr" },
237[4234] = { 2, TF, sys_removexattr, "lremovexattr" },
238[4235] = { 2, TD, sys_fremovexattr, "fremovexattr" },
239[4236] = { 2, TS, sys_kill, "tkill" },
240[4237] = { 4, TD|TN, sys_sendfile64, "sendfile64" },
241[4238] = { 6, 0, sys_futex, "futex" },
242[4239] = { 3, 0, sys_sched_setaffinity, "sched_setaffinity" },
243[4240] = { 3, 0, sys_sched_getaffinity, "sched_getaffinity" },
244[4241] = { 2, 0, sys_io_setup, "io_setup" },
245[4242] = { 1, 0, sys_io_destroy, "io_destroy" },
246[4243] = { 5, 0, sys_io_getevents, "io_getevents" },
247[4244] = { 3, 0, sys_io_submit, "io_submit" },
248[4245] = { 3, 0, sys_io_cancel, "io_cancel" },
249[4246] = { 1, TP|SE, sys_exit, "exit_group" },
250[4247] = { 4, 0, sys_lookup_dcookie, "lookup_dcookie" },
251[4248] = { 1, TD, sys_epoll_create, "epoll_create" },
252[4249] = { 4, TD, sys_epoll_ctl, "epoll_ctl" },
253[4250] = { 4, TD, sys_epoll_wait, "epoll_wait" },
254[4251] = { 5, TM|SI, sys_remap_file_pages, "remap_file_pages" },
255[4252] = { 1, 0, sys_set_tid_address, "set_tid_address" },
256[4253] = { 0, 0, sys_restart_syscall, "restart_syscall" },
257[4254] = { 7, TD, sys_fadvise64_64, "fadvise64_64" },
258[4255] = { 3, TF, sys_statfs64, "statfs64" },
259[4256] = { 2, TD, sys_fstatfs64, "fstatfs64" },
260[4257] = { 3, 0, sys_timer_create, "timer_create" },
261[4258] = { 4, 0, sys_timer_settime, "timer_settime" },
262[4259] = { 2, 0, sys_timer_gettime, "timer_gettime" },
263[4260] = { 1, 0, sys_timer_getoverrun, "timer_getoverrun" },
264[4261] = { 1, 0, sys_timer_delete, "timer_delete" },
265[4262] = { 2, 0, sys_clock_settime, "clock_settime" },
266[4263] = { 2, 0, sys_clock_gettime, "clock_gettime" },
267[4264] = { 2, 0, sys_clock_getres, "clock_getres" },
268[4265] = { 4, 0, sys_clock_nanosleep, "clock_nanosleep" },
269[4266] = { 3, TS, sys_tgkill, "tgkill" },
270[4267] = { 2, TF, sys_utimes, "utimes" },
271[4268] = { 6, TM, sys_mbind, "mbind" },
272[4269] = { 5, TM, sys_get_mempolicy, "get_mempolicy" },
273[4270] = { 3, TM, sys_set_mempolicy, "set_mempolicy" },
274[4271] = { 4, 0, sys_mq_open, "mq_open" },
275[4272] = { 1, 0, sys_mq_unlink, "mq_unlink" },
276[4273] = { 5, 0, sys_mq_timedsend, "mq_timedsend" },
277[4274] = { 5, 0, sys_mq_timedreceive, "mq_timedreceive" },
278[4275] = { 2, 0, sys_mq_notify, "mq_notify" },
279[4276] = { 3, 0, sys_mq_getsetattr, "mq_getsetattr" },
280[4277] = { 5, 0, sys_vserver, "vserver" },
281[4278] = { 5, TP, sys_waitid, "waitid" },
282[4279] = { },
283[4280] = { 5, 0, sys_add_key, "add_key" },
284[4281] = { 4, 0, sys_request_key, "request_key" },
285[4282] = { 5, 0, sys_keyctl, "keyctl" },
286[4283] = { 1, 0, sys_set_thread_area, "set_thread_area" },
287[4284] = { 0, TD, sys_inotify_init, "inotify_init" },
288[4285] = { 3, TD, sys_inotify_add_watch, "inotify_add_watch" },
289[4286] = { 2, TD, sys_inotify_rm_watch, "inotify_rm_watch" },
290[4287] = { 4, TM, sys_migrate_pages, "migrate_pages" },
291[4288] = { 4, TD|TF, sys_openat, "openat" },
292[4289] = { 3, TD|TF, sys_mkdirat, "mkdirat" },
293[4290] = { 4, TD|TF, sys_mknodat, "mknodat" },
294[4291] = { 5, TD|TF, sys_fchownat, "fchownat" },
295[4292] = { 3, TD|TF, sys_futimesat, "futimesat" },
296[4293] = { 4, TD|TF, sys_newfstatat, "fstatat64" },
297[4294] = { 3, TD|TF, sys_unlinkat, "unlinkat" },
298[4295] = { 4, TD|TF, sys_renameat, "renameat" },
299[4296] = { 5, TD|TF, sys_linkat, "linkat" },
300[4297] = { 3, TD|TF, sys_symlinkat, "symlinkat" },
301[4298] = { 4, TD|TF, sys_readlinkat, "readlinkat" },
302[4299] = { 3, TD|TF, sys_fchmodat, "fchmodat" },
303[4300] = { 3, TD|TF, sys_faccessat, "faccessat" },
304[4301] = { 6, TD, sys_pselect6, "pselect6" },
305[4302] = { 5, TD, sys_ppoll, "ppoll" },
306[4303] = { 1, TP, sys_unshare, "unshare" },
307[4304] = { 6, TD, sys_splice, "splice" },
308[4305] = { 7, TD, sys_sync_file_range, "sync_file_range" },
309[4306] = { 4, TD, sys_tee, "tee" },
310[4307] = { 4, TD, sys_vmsplice, "vmsplice" },
311[4308] = { 6, TM, sys_move_pages, "move_pages" },
312[4309] = { 2, 0, sys_set_robust_list, "set_robust_list" },
313[4310] = { 3, 0, sys_get_robust_list, "get_robust_list" },
314[4311] = { 4, 0, sys_kexec_load, "kexec_load" },
315[4312] = { 3, 0, sys_getcpu, "getcpu" },
316[4313] = { 6, TD, sys_epoll_pwait, "epoll_pwait" },
317[4314] = { 3, 0, sys_ioprio_set, "ioprio_set" },
318[4315] = { 2, 0, sys_ioprio_get, "ioprio_get" },
319[4316] = { 4, 0, printargs, "utimensat" },
320[4317] = { 3, TD|TS, sys_signalfd, "signalfd" },
321[4318] = { 4, TD, sys_timerfd, "timerfd" },
322[4319] = { 1, TD, sys_eventfd, "eventfd" },
323[4320] = { 6, TD, sys_fallocate, "fallocate" },
324[4321] = { 2, TD, sys_timerfd_create, "timerfd_create" },
325[4322] = { 2, TD, sys_timerfd_gettime, "timerfd_gettime" },
326[4323] = { 4, TD, sys_timerfd_settime, "timerfd_settime" },
327[4324] = { 4, TD|TS, sys_signalfd4, "signalfd4" },
328[4325] = { 2, TD, sys_eventfd2, "eventfd2" },
329[4326] = { 1, TD, sys_epoll_create1, "epoll_create1" },
330[4327] = { 3, TD, sys_dup3, "dup3" },
331[4328] = { 2, TD, sys_pipe2, "pipe2" },
332[4329] = { 1, TD, sys_inotify_init1, "inotify_init1" },
333[4330] = { 5, TD, sys_preadv, "preadv" },
334[4331] = { 5, TD, sys_pwritev, "pwritev" },
335[4332] = { 4, TP|TS, sys_rt_tgsigqueueinfo, "rt_tgsigqueueinfo" },
336[4333] = { 5, TD, sys_perf_event_open, "perf_event_open" },
337[4334] = { 4, TN, sys_accept4, "accept4" },
338[4335] = { 5, TN, sys_recvmmsg, "recvmmsg" },
339[4336] = { 2, TD, sys_fanotify_init, "fanotify_init" },
340[4337] = { 6, TD|TF, sys_fanotify_mark, "fanotify_mark" },
341[4338] = { 4, 0, sys_prlimit64, "prlimit64" },
342[4339] = { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" },
343[4340] = { 3, TD, sys_open_by_handle_at, "open_by_handle_at" },
344[4341] = { 2, 0, sys_clock_adjtime, "clock_adjtime" },
345[4342] = { 1, TD, sys_syncfs, "syncfs" },
346[4343] = { 4, TN, sys_sendmmsg, "sendmmsg" },
347[4344] = { 2, TD, sys_setns, "setns" },
348[4345] = { 6, 0, sys_process_vm_readv, "process_vm_readv" },
349[4346] = { 6, 0, sys_process_vm_writev, "process_vm_writev" },
350[4347] = { 5, 0, sys_kcmp, "kcmp" },
351[4348] = { 3, TD, sys_finit_module, "finit_module" },
352[4349] = { 3, 0, sys_sched_setattr, "sched_setattr" },
353[4350] = { 4, 0, sys_sched_getattr, "sched_getattr" },
354[4351] = { 5, TD|TF, sys_renameat2, "renameat2" },
355
Dmitry V. Levin34c445b2013-05-07 02:46:46 +0000356#else
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000357
358[4000] = { MA, 0, printargs, "o32_syscall" },
359[4001] = { 1, TP|SE, printargs, "o32_exit" },
360[4002] = { 0, TP, printargs, "o32_fork" },
361[4003] = { 3, TD, printargs, "o32_read" },
362[4004] = { 3, TD, printargs, "o32_write" },
363[4005] = { 3, TD|TF, printargs, "o32_open" },
364[4006] = { 1, TD, printargs, "o32_close" },
365[4007] = { 3, TP, printargs, "o32_waitpid" },
366[4008] = { 2, TD|TF, printargs, "o32_creat" },
367[4009] = { 2, TF, printargs, "o32_link" },
368[4010] = { 1, TF, printargs, "o32_unlink" },
369[4011] = { 3, TF|TP|SE|SI, printargs, "o32_execve" },
370[4012] = { 1, TF, printargs, "o32_chdir" },
371[4013] = { 1, 0, printargs, "o32_time" },
372[4014] = { 3, TF, printargs, "o32_mknod" },
373[4015] = { 2, TF, printargs, "o32_chmod" },
374[4016] = { 3, TF, printargs, "o32_lchown" },
375[4017] = { 0, TM, printargs, "o32_break" },
376[4018] = { 2, TF, printargs, "o32_oldstat" },
377[4019] = { 3, TD, printargs, "o32_lseek" },
378[4020] = { 0, 0, printargs, "o32_getpid" },
379[4021] = { 5, TF, printargs, "o32_mount" },
380[4022] = { 1, TF, printargs, "o32_umount" },
381[4023] = { 1, 0, printargs, "o32_setuid" },
382[4024] = { 0, NF, printargs, "o32_getuid" },
383[4025] = { 1, 0, printargs, "o32_stime" },
384[4026] = { 4, 0, printargs, "o32_ptrace" },
385[4027] = { 1, 0, printargs, "o32_alarm" },
386[4028] = { 2, TD, printargs, "o32_oldfstat" },
387[4029] = { 0, TS, printargs, "o32_pause" },
388[4030] = { 2, TF, printargs, "o32_utime" },
389[4031] = { 0, 0, printargs, "o32_stty" },
390[4032] = { 0, 0, printargs, "o32_gtty" },
391[4033] = { 2, TF, printargs, "o32_access" },
392[4034] = { 1, 0, printargs, "o32_nice" },
393[4035] = { 1, 0, printargs, "o32_ftime" },
394[4036] = { 0, 0, printargs, "o32_sync" },
395[4037] = { 2, TS, printargs, "o32_kill" },
396[4038] = { 2, TF, printargs, "o32_rename" },
397[4039] = { 2, TF, printargs, "o32_mkdir" },
398[4040] = { 1, TF, printargs, "o32_rmdir" },
399[4041] = { 1, TD, printargs, "o32_dup" },
400[4042] = { 1, TD, printargs, "o32_pipe" },
401[4043] = { 1, 0, printargs, "o32_times" },
402[4044] = { 0, 0, printargs, "o32_prof" },
403[4045] = { 1, TM|SI, printargs, "o32_brk" },
404[4046] = { 1, 0, printargs, "o32_setgid" },
405[4047] = { 0, NF, printargs, "o32_getgid" },
406[4048] = { 1, TS, printargs, "o32_signal" },
407[4049] = { 0, NF, printargs, "o32_geteuid" },
408[4050] = { 0, NF, printargs, "o32_getegid" },
409[4051] = { 1, TF, printargs, "o32_acct" },
410[4052] = { 2, TF, printargs, "o32_umount2" },
411[4053] = { 0, 0, printargs, "o32_lock" },
412[4054] = { 3, TD, printargs, "o32_ioctl" },
413[4055] = { 3, TD, printargs, "o32_fcntl" },
414[4056] = { 0, 0, printargs, "o32_mpx" },
415[4057] = { 2, 0, printargs, "o32_setpgid" },
416[4058] = { 0, 0, printargs, "o32_ulimit" },
417[4059] = { 1, 0, printargs, "o32_oldolduname" },
418[4060] = { 1, 0, printargs, "o32_umask" },
419[4061] = { 1, TF, printargs, "o32_chroot" },
420[4062] = { 2, 0, printargs, "o32_ustat" },
421[4063] = { 2, TD, printargs, "o32_dup2" },
422[4064] = { 0, 0, printargs, "o32_getppid" },
423[4065] = { 0, 0, printargs, "o32_getpgrp" },
424[4066] = { 0, 0, printargs, "o32_setsid" },
425[4067] = { 3, TS, printargs, "o32_sigaction" },
426[4068] = { 0, TS, printargs, "o32_sgetmask" },
427[4069] = { 1, TS, printargs, "o32_ssetmask" },
428[4070] = { 2, 0, printargs, "o32_setreuid" },
429[4071] = { 2, 0, printargs, "o32_setregid" },
430[4072] = { 3, TS, printargs, "o32_sigsuspend" },
431[4073] = { 1, TS, printargs, "o32_sigpending" },
432[4074] = { 2, 0, printargs, "o32_sethostname" },
433[4075] = { 2, 0, printargs, "o32_setrlimit" },
434[4076] = { 2, 0, printargs, "o32_getrlimit" },
435[4077] = { 2, 0, printargs, "o32_getrusage" },
436[4078] = { 2, 0, printargs, "o32_gettimeofday" },
437[4079] = { 2, 0, printargs, "o32_settimeofday" },
438[4080] = { 2, 0, printargs, "o32_getgroups" },
439[4081] = { 2, 0, printargs, "o32_setgroups" },
440[4082] = { 0, 0, printargs, "o32_reserved82" },
441[4083] = { 2, TF, printargs, "o32_symlink" },
442[4084] = { 2, TF, printargs, "o32_oldlstat" },
443[4085] = { 3, TF, printargs, "o32_readlink" },
444[4086] = { 1, TF, printargs, "o32_uselib" },
445[4087] = { 2, TF, printargs, "o32_swapon" },
446[4088] = { 4, 0, printargs, "o32_reboot" },
447[4089] = { 3, TD, printargs, "o32_readdir" },
448[4090] = { 6, TD|TM|SI, printargs, "o32_mmap" },
449[4091] = { 2, TM|SI, printargs, "o32_munmap" },
450[4092] = { 2, TF, printargs, "o32_truncate" },
451[4093] = { 2, TD, printargs, "o32_ftruncate" },
452[4094] = { 2, TD, printargs, "o32_fchmod" },
453[4095] = { 3, TD, printargs, "o32_fchown" },
454[4096] = { 2, 0, printargs, "o32_getpriority" },
455[4097] = { 3, 0, printargs, "o32_setpriority" },
456[4098] = { 0, 0, printargs, "o32_profil" },
457[4099] = { 3, TF, printargs, "o32_statfs" },
458[4100] = { 3, TD, printargs, "o32_fstatfs" },
459[4101] = { 0, 0, printargs, "o32_ioperm" },
460[4102] = { 2, TD, printargs, "o32_socketcall" },
461[4103] = { 3, 0, printargs, "o32_syslog" },
462[4104] = { 3, 0, printargs, "o32_setitimer" },
463[4105] = { 2, 0, printargs, "o32_getitimer" },
464[4106] = { 2, TF, printargs, "o32_stat" },
465[4107] = { 2, TF, printargs, "o32_lstat" },
466[4108] = { 2, TD, printargs, "o32_fstat" },
467[4109] = { 1, 0, printargs, "o32_olduname" },
468[4110] = { 0, 0, printargs, "o32_iopl" },
469[4111] = { 0, 0, printargs, "o32_vhangup" },
470[4112] = { 0, 0, printargs, "o32_idle" },
471[4113] = { 5, 0, printargs, "o32_vm86" },
472[4114] = { 4, TP, printargs, "o32_wait4" },
473[4115] = { 1, TF, printargs, "o32_swapoff" },
474[4116] = { 1, 0, printargs, "o32_sysinfo" },
475[4117] = { 6, TI, printargs, "o32_ipc" },
476[4118] = { 1, TD, printargs, "o32_fsync" },
477[4119] = { 0, TS, printargs, "o32_sigreturn" },
478[4120] = { 5, TP, printargs, "o32_clone" },
479[4121] = { 2, 0, printargs, "o32_setdomainname" },
480[4122] = { 1, 0, printargs, "o32_uname" },
481[4123] = { 0, 0, printargs, "o32_modify_ldt" },
482[4124] = { 1, 0, printargs, "o32_adjtimex" },
483[4125] = { 3, TM|SI, printargs, "o32_mprotect" },
484[4126] = { 3, TS, printargs, "o32_sigprocmask" },
485[4127] = { 2, 0, printargs, "o32_create_module" },
486[4128] = { 3, 0, printargs, "o32_init_module" },
487[4129] = { 2, 0, printargs, "o32_delete_module" },
488[4130] = { 1, 0, printargs, "o32_get_kernel_syms" },
489[4131] = { 4, TF, printargs, "o32_quotactl" },
490[4132] = { 1, 0, printargs, "o32_getpgid" },
491[4133] = { 1, TD, printargs, "o32_fchdir" },
492[4134] = { 2, 0, printargs, "o32_bdflush" },
493[4135] = { 3, 0, printargs, "o32_sysfs" },
494[4136] = { 1, 0, printargs, "o32_personality" },
495[4137] = { 0, 0, printargs, "o32_afs_syscall" },
496[4138] = { 1, NF, printargs, "o32_setfsuid" },
497[4139] = { 1, NF, printargs, "o32_setfsgid" },
498[4140] = { 5, TD, printargs, "o32__llseek" },
499[4141] = { 3, TD, printargs, "o32_getdents" },
500[4142] = { 5, TD, printargs, "o32__newselect" },
501[4143] = { 2, TD, printargs, "o32_flock" },
502[4144] = { 3, TM, printargs, "o32_msync" },
503[4145] = { 3, TD, printargs, "o32_readv" },
504[4146] = { 3, TD, printargs, "o32_writev" },
505[4147] = { 3, 0, printargs, "o32_cacheflush" },
506[4148] = { 3, 0, printargs, "o32_cachectl" },
507[4149] = { 4, 0, printargs, "o32_sysmips" },
508[4150] = { 0, 0, printargs, "o32_setup" },
509[4151] = { 1, 0, printargs, "o32_getsid" },
510[4152] = { 1, TD, printargs, "o32_fdatasync" },
511[4153] = { 1, 0, printargs, "o32__sysctl" },
512[4154] = { 2, TM, printargs, "o32_mlock" },
513[4155] = { 2, TM, printargs, "o32_munlock" },
514[4156] = { 1, TM, printargs, "o32_mlockall" },
515[4157] = { 0, TM, printargs, "o32_munlockall" },
516[4158] = { 2, 0, printargs, "o32_sched_setparam" },
517[4159] = { 2, 0, printargs, "o32_sched_getparam" },
518[4160] = { 3, 0, printargs, "o32_sched_setscheduler" },
519[4161] = { 1, 0, printargs, "o32_sched_getscheduler" },
520[4162] = { 0, 0, printargs, "o32_sched_yield" },
521[4163] = { 1, 0, printargs, "o32_sched_get_priority_max" },
522[4164] = { 1, 0, printargs, "o32_sched_get_priority_min" },
523[4165] = { 2, 0, printargs, "o32_sched_rr_get_interval" },
524[4166] = { 2, 0, printargs, "o32_nanosleep" },
525[4167] = { 5, TM|SI, printargs, "o32_mremap" },
526[4168] = { 3, TN, printargs, "o32_accept" },
527[4169] = { 3, TN, printargs, "o32_bind" },
528[4170] = { 3, TN, printargs, "o32_connect" },
529[4171] = { 3, TN, printargs, "o32_getpeername" },
530[4172] = { 3, TN, printargs, "o32_getsockname" },
531[4173] = { 5, TN, printargs, "o32_getsockopt" },
532[4174] = { 2, TN, printargs, "o32_listen" },
533[4175] = { 4, TN, printargs, "o32_recv" },
534[4176] = { 6, TN, printargs, "o32_recvfrom" },
535[4177] = { 3, TN, printargs, "o32_recvmsg" },
536[4178] = { 4, TN, printargs, "o32_send" },
537[4179] = { 3, TN, printargs, "o32_sendmsg" },
538[4180] = { 6, TN, printargs, "o32_sendto" },
539[4181] = { 5, TN, printargs, "o32_setsockopt" },
540[4182] = { 2, TN, printargs, "o32_shutdown" },
541[4183] = { 3, TN, printargs, "o32_socket" },
542[4184] = { 4, TN, printargs, "o32_socketpair" },
543[4185] = { 3, 0, printargs, "o32_setresuid" },
544[4186] = { 3, 0, printargs, "o32_getresuid" },
545[4187] = { 5, 0, printargs, "o32_query_module" },
546[4188] = { 3, TD, printargs, "o32_poll" },
547[4189] = { 3, 0, printargs, "o32_nfsservctl" },
548[4190] = { 3, 0, printargs, "o32_setresgid" },
549[4191] = { 3, 0, printargs, "o32_getresgid" },
550[4192] = { 5, 0, printargs, "o32_prctl" },
551[4193] = { 0, TS, printargs, "o32_rt_sigreturn" },
552[4194] = { 4, TS, printargs, "o32_rt_sigaction" },
553[4195] = { 4, TS, printargs, "o32_rt_sigprocmask" },
554[4196] = { 2, TS, printargs, "o32_rt_sigpending" },
555[4197] = { 4, TS, printargs, "o32_rt_sigtimedwait" },
556[4198] = { 3, TS, printargs, "o32_rt_sigqueueinfo" },
557[4199] = { 2, TS, printargs, "o32_rt_sigsuspend" },
558[4200] = { 6, TD, printargs, "o32_pread64" },
559[4201] = { 6, TD, printargs, "o32_pwrite64" },
560[4202] = { 3, TF, printargs, "o32_chown" },
561[4203] = { 2, TF, printargs, "o32_getcwd" },
562[4204] = { 2, 0, printargs, "o32_capget" },
563[4205] = { 2, 0, printargs, "o32_capset" },
564[4206] = { 2, TS, printargs, "o32_sigaltstack" },
565[4207] = { 4, TD|TN, printargs, "o32_sendfile" },
566[4208] = { 5, TN, printargs, "o32_getpmsg" },
567[4209] = { 5, TN, printargs, "o32_putpmsg" },
568[4210] = { 6, TD|TM|SI, printargs, "o32_mmap2" },
569[4211] = { 4, TF, printargs, "o32_truncate64" },
570[4212] = { 4, TD, printargs, "o32_ftruncate64" },
571[4213] = { 2, TF, printargs, "o32_stat64" },
572[4214] = { 2, TF, printargs, "o32_lstat64" },
573[4215] = { 2, TD, printargs, "o32_fstat64" },
574[4216] = { 2, TF, printargs, "o32_pivot_root" },
575[4217] = { 3, TM, printargs, "o32_mincore" },
576[4218] = { 3, TM, printargs, "o32_madvise" },
577[4219] = { 3, TD, printargs, "o32_getdents64" },
578[4220] = { 3, TD, printargs, "o32_fcntl64" },
579[4221] = { },
580[4222] = { 0, 0, printargs, "o32_gettid" },
581[4223] = { 5, TD, printargs, "o32_readahead" },
582[4224] = { 5, TF, printargs, "o32_setxattr" },
583[4225] = { 5, TF, printargs, "o32_lsetxattr" },
584[4226] = { 5, TD, printargs, "o32_fsetxattr" },
585[4227] = { 4, TF, printargs, "o32_getxattr" },
586[4228] = { 4, TF, printargs, "o32_lgetxattr" },
587[4229] = { 4, TD, printargs, "o32_fgetxattr" },
588[4230] = { 3, TF, printargs, "o32_listxattr" },
589[4231] = { 3, TF, printargs, "o32_llistxattr" },
590[4232] = { 3, TD, printargs, "o32_flistxattr" },
591[4233] = { 2, TF, printargs, "o32_removexattr" },
592[4234] = { 2, TF, printargs, "o32_lremovexattr" },
593[4235] = { 2, TD, printargs, "o32_fremovexattr" },
594[4236] = { 2, TS, printargs, "o32_tkill" },
595[4237] = { 4, TD|TN, printargs, "o32_sendfile64" },
596[4238] = { 6, 0, printargs, "o32_futex" },
597[4239] = { 3, 0, printargs, "o32_sched_setaffinity" },
598[4240] = { 3, 0, printargs, "o32_sched_getaffinity" },
599[4241] = { 2, 0, printargs, "o32_io_setup" },
600[4242] = { 1, 0, printargs, "o32_io_destroy" },
601[4243] = { 5, 0, printargs, "o32_io_getevents" },
602[4244] = { 3, 0, printargs, "o32_io_submit" },
603[4245] = { 3, 0, printargs, "o32_io_cancel" },
604[4246] = { 1, TP|SE, printargs, "o32_exit_group" },
605[4247] = { 4, 0, printargs, "o32_lookup_dcookie" },
606[4248] = { 1, TD, printargs, "o32_epoll_create" },
607[4249] = { 4, TD, printargs, "o32_epoll_ctl" },
608[4250] = { 4, TD, printargs, "o32_epoll_wait" },
609[4251] = { 5, TM|SI, printargs, "o32_remap_file_pages" },
610[4252] = { 1, 0, printargs, "o32_set_tid_address" },
611[4253] = { 0, 0, printargs, "o32_restart_syscall" },
612[4254] = { 7, TD, printargs, "o32_fadvise64_64" },
613[4255] = { 3, TF, printargs, "o32_statfs64" },
614[4256] = { 2, TD, printargs, "o32_fstatfs64" },
615[4257] = { 3, 0, printargs, "o32_timer_create" },
616[4258] = { 4, 0, printargs, "o32_timer_settime" },
617[4259] = { 2, 0, printargs, "o32_timer_gettime" },
618[4260] = { 1, 0, printargs, "o32_timer_getoverrun" },
619[4261] = { 1, 0, printargs, "o32_timer_delete" },
620[4262] = { 2, 0, printargs, "o32_clock_settime" },
621[4263] = { 2, 0, printargs, "o32_clock_gettime" },
622[4264] = { 2, 0, printargs, "o32_clock_getres" },
623[4265] = { 4, 0, printargs, "o32_clock_nanosleep" },
624[4266] = { 3, TS, printargs, "o32_tgkill" },
625[4267] = { 2, TF, printargs, "o32_utimes" },
626[4268] = { 6, TM, printargs, "o32_mbind" },
627[4269] = { 5, TM, printargs, "o32_get_mempolicy" },
628[4270] = { 3, TM, printargs, "o32_set_mempolicy" },
629[4271] = { 4, 0, printargs, "o32_mq_open" },
630[4272] = { 1, 0, printargs, "o32_mq_unlink" },
631[4273] = { 5, 0, printargs, "o32_mq_timedsend" },
632[4274] = { 5, 0, printargs, "o32_mq_timedreceive" },
633[4275] = { 2, 0, printargs, "o32_mq_notify" },
634[4276] = { 3, 0, printargs, "o32_mq_getsetattr" },
635[4277] = { 5, 0, printargs, "o32_vserver" },
636[4278] = { 5, TP, printargs, "o32_waitid" },
637[4279] = { },
638[4280] = { 5, 0, printargs, "o32_add_key" },
639[4281] = { 4, 0, printargs, "o32_request_key" },
640[4282] = { 5, 0, printargs, "o32_keyctl" },
641[4283] = { 1, 0, printargs, "o32_set_thread_area" },
642[4284] = { 0, TD, printargs, "o32_inotify_init" },
643[4285] = { 3, TD, printargs, "o32_inotify_add_watch" },
644[4286] = { 2, TD, printargs, "o32_inotify_rm_watch" },
645[4287] = { 4, TM, printargs, "o32_migrate_pages" },
646[4288] = { 4, TD|TF, printargs, "o32_openat" },
647[4289] = { 3, TD|TF, printargs, "o32_mkdirat" },
648[4290] = { 4, TD|TF, printargs, "o32_mknodat" },
649[4291] = { 5, TD|TF, printargs, "o32_fchownat" },
650[4292] = { 3, TD|TF, printargs, "o32_futimesat" },
651[4293] = { 4, TD|TF, printargs, "o32_fstatat64" },
652[4294] = { 3, TD|TF, printargs, "o32_unlinkat" },
653[4295] = { 4, TD|TF, printargs, "o32_renameat" },
654[4296] = { 5, TD|TF, printargs, "o32_linkat" },
655[4297] = { 3, TD|TF, printargs, "o32_symlinkat" },
656[4298] = { 4, TD|TF, printargs, "o32_readlinkat" },
657[4299] = { 3, TD|TF, printargs, "o32_fchmodat" },
658[4300] = { 3, TD|TF, printargs, "o32_faccessat" },
659[4301] = { 6, TD, printargs, "o32_pselect6" },
660[4302] = { 5, TD, printargs, "o32_ppoll" },
661[4303] = { 1, TP, printargs, "o32_unshare" },
662[4304] = { 6, TD, printargs, "o32_splice" },
663[4305] = { 7, TD, printargs, "o32_sync_file_range" },
664[4306] = { 4, TD, printargs, "o32_tee" },
665[4307] = { 4, TD, printargs, "o32_vmsplice" },
666[4308] = { 6, TM, printargs, "o32_move_pages" },
667[4309] = { 2, 0, printargs, "o32_set_robust_list" },
668[4310] = { 3, 0, printargs, "o32_get_robust_list" },
669[4311] = { 4, 0, printargs, "o32_kexec_load" },
670[4312] = { 3, 0, printargs, "o32_getcpu" },
671[4313] = { 6, TD, printargs, "o32_epoll_pwait" },
672[4314] = { 3, 0, printargs, "o32_ioprio_set" },
673[4315] = { 2, 0, printargs, "o32_ioprio_get" },
674[4316] = { 4, 0, printargs, "o32_utimensat" },
675[4317] = { 3, TD|TS, printargs, "o32_signalfd" },
676[4318] = { 4, TD, printargs, "o32_timerfd" },
677[4319] = { 1, TD, printargs, "o32_eventfd" },
678[4320] = { 6, TD, printargs, "o32_fallocate" },
679[4321] = { 2, TD, printargs, "o32_timerfd_create" },
680[4322] = { 2, TD, printargs, "o32_timerfd_gettime" },
681[4323] = { 4, TD, printargs, "o32_timerfd_settime" },
682[4324] = { 4, TD|TS, printargs, "o32_signalfd4" },
683[4325] = { 2, TD, printargs, "o32_eventfd2" },
684[4326] = { 1, TD, printargs, "o32_epoll_create1" },
685[4327] = { 3, TD, printargs, "o32_dup3" },
686[4328] = { 2, TD, printargs, "o32_pipe2" },
687[4329] = { 1, TD, printargs, "o32_inotify_init1" },
688[4330] = { 5, TD, printargs, "o32_preadv" },
689[4331] = { 5, TD, printargs, "o32_pwritev" },
690[4332] = { 4, TP|TS, printargs, "o32_rt_tgsigqueueinfo" },
691[4333] = { 5, TD, printargs, "o32_perf_event_open" },
692[4334] = { 4, TN, printargs, "o32_accept4" },
693[4335] = { 5, TN, printargs, "o32_recvmmsg" },
694[4336] = { 2, TD, printargs, "o32_fanotify_init" },
695[4337] = { 6, TD|TF, printargs, "o32_fanotify_mark" },
696[4338] = { 4, 0, printargs, "o32_prlimit64" },
697[4339] = { 5, TD|TF, printargs, "o32_name_to_handle_at" },
698[4340] = { 3, TD, printargs, "o32_open_by_handle_at" },
699[4341] = { 2, 0, printargs, "o32_clock_adjtime" },
700[4342] = { 1, TD, printargs, "o32_syncfs" },
701[4343] = { 4, TN, printargs, "o32_sendmmsg" },
702[4344] = { 2, TD, printargs, "o32_setns" },
703[4345] = { 6, 0, printargs, "o32_process_vm_readv" },
704[4346] = { 6, 0, printargs, "o32_process_vm_writev" },
705[4347] = { 5, 0, printargs, "o32_kcmp" },
706[4348] = { 3, TD, printargs, "o32_finit_module" },
707[4349] = { 3, 0, printargs, "o32_sched_setattr" },
708[4350] = { 4, 0, printargs, "o32_sched_getattr" },
709[4351] = { 5, TD|TF, printargs, "o32_renameat2" },
710
Dmitry V. Levin34c445b2013-05-07 02:46:46 +0000711#endif
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000712
713[4352 ... 4999] = { }, /* end of Linux o32 */