• Home
  • Raw
  • Download

Lines Matching refs:SEN

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