]> granicus.if.org Git - strace/blob - linux/hppa/syscallent.h
hppa: fix syscall entries
[strace] / linux / hppa / syscallent.h
1 /*
2  * Copyright (c) 2001 Hewlett-Packard, Matthew Wilcox
3  */
4
5 [  0] = { 0,    0,              SEN(restart_syscall),           "restart_syscall"       },
6 [  1] = { 1,    TP|SE,          SEN(exit),                      "exit"                  },
7 [  2] = { 0,    TP,             SEN(fork),                      "fork"                  },
8 [  3] = { 3,    TD,             SEN(read),                      "read"                  },
9 [  4] = { 3,    TD,             SEN(write),                     "write"                 },
10 [  5] = { 3,    TD|TF,          SEN(open),                      "open"                  },
11 [  6] = { 1,    TD,             SEN(close),                     "close"                 },
12 [  7] = { 3,    TP,             SEN(waitpid),                   "waitpid"               },
13 [  8] = { 2,    TD|TF,          SEN(creat),                     "creat"                 },
14 [  9] = { 2,    TF,             SEN(link),                      "link"                  },
15 [ 10] = { 1,    TF,             SEN(unlink),                    "unlink"                },
16 [ 11] = { 3,    TF|TP|SE|SI,    SEN(execve),                    "execve"                },
17 [ 12] = { 1,    TF,             SEN(chdir),                     "chdir"                 },
18 [ 13] = { 1,    0,              SEN(time),                      "time"                  },
19 [ 14] = { 3,    TF,             SEN(mknod),                     "mknod"                 },
20 [ 15] = { 2,    TF,             SEN(chmod),                     "chmod"                 },
21 [ 16] = { 3,    TF,             SEN(chown),                     "lchown"                },
22 [ 17] = { 3,    TN,             SEN(socket),                    "socket"                },
23 [ 18] = { 2,    TF,             SEN(stat),                      "stat"                  },
24 [ 19] = { 3,    TD,             SEN(lseek),                     "lseek"                 },
25 [ 20] = { 0,    0,              SEN(getpid),                    "getpid"                },
26 [ 21] = { 5,    TF,             SEN(mount),                     "mount"                 },
27 [ 22] = { 3,    TN,             SEN(bind),                      "bind"                  },
28 [ 23] = { 1,    0,              SEN(setuid),                    "setuid"                },
29 [ 24] = { 0,    NF,             SEN(getuid),                    "getuid"                },
30 [ 25] = { 1,    0,              SEN(stime),                     "stime"                 },
31 [ 26] = { 4,    0,              SEN(ptrace),                    "ptrace"                },
32 [ 27] = { 1,    0,              SEN(alarm),                     "alarm"                 },
33 [ 28] = { 2,    TD,             SEN(fstat),                     "fstat"                 },
34 [ 29] = { 0,    TS,             SEN(pause),                     "pause"                 },
35 [ 30] = { 2,    TF,             SEN(utime),                     "utime"                 },
36 [ 31] = { 3,    TN,             SEN(connect),                   "connect"               },
37 [ 32] = { 2,    TN,             SEN(listen),                    "listen"                },
38 [ 33] = { 2,    TF,             SEN(access),                    "access"                },
39 [ 34] = { 1,    0,              SEN(nice),                      "nice"                  },
40 [ 35] = { 3,    TN,             SEN(accept),                    "accept"                },
41 [ 36] = { 0,    0,              SEN(sync),                      "sync"                  },
42 [ 37] = { 2,    TS,             SEN(kill),                      "kill"                  },
43 [ 38] = { 2,    TF,             SEN(rename),                    "rename"                },
44 [ 39] = { 2,    TF,             SEN(mkdir),                     "mkdir"                 },
45 [ 40] = { 1,    TF,             SEN(rmdir),                     "rmdir"                 },
46 [ 41] = { 1,    TD,             SEN(dup),                       "dup"                   },
47 [ 42] = { 1,    TD,             SEN(pipe),                      "pipe"                  },
48 [ 43] = { 1,    0,              SEN(times),                     "times"                 },
49 [ 44] = { 3,    TN,             SEN(getsockname),               "getsockname"           },
50 [ 45] = { 1,    TM|SI,          SEN(brk),                       "brk"                   },
51 [ 46] = { 1,    0,              SEN(setgid),                    "setgid"                },
52 [ 47] = { 0,    NF,             SEN(getgid),                    "getgid"                },
53 [ 48] = { 2,    TS,             SEN(signal),                    "signal"                },
54 [ 49] = { 0,    NF,             SEN(geteuid),                   "geteuid"               },
55 [ 50] = { 0,    NF,             SEN(getegid),                   "getegid"               },
56 [ 51] = { 1,    TF,             SEN(acct),                      "acct"                  },
57 [ 52] = { 2,    TF,             SEN(umount2),                   "umount2"               },
58 [ 53] = { 3,    TN,             SEN(getpeername),               "getpeername"           },
59 [ 54] = { 3,    TD,             SEN(ioctl),                     "ioctl"                 },
60 [ 55] = { 3,    TD,             SEN(fcntl),                     "fcntl"                 },
61 [ 56] = { 4,    TN,             SEN(socketpair),                "socketpair"            },
62 [ 57] = { 2,    0,              SEN(setpgid),                   "setpgid"               },
63 [ 58] = { 4,    TN,             SEN(send),                      "send"                  },
64 [ 59] = { 1,    0,              SEN(uname),                     "uname"                 },
65 [ 60] = { 1,    0,              SEN(umask),                     "umask"                 },
66 [ 61] = { 1,    TF,             SEN(chroot),                    "chroot"                },
67 [ 62] = { 2,    0,              SEN(ustat),                     "ustat"                 },
68 [ 63] = { 2,    TD,             SEN(dup2),                      "dup2"                  },
69 [ 64] = { 0,    0,              SEN(getppid),                   "getppid"               },
70 [ 65] = { 0,    0,              SEN(getpgrp),                   "getpgrp"               },
71 [ 66] = { 0,    0,              SEN(setsid),                    "setsid"                },
72 [ 67] = { 2,    TF,             SEN(pivotroot),                 "pivot_root"            },
73 [ 68] = { 0,    TS,             SEN(siggetmask),                "sgetmask"              },
74 [ 69] = { 1,    TS,             SEN(sigsetmask),                "ssetmask"              },
75 [ 70] = { 2,    0,              SEN(setreuid),                  "setreuid"              },
76 [ 71] = { 2,    0,              SEN(setregid),                  "setregid"              },
77 [ 72] = { 3,    TM,             SEN(mincore),                   "mincore"               },
78 [ 73] = { 1,    TS,             SEN(sigpending),                "sigpending"            },
79 [ 74] = { 2,    0,              SEN(sethostname),               "sethostname"           },
80 [ 75] = { 2,    0,              SEN(setrlimit),                 "setrlimit"             },
81 [ 76] = { 2,    0,              SEN(getrlimit),                 "getrlimit"             },
82 [ 77] = { 2,    0,              SEN(getrusage),                 "getrusage"             },
83 [ 78] = { 2,    0,              SEN(gettimeofday),              "gettimeofday"          },
84 [ 79] = { 2,    0,              SEN(settimeofday),              "settimeofday"          },
85 [ 80] = { 2,    0,              SEN(getgroups),                 "getgroups"             },
86 [ 81] = { 2,    0,              SEN(setgroups),                 "setgroups"             },
87 [ 82] = { 6,    TN,             SEN(sendto),                    "sendto"                },
88 [ 83] = { 2,    TF,             SEN(symlink),                   "symlink"               },
89 [ 84] = { 2,    TF,             SEN(lstat),                     "lstat"                 },
90 [ 85] = { 3,    TF,             SEN(readlink),                  "readlink"              },
91 [ 86] = { 1,    TF,             SEN(uselib),                    "uselib"                },
92 [ 87] = { 2,    TF,             SEN(swapon),                    "swapon"                },
93 [ 88] = { 4,    0,              SEN(reboot),                    "reboot"                },
94 [ 89] = { 6,    TD|TM|SI,       SEN(mmap_4koff),                "mmap2"                 },
95 [ 90] = { 6,    TD|TM|SI,       SEN(mmap),                      "mmap"                  },
96 [ 91] = { 2,    TM|SI,          SEN(munmap),                    "munmap"                },
97 [ 92] = { 2,    TF,             SEN(truncate),                  "truncate"              },
98 [ 93] = { 2,    TD,             SEN(ftruncate),                 "ftruncate"             },
99 [ 94] = { 2,    TD,             SEN(fchmod),                    "fchmod"                },
100 [ 95] = { 3,    TD,             SEN(fchown),                    "fchown"                },
101 [ 96] = { 2,    0,              SEN(getpriority),               "getpriority"           },
102 [ 97] = { 3,    0,              SEN(setpriority),               "setpriority"           },
103 [ 98] = { 4,    TN,             SEN(recv),                      "recv"                  },
104 [ 99] = { 2,    TF,             SEN(statfs),                    "statfs"                },
105 [100] = { 2,    TD,             SEN(fstatfs),                   "fstatfs"               },
106 [101] = { 2,    TF,             SEN(stat64),                    "stat64"                },
107 [102] = { },
108 [103] = { 3,    0,              SEN(syslog),                    "syslog"                },
109 [104] = { 3,    0,              SEN(setitimer),                 "setitimer"             },
110 [105] = { 2,    0,              SEN(getitimer),                 "getitimer"             },
111 [106] = { 2,    0,              SEN(capget),                    "capget"                },
112 [107] = { 2,    0,              SEN(capset),                    "capset"                },
113 [108] = { 5,    TD,             SEN(pread),                     "pread64"               },
114 [109] = { 5,    TD,             SEN(pwrite),                    "pwrite64"              },
115 [110] = { 2,    TF,             SEN(getcwd),                    "getcwd"                },
116 [111] = { 0,    0,              SEN(vhangup),                   "vhangup"               },
117 [112] = { 2,    TD,             SEN(fstat64),                   "fstat64"               },
118 [113] = { 0,    TP,             SEN(vfork),                     "vfork"                 },
119 [114] = { 4,    TP,             SEN(wait4),                     "wait4"                 },
120 [115] = { 1,    TF,             SEN(swapoff),                   "swapoff"               },
121 [116] = { 1,    0,              SEN(sysinfo),                   "sysinfo"               },
122 [117] = { 2,    TN,             SEN(shutdown),                  "shutdown"              },
123 [118] = { 1,    TD,             SEN(fsync),                     "fsync"                 },
124 [119] = { 3,    TM,             SEN(madvise),                   "madvise"               },
125 [120] = { 5,    TP,             SEN(clone),                     "clone"                 },
126 [121] = { 2,    0,              SEN(setdomainname),             "setdomainname"         },
127 [122] = { 4,    TD|TN,          SEN(sendfile),                  "sendfile"              },
128 [123] = { 6,    TN,             SEN(recvfrom),                  "recvfrom"              },
129 [124] = { 1,    0,              SEN(adjtimex),                  "adjtimex"              },
130 [125] = { 3,    TM|SI,          SEN(mprotect),                  "mprotect"              },
131 [126] = { 3,    TS,             SEN(sigprocmask),               "sigprocmask"           },
132 [127] = { 2,    0,              SEN(create_module),             "create_module"         },
133 [128] = { 4,    0,              SEN(init_module),               "init_module"           },
134 [129] = { 2,    0,              SEN(delete_module),             "delete_module"         },
135 [130] = { 1,    0,              SEN(get_kernel_syms),           "get_kernel_syms"       },
136 [131] = { 4,    TF,             SEN(quotactl),                  "quotactl"              },
137 [132] = { 1,    0,              SEN(getpgid),                   "getpgid"               },
138 [133] = { 1,    TD,             SEN(fchdir),                    "fchdir"                },
139 [134] = { 2,    0,              SEN(bdflush),                   "bdflush"               },
140 [135] = { 3,    0,              SEN(sysfs),                     "sysfs"                 },
141 [136] = { 1,    0,              SEN(personality),               "personality"           },
142 [137] = { 5,    0,              SEN(afs_syscall),               "afs_syscall"           },
143 [138] = { 1,    NF,             SEN(setfsuid),                  "setfsuid"              },
144 [139] = { 1,    NF,             SEN(setfsgid),                  "setfsgid"              },
145 [140] = { 5,    TD,             SEN(llseek),                    "_llseek"               },
146 [141] = { 3,    TD,             SEN(getdents),                  "getdents"              },
147 [142] = { 5,    TD,             SEN(select),                    "_newselect"            },
148 [143] = { 2,    TD,             SEN(flock),                     "flock"                 },
149 [144] = { 3,    TM,             SEN(msync),                     "msync"                 },
150 [145] = { 3,    TD,             SEN(readv),                     "readv"                 },
151 [146] = { 3,    TD,             SEN(writev),                    "writev"                },
152 [147] = { 1,    0,              SEN(getsid),                    "getsid"                },
153 [148] = { 1,    TD,             SEN(fdatasync),                 "fdatasync"             },
154 [149] = { 1,    0,              SEN(sysctl),                    "_sysctl"               },
155 [150] = { 2,    TM,             SEN(mlock),                     "mlock"                 },
156 [151] = { 2,    TM,             SEN(munlock),                   "munlock"               },
157 [152] = { 1,    TM,             SEN(mlockall),                  "mlockall"              },
158 [153] = { 1,    TM,             SEN(munlockall),                "munlockall"            },
159 [154] = { 2,    0,              SEN(sched_setparam),            "sched_setparam"        },
160 [155] = { 2,    0,              SEN(sched_getparam),            "sched_getparam"        },
161 [156] = { 3,    0,              SEN(sched_setscheduler),        "sched_setscheduler"    },
162 [157] = { 2,    0,              SEN(sched_getscheduler),        "sched_getscheduler"    },
163 [158] = { 0,    0,              SEN(sched_yield),               "sched_yield"           },
164 [159] = { 1,    0,              SEN(sched_get_priority_max),    "sched_get_priority_max"},
165 [160] = { 1,    0,              SEN(sched_get_priority_min),    "sched_get_priority_min"},
166 [161] = { 2,    0,              SEN(sched_rr_get_interval),     "sched_rr_get_interval" },
167 [162] = { 2,    0,              SEN(nanosleep),                 "nanosleep"             },
168 [163] = { 5,    TM|SI,          SEN(mremap),                    "mremap"                },
169 [164] = { 3,    0,              SEN(setresuid),                 "setresuid"             },
170 [165] = { 3,    0,              SEN(getresuid),                 "getresuid"             },
171 [166] = { 2,    TS,             SEN(sigaltstack),               "sigaltstack"           },
172 [167] = { 5,    0,              SEN(query_module),              "query_module"          },
173 [168] = { 3,    TD,             SEN(poll),                      "poll"                  },
174 [169] = { 3,    0,              SEN(nfsservctl),                "nfsservctl"            },
175 [170] = { 3,    0,              SEN(setresgid),                 "setresgid"             },
176 [171] = { 3,    0,              SEN(getresgid),                 "getresgid"             },
177 [172] = { 5,    0,              SEN(prctl),                     "prctl"                 },
178 [173] = { 0,    TS,             SEN(sigreturn),                 "rt_sigreturn"          },
179 [174] = { 4,    TS,             SEN(rt_sigaction),              "rt_sigaction"          },
180 [175] = { 4,    TS,             SEN(rt_sigprocmask),            "rt_sigprocmask"        },
181 [176] = { 2,    TS,             SEN(rt_sigpending),             "rt_sigpending"         },
182 [177] = { 4,    TS,             SEN(rt_sigtimedwait),           "rt_sigtimedwait"       },
183 [178] = { 3,    TS,             SEN(rt_sigqueueinfo),           "rt_sigqueueinfo"       },
184 [179] = { 2,    TS,             SEN(rt_sigsuspend),             "rt_sigsuspend"         },
185 [180] = { 3,    TF,             SEN(chown),                     "chown"                 },
186 [181] = { 5,    TN,             SEN(setsockopt),                "setsockopt"            },
187 [182] = { 5,    TN,             SEN(getsockopt),                "getsockopt"            },
188 [183] = { 3,    TN,             SEN(sendmsg),                   "sendmsg"               },
189 [184] = { 3,    TN,             SEN(recvmsg),                   "recvmsg"               },
190 [185] = { 3,    TI,             SEN(semop),                     "semop"                 },
191 [186] = { 3,    TI,             SEN(semget),                    "semget"                },
192 [187] = { 4,    TI,             SEN(semctl),                    "semctl"                },
193 [188] = { 4,    TI,             SEN(msgsnd),                    "msgsnd"                },
194 [189] = { 5,    TI,             SEN(msgrcv),                    "msgrcv"                },
195 [190] = { 2,    TI,             SEN(msgget),                    "msgget"                },
196 [191] = { 3,    TI,             SEN(msgctl),                    "msgctl"                },
197 [192] = { 3,    TI|TM|SI,       SEN(shmat),                     "shmat"                 },
198 [193] = { 1,    TI|TM|SI,       SEN(shmdt),                     "shmdt"                 },
199 [194] = { 3,    TI,             SEN(shmget),                    "shmget"                },
200 [195] = { 3,    TI,             SEN(shmctl),                    "shmctl"                },
201 [196] = { 5,    TN,             SEN(getpmsg),                   "getpmsg"               },
202 [197] = { 5,    TN,             SEN(putpmsg),                   "putpmsg"               },
203 [198] = { 2,    TF,             SEN(lstat64),                   "lstat64"               },
204 [199] = { 3,    TF,             SEN(truncate64),                "truncate64"            },
205 [200] = { 3,    TD,             SEN(ftruncate64),               "ftruncate64"           },
206 [201] = { 3,    TD,             SEN(getdents64),                "getdents64"            },
207 [202] = { 3,    TD,             SEN(fcntl64),                   "fcntl64"               },
208 [203] = { 5,    0,              SEN(printargs),                 "attrctl"               },
209 [204] = { 5,    0,              SEN(printargs),                 "acl_get"               },
210 [205] = { 5,    0,              SEN(printargs),                 "acl_set"               },
211 [206] = { 0,    0,              SEN(gettid),                    "gettid"                },
212 [207] = { 4,    TD,             SEN(readahead),                 "readahead"             },
213 [208] = { 2,    TS,             SEN(kill),                      "tkill"                 },
214 [209] = { 4,    TD|TN,          SEN(sendfile64),                "sendfile64"            },
215 [210] = { 6,    0,              SEN(futex),                     "futex"                 },
216 [211] = { 3,    0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
217 [212] = { 3,    0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
218 [213] = { 5,    0,              SEN(printargs),                 "set_thread_area"       },
219 [214] = { 5,    0,              SEN(printargs),                 "get_thread_area"       },
220 [215] = { 2,    0,              SEN(io_setup),                  "io_setup"              },
221 [216] = { 1,    0,              SEN(io_destroy),                "io_destroy"            },
222 [217] = { 5,    0,              SEN(io_getevents),              "io_getevents"          },
223 [218] = { 3,    0,              SEN(io_submit),                 "io_submit"             },
224 [219] = { 4,    0,              SEN(io_cancel),                 "io_cancel"             },
225 [220] = { 5,    0,              SEN(printargs),                 "alloc_hugepages"       },
226 [221] = { 1,    0,              SEN(printargs),                 "free_hugepages"        },
227 [222] = { 1,    TP|SE,          SEN(exit),                      "exit_group"            },
228 [223] = { 4,    0,              SEN(lookup_dcookie),            "lookup_dcookie"        },
229 [224] = { 1,    TD,             SEN(epoll_create),              "epoll_create"          },
230 [225] = { 4,    TD,             SEN(epoll_ctl),                 "epoll_ctl"             },
231 [226] = { 4,    TD,             SEN(epoll_wait),                "epoll_wait"            },
232 [227] = { 5,    TM|SI,          SEN(remap_file_pages),          "remap_file_pages"      },
233 [228] = { 4,    TI,             SEN(semtimedop),                "semtimedop"            },
234 [229] = { 4,    0,              SEN(mq_open),                   "mq_open"               },
235 [230] = { 1,    0,              SEN(mq_unlink),                 "mq_unlink"             },
236 [231] = { 5,    0,              SEN(mq_timedsend),              "mq_timedsend"          },
237 [232] = { 5,    0,              SEN(mq_timedreceive),           "mq_timedreceive"       },
238 [233] = { 2,    0,              SEN(mq_notify),                 "mq_notify"             },
239 [234] = { 3,    0,              SEN(mq_getsetattr),             "mq_getsetattr"         },
240 [235] = { 5,    TP,             SEN(waitid),                    "waitid"                },
241 [236] = { 6,    TD,             SEN(fadvise64_64),              "fadvise64_64"          },
242 [237] = { 5,    0,              SEN(set_tid_address),           "set_tid_address"       },
243 [238] = { 5,    TF,             SEN(setxattr),                  "setxattr"              },
244 [239] = { 5,    TF,             SEN(setxattr),                  "lsetxattr"             },
245 [240] = { 5,    TD,             SEN(fsetxattr),                 "fsetxattr"             },
246 [241] = { 4,    TF,             SEN(getxattr),                  "getxattr"              },
247 [242] = { 4,    TF,             SEN(getxattr),                  "lgetxattr"             },
248 [243] = { 4,    TD,             SEN(fgetxattr),                 "fgetxattr"             },
249 [244] = { 5,    TF,             SEN(listxattr),                 "listxattr"             },
250 [245] = { 5,    TF,             SEN(listxattr),                 "llistxattr"            },
251 [246] = { 5,    TD,             SEN(flistxattr),                "flistxattr"            },
252 [247] = { 5,    TF,             SEN(removexattr),               "removexattr"           },
253 [248] = { 5,    TF,             SEN(removexattr),               "lremovexattr"          },
254 [249] = { 5,    TD,             SEN(fremovexattr),              "fremovexattr"          },
255 [250] = { 3,    0,              SEN(timer_create),              "timer_create"          },
256 [251] = { 4,    0,              SEN(timer_settime),             "timer_settime"         },
257 [252] = { 2,    0,              SEN(timer_gettime),             "timer_gettime"         },
258 [253] = { 1,    0,              SEN(timer_getoverrun),          "timer_getoverrun"      },
259 [254] = { 1,    0,              SEN(timer_delete),              "timer_delete"          },
260 [255] = { 2,    0,              SEN(clock_settime),             "clock_settime"         },
261 [256] = { 2,    0,              SEN(clock_gettime),             "clock_gettime"         },
262 [257] = { 2,    0,              SEN(clock_getres),              "clock_getres"          },
263 [258] = { 4,    0,              SEN(clock_nanosleep),           "clock_nanosleep"       },
264 [259] = { 3,    TS,             SEN(tgkill),                    "tgkill"                },
265 [260] = { 6,    TM,             SEN(mbind),                     "mbind"                 },
266 [261] = { 5,    TM,             SEN(get_mempolicy),             "get_mempolicy"         },
267 [262] = { 3,    TM,             SEN(set_mempolicy),             "set_mempolicy"         },
268 [263] = { 5,    0,              SEN(vserver),                   "vserver"               },
269 [264] = { 5,    0,              SEN(add_key),                   "add_key"               },
270 [265] = { 4,    0,              SEN(request_key),               "request_key"           },
271 [266] = { 5,    0,              SEN(keyctl),                    "keyctl"                },
272 [267] = { 3,    0,              SEN(ioprio_set),                "ioprio_set"            },
273 [268] = { 2,    0,              SEN(ioprio_get),                "ioprio_get"            },
274 [269] = { 0,    TD,             SEN(inotify_init),              "inotify_init"          },
275 [270] = { 3,    TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
276 [271] = { 2,    TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
277 [272] = { 4,    TM,             SEN(migrate_pages),             "migrate_pages"         },
278 [273] = { 6,    TD,             SEN(pselect6),                  "pselect6"              },
279 [274] = { 5,    TD,             SEN(ppoll),                     "ppoll"                 },
280 [275] = { 4,    TD|TF,          SEN(openat),                    "openat"                },
281 [276] = { 3,    TD|TF,          SEN(mkdirat),                   "mkdirat"               },
282 [277] = { 4,    TD|TF,          SEN(mknodat),                   "mknodat"               },
283 [278] = { 5,    TD|TF,          SEN(fchownat),                  "fchownat"              },
284 [279] = { 3,    TD|TF,          SEN(futimesat),                 "futimesat"             },
285 [280] = { 4,    TD|TF,          SEN(newfstatat),                "fstatat64"             },
286 [281] = { 3,    TD|TF,          SEN(unlinkat),                  "unlinkat"              },
287 [282] = { 4,    TD|TF,          SEN(renameat),                  "renameat"              },
288 [283] = { 5,    TD|TF,          SEN(linkat),                    "linkat"                },
289 [284] = { 3,    TD|TF,          SEN(symlinkat),                 "symlinkat"             },
290 [285] = { 4,    TD|TF,          SEN(readlinkat),                "readlinkat"            },
291 [286] = { 3,    TD|TF,          SEN(fchmodat),                  "fchmodat"              },
292 [287] = { 3,    TD|TF,          SEN(faccessat),                 "faccessat"             },
293 [288] = { 1,    TP,             SEN(unshare),                   "unshare"               },
294 [289] = { 2,    0,              SEN(set_robust_list),           "set_robust_list"       },
295 [290] = { 3,    0,              SEN(get_robust_list),           "get_robust_list"       },
296 [291] = { 6,    TD,             SEN(splice),                    "splice"                },
297 [292] = { 6,    TD,             SEN(sync_file_range),           "sync_file_range"       },
298 [293] = { 4,    TD,             SEN(tee),                       "tee"                   },
299 [294] = { 4,    TD,             SEN(vmsplice),                  "vmsplice"              },
300 [295] = { 6,    TM,             SEN(move_pages),                "move_pages"            },
301 [296] = { 3,    0,              SEN(getcpu),                    "getcpu"                },
302 [297] = { 6,    TD,             SEN(epoll_pwait),               "epoll_pwait"           },
303 [298] = { 3,    TF,             SEN(statfs64),                  "statfs64"              },
304 [299] = { 3,    TD,             SEN(fstatfs64),                 "fstatfs64"             },
305 [300] = { 4,    0,              SEN(kexec_load),                "kexec_load"            },
306 [301] = { 4,    TD|TF,          SEN(utimensat),                 "utimensat"             },
307 [302] = { 3,    TD|TS,          SEN(signalfd),                  "signalfd"              },
308 [303] = { 4,    TD,             SEN(timerfd),                   "timerfd"               },
309 [304] = { 1,    TD,             SEN(eventfd),                   "eventfd"               },
310 [305] = { 6,    TD,             SEN(fallocate),                 "fallocate"             },
311 [306] = { 2,    TD,             SEN(timerfd_create),            "timerfd_create"        },
312 [307] = { 4,    TD,             SEN(timerfd_settime),           "timerfd_settime"       },
313 [308] = { 2,    TD,             SEN(timerfd_gettime),           "timerfd_gettime"       },
314 [309] = { 4,    TD|TS,          SEN(signalfd4),                 "signalfd4"             },
315 [310] = { 2,    TD,             SEN(eventfd2),                  "eventfd2"              },
316 [311] = { 1,    TD,             SEN(epoll_create1),             "epoll_create1"         },
317 [312] = { 3,    TD,             SEN(dup3),                      "dup3"                  },
318 [313] = { 2,    TD,             SEN(pipe2),                     "pipe2"                 },
319 [314] = { 1,    TD,             SEN(inotify_init1),             "inotify_init1"         },
320 [315] = { 5,    TD,             SEN(preadv),                    "preadv"                },
321 [316] = { 5,    TD,             SEN(pwritev),                   "pwritev"               },
322 [317] = { 4,    TP|TS,          SEN(rt_tgsigqueueinfo),         "rt_tgsigqueueinfo"     },
323 [318] = { 5,    TD,             SEN(perf_event_open),           "perf_event_open"       },
324 [319] = { 5,    TN,             SEN(recvmmsg),                  "recvmmsg"              },
325 [320] = { 4,    TN,             SEN(accept4),                   "accept4"               },
326 [321] = { 4,    0,              SEN(prlimit64),                 "prlimit64"             },
327 [322] = { 2,    TD,             SEN(fanotify_init),             "fanotify_init"         },
328 [323] = { 6,    TD|TF,          SEN(fanotify_mark),             "fanotify_mark"         },
329 [324] = { 2,    0,              SEN(clock_adjtime),             "clock_adjtime"         },
330 [325] = { 5,    TD|TF,          SEN(name_to_handle_at),         "name_to_handle_at"     },
331 [326] = { 3,    TD,             SEN(open_by_handle_at),         "open_by_handle_at"     },
332 [327] = { 1,    TD,             SEN(syncfs),                    "syncfs"                },
333 [328] = { 2,    TD,             SEN(setns),                     "setns"                 },
334 [329] = { 4,    TN,             SEN(sendmmsg),                  "sendmmsg"              },
335 [330] = { 6,    0,              SEN(process_vm_readv),          "process_vm_readv"      },
336 [331] = { 6,    0,              SEN(process_vm_writev),         "process_vm_writev"     },
337 [332] = { 5,    0,              SEN(kcmp),                      "kcmp"                  },
338 [333] = { 3,    TD,             SEN(finit_module),              "finit_module"          },
339 [334] = { 3,    0,              SEN(sched_setattr),             "sched_setattr"         },
340 [335] = { 4,    0,              SEN(sched_getattr),             "sched_getattr"         },
341 [336] = { 2,    TF,             SEN(utimes),                    "utimes"                },
342 [337] = { 5,    TD|TF,          SEN(renameat2),                 "renameat2"             },
343 [338] = { 3,    0,              SEN(seccomp),                   "seccomp",              },
344 [339] = { 3,    0,              SEN(getrandom),                 "getrandom",            },
345 [340] = { 2,    TD,             SEN(memfd_create),              "memfd_create",         },
346 [341] = { 3,    TD,             SEN(bpf),                       "bpf",                  },
347 [342] = { 5,    TD|TF|TP|SE|SI, SEN(execveat),                  "execveat",             },
348 [343] = { 2,    0,              SEN(membarrier),                "membarrier",           },
349 [344] = { 1,    TD,             SEN(userfaultfd),               "userfaultfd",          },
350 [345] = { 3,    TM,             SEN(mlock2),                    "mlock2"                },