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