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