Lines Matching refs:TD

8 [  3] = { 3,	TD,		sys_read,			"read"			},
9 [ 4] = { 3, TD, sys_write, "write" },
10 [ 5] = { 3, TD|TF, sys_open, "open" },
11 [ 6] = { 1, TD, sys_close, "close" },
13 [ 8] = { 2, TD|TF, sys_creat, "creat" },
24 [ 19] = { 3, TD, sys_lseek, "lseek" },
33 [ 28] = { 2, TD, sys_fstat, "fstat" },
46 [ 41] = { 1, TD, sys_dup, "dup" },
47 [ 42] = { 1, TD, sys_pipe, "pipe" },
59 [ 54] = { 3, TD, sys_ioctl, "ioctl" },
60 [ 55] = { 3, TD, sys_fcntl, "fcntl" },
68 [ 63] = { 2, TD, sys_dup2, "dup2" },
94 [ 89] = { 6, TD|TM|SI, sys_mmap_4koff, "mmap2" },
95 [ 90] = { 6, TD|TM|SI, sys_mmap, "mmap" },
98 [ 93] = { 2, TD, sys_ftruncate, "ftruncate" },
99 [ 94] = { 2, TD, sys_fchmod, "fchmod" },
100 [ 95] = { 3, TD, sys_fchown, "fchown" },
105 [100] = { 2, TD, sys_fstatfs, "fstatfs" },
113 [108] = { 5, TD, sys_pread, "pread64" },
114 [109] = { 5, TD, sys_pwrite, "pwrite64" },
117 [112] = { 2, TD, sys_fstat64, "fstat64" },
123 [118] = { 1, TD, sys_fsync, "fsync" },
127 [122] = { 4, TD|TN, sys_sendfile, "sendfile" },
138 [133] = { 1, TD, sys_fchdir, "fchdir" },
145 [140] = { 5, TD, sys_llseek, "_llseek" },
146 [141] = { 3, TD, sys_getdents, "getdents" },
147 [142] = { 5, TD, sys_select, "select" },
148 [143] = { 2, TD, sys_flock, "flock" },
150 [145] = { 3, TD, sys_readv, "readv" },
151 [146] = { 3, TD, sys_writev, "writev" },
153 [148] = { 1, TD, sys_fdatasync, "fdatasync" },
173 [168] = { 3, TD, sys_poll, "poll" },
205 [200] = { 3, TD, sys_ftruncate64, "ftruncate64" },
206 [201] = { 3, TD, sys_getdents64, "getdents64" },
207 [202] = { 3, TD, sys_fcntl, "fcntl64" },
212 [207] = { 4, TD, sys_readahead, "readahead" },
214 [209] = { 4, TD|TN, sys_sendfile64, "sendfile64" },
229 [224] = { 1, TD, sys_epoll_create, "epoll_create" },
230 [225] = { 4, TD, sys_epoll_ctl, "epoll_ctl" },
231 [226] = { 4, TD, sys_epoll_wait, "epoll_wait" },
241 [236] = { 6, TD, sys_fadvise64_64, "fadvise64_64" },
245 [240] = { 5, TD, sys_fsetxattr, "fsetxattr" },
248 [243] = { 4, TD, sys_fgetxattr, "fgetxattr" },
251 [246] = { 5, TD, sys_flistxattr, "flistxattr" },
254 [249] = { 5, TD, sys_fremovexattr, "fremovexattr" },
274 [269] = { 0, TD, sys_inotify_init, "inotify_init" },
275 [270] = { 3, TD, sys_inotify_add_watch, "inotify_add_watch" },
276 [271] = { 2, TD, sys_inotify_rm_watch, "inotify_rm_watch" },
278 [273] = { 6, TD, sys_pselect6, "pselect6" },
279 [274] = { 5, TD, sys_ppoll, "ppoll" },
280 [275] = { 4, TD|TF, sys_openat, "openat" },
281 [276] = { 3, TD|TF, sys_mkdirat, "mkdirat" },
282 [277] = { 4, TD|TF, sys_mknodat, "mknodat" },
283 [278] = { 5, TD|TF, sys_fchownat, "fchownat" },
284 [279] = { 3, TD|TF, sys_futimesat, "futimesat" },
285 [280] = { 4, TD|TF, sys_newfstatat, "fstatat64" },
286 [281] = { 3, TD|TF, sys_unlinkat, "unlinkat" },
287 [282] = { 4, TD|TF, sys_renameat, "renameat" },
288 [283] = { 5, TD|TF, sys_linkat, "linkat" },
289 [284] = { 3, TD|TF, sys_symlinkat, "symlinkat" },
290 [285] = { 4, TD|TF, sys_readlinkat, "readlinkat" },
291 [286] = { 3, TD|TF, sys_fchmodat, "fchmodat" },
292 [287] = { 3, TD|TF, sys_faccessat, "faccessat" },
296 [291] = { 6, TD, sys_splice, "splice" },
297 [292] = { 6, TD, sys_sync_file_range, "sync_file_range" },
298 [293] = { 4, TD, sys_tee, "tee" },
299 [294] = { 4, TD, sys_vmsplice, "vmsplice" },
302 [297] = { 6, TD, sys_epoll_pwait, "epoll_pwait" },
304 [299] = { 3, TD, sys_fstatfs64, "fstatfs64" },
306 [301] = { 4, TD|TF, sys_utimensat, "utimensat" },
307 [302] = { 3, TD, printargs, "signalfd" },
308 [303] = { 4, TD, printargs, "timerfd" },
309 [304] = { 1, TD, sys_eventfd, "eventfd" },
310 [305] = { 6, TD, sys_fallocate, "fallocate" },
311 [306] = { 2, TD, sys_timerfd_create, "timerfd_create" },
312 [307] = { 4, TD, sys_timerfd_settime, "timerfd_settime" },
313 [308] = { 2, TD, sys_timerfd_gettime, "timerfd_gettime" },
314 [309] = { 4, TD|TS, sys_signalfd4, "signalfd4" },
315 [310] = { 2, TD, sys_eventfd2, "eventfd2" },
316 [311] = { 1, TD, sys_epoll_create1, "epoll_create1" },
317 [312] = { 3, TD, sys_dup3, "dup3" },
318 [313] = { 2, TD, sys_pipe2, "pipe2" },
319 [314] = { 1, TD, sys_inotify_init1, "inotify_init1" },
320 [315] = { 5, TD, sys_preadv, "preadv" },
321 [316] = { 5, TD, sys_pwritev, "pwritev" },
323 [318] = { 5, TD, sys_perf_event_open, "perf_event_open" },
327 [322] = { 2, TD, sys_fanotify_init, "fanotify_init" },
328 [323] = { 6, TD|TF, sys_fanotify_mark, "fanotify_mark" },
330 [325] = { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" },
331 [326] = { 3, TD, sys_open_by_handle_at, "open_by_handle_at" },
332 [327] = { 1, TD, sys_syncfs, "syncfs" },
333 [328] = { 2, TD, sys_setns, "setns" },
338 [333] = { 3, TD, sys_finit_module, "finit_module" },
342 [337] = { 5, TD|TF, sys_renameat2, "renameat2" },
345 [340] = { 2, TD, sys_memfd_create, "memfd_create", },
346 [341] = { 3, TD, sys_bpf, "bpf", },
347 [342] = { 5, TD|TF|TP|SE|SI, sys_execveat, "execveat", },