Lines Matching refs:TD
3 [6000] = { 3, TD, sys_read, "read" }, /* start of Linux N32 */
4 [6001] = { 3, TD, sys_write, "write" },
5 [6002] = { 3, TD|TF, sys_open, "open" },
6 [6003] = { 1, TD, sys_close, "close" },
8 [6005] = { 2, TD, sys_fstat64, "fstat" },
10 [6007] = { 3, TD, sys_poll, "poll" },
11 [6008] = { 3, TD, sys_lseek, "lseek" },
12 [6009] = { 6, TD|TM|SI, sys_mmap, "mmap" },
18 [6015] = { 3, TD, sys_ioctl, "ioctl" },
19 [6016] = { 4, TD, sys_pread, "pread64" },
20 [6017] = { 4, TD, sys_pwrite, "pwrite64" },
21 [6018] = { 3, TD, sys_readv, "readv" },
22 [6019] = { 3, TD, sys_writev, "writev" },
24 [6021] = { 1, TD, sys_pipe, "pipe" },
25 [6022] = { 5, TD, sys_select, "select" },
34 [6031] = { 1, TD, sys_dup, "dup" },
35 [6032] = { 2, TD, sys_dup2, "dup2" },
42 [6039] = { 4, TD|TN, sys_sendfile, "sendfile" },
73 [6070] = { 3, TD, sys_fcntl, "fcntl" },
74 [6071] = { 2, TD, sys_flock, "flock" },
75 [6072] = { 1, TD, sys_fsync, "fsync" },
76 [6073] = { 1, TD, sys_fdatasync, "fdatasync" },
78 [6075] = { 2, TD, sys_ftruncate64, "ftruncate" },
79 [6076] = { 3, TD, sys_getdents, "getdents" },
82 [6079] = { 1, TD, sys_fchdir, "fchdir" },
86 [6083] = { 2, TD|TF, sys_creat, "creat" },
92 [6089] = { 2, TD, sys_fchmod, "fchmod" },
94 [6091] = { 3, TD, sys_fchown, "fchown" },
138 [6135] = { 3, TD, sys_fstatfs, "fstatfs" },
182 [6179] = { 3, TD, sys_readahead, "readahead" },
185 [6182] = { 5, TD, sys_fsetxattr, "fsetxattr" },
188 [6185] = { 4, TD, sys_fgetxattr, "fgetxattr" },
191 [6188] = { 3, TD, sys_flistxattr, "flistxattr" },
194 [6191] = { 2, TD, sys_fremovexattr, "fremovexattr" },
210 [6207] = { 1, TD, sys_epoll_create, "epoll_create" },
211 [6208] = { 4, TD, sys_epoll_ctl, "epoll_ctl" },
212 [6209] = { 4, TD, sys_epoll_wait, "epoll_wait" },
215 [6212] = { 3, TD, sys_fcntl, "fcntl64" },
219 [6216] = { 4, TD, sys_fadvise64, "fadvise64" },
221 [6218] = { 3, TD, sys_fstatfs64, "fstatfs64" },
222 [6219] = { 4, TD|TN, sys_sendfile64, "sendfile64" },
250 [6247] = { 0, TD, sys_inotify_init, "inotify_init" },
251 [6248] = { 3, TD, sys_inotify_add_watch, "inotify_add_watch" },
252 [6249] = { 2, TD, sys_inotify_rm_watch, "inotify_rm_watch" },
254 [6251] = { 4, TD|TF, sys_openat, "openat" },
255 [6252] = { 3, TD|TF, sys_mkdirat, "mkdirat" },
256 [6253] = { 4, TD|TF, sys_mknodat, "mknodat" },
257 [6254] = { 5, TD|TF, sys_fchownat, "fchownat" },
258 [6255] = { 3, TD|TF, sys_futimesat, "futimesat" },
259 [6256] = { 4, TD|TF, sys_newfstatat, "newfstatat" },
260 [6257] = { 3, TD|TF, sys_unlinkat, "unlinkat" },
261 [6258] = { 4, TD|TF, sys_renameat, "renameat" },
262 [6259] = { 5, TD|TF, sys_linkat, "linkat" },
263 [6260] = { 3, TD|TF, sys_symlinkat, "symlinkat" },
264 [6261] = { 4, TD|TF, sys_readlinkat, "readlinkat" },
265 [6262] = { 3, TD|TF, sys_fchmodat, "fchmodat" },
266 [6263] = { 3, TD|TF, sys_faccessat, "faccessat" },
267 [6264] = { 6, TD, sys_pselect6, "pselect6" },
268 [6265] = { 5, TD, sys_ppoll, "ppoll" },
270 [6267] = { 6, TD, sys_splice, "splice" },
271 [6268] = { 4, TD, sys_sync_file_range, "sync_file_range" },
272 [6269] = { 4, TD, sys_tee, "tee" },
273 [6270] = { 4, TD, sys_vmsplice, "vmsplice" },
279 [6276] = { 6, TD, sys_epoll_pwait, "epoll_pwait" },
282 [6279] = { 4, TD|TF, sys_utimensat, "utimensat" },
283 [6280] = { 3, TD|TS, sys_signalfd, "signalfd" },
284 [6281] = { 4, TD, sys_timerfd, "timerfd" },
285 [6282] = { 1, TD, sys_eventfd, "eventfd" },
286 [6283] = { 4, TD, sys_fallocate, "fallocate" },
287 [6284] = { 2, TD, sys_timerfd_create, "timerfd_create" },
288 [6285] = { 2, TD, sys_timerfd_gettime, "timerfd_gettime" },
289 [6286] = { 4, TD, sys_timerfd_settime, "timerfd_settime" },
290 [6287] = { 4, TD|TS, sys_signalfd4, "signalfd4" },
291 [6288] = { 2, TD, sys_eventfd2, "eventfd2" },
292 [6289] = { 1, TD, sys_epoll_create1, "epoll_create1" },
293 [6290] = { 3, TD, sys_dup3, "dup3" },
294 [6291] = { 2, TD, sys_pipe2, "pipe2" },
295 [6292] = { 1, TD, sys_inotify_init1, "inotify_init1" },
296 [6293] = { 4, TD, sys_preadv, "preadv" },
297 [6294] = { 4, TD, sys_pwritev, "pwritev" },
299 [6296] = { 5, TD, sys_perf_event_open, "perf_event_open" },
302 [6299] = { 3, TD, sys_getdents64, "getdents64" },
303 [6300] = { 2, TD, sys_fanotify_init, "fanotify_init" },
304 [6301] = { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" },
306 [6303] = { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" },
307 [6304] = { 3, TD, sys_open_by_handle_at, "open_by_handle_at" },
309 [6306] = { 1, TD, sys_syncfs, "syncfs" },
311 [6308] = { 2, TD, sys_setns, "setns" },
315 [6312] = { 3, TD, sys_finit_module, "finit_module" },
318 [6315] = { 5, TD|TF, sys_renameat2, "renameat2" },
321 [6318] = { 2, TD, sys_memfd_create, "memfd_create", },
322 [6319] = { 3, TD, sys_bpf, "bpf", },
323 [6320] = { 5, TD|TF|TP|SE|SI, sys_execveat, "execveat", },