Lines Matching refs:TD

1 [  0] = { 3,	TD,		sys_read,			"read"			},
2 [ 1] = { 3, TD, sys_write, "write" },
3 [ 2] = { 3, TD|TF, sys_open, "open" },
4 [ 3] = { 1, TD, sys_close, "close" },
6 [ 5] = { 2, TD, sys_fstat, "fstat" },
8 [ 7] = { 3, TD, sys_poll, "poll" },
9 [ 8] = { 3, TD, sys_lseek, "lseek" },
10 [ 9] = { 6, TD|TM|SI, sys_mmap, "mmap" },
17 [ 16] = { 3, TD, sys_ioctl, "ioctl" },
18 [ 17] = { 4, TD, sys_pread, "pread" },
19 [ 18] = { 4, TD, sys_pwrite, "pwrite" },
20 [ 19] = { 3, TD, sys_readv, "readv" },
21 [ 20] = { 3, TD, sys_writev, "writev" },
23 [ 22] = { 1, TD, sys_pipe, "pipe" },
24 [ 23] = { 5, TD, sys_select, "select" },
33 [ 32] = { 1, TD, sys_dup, "dup" },
34 [ 33] = { 2, TD, sys_dup2, "dup2" },
41 [ 40] = { 4, TD|TN, sys_sendfile64, "sendfile" },
73 [ 72] = { 3, TD, sys_fcntl, "fcntl" },
74 [ 73] = { 2, TD, sys_flock, "flock" },
75 [ 74] = { 1, TD, sys_fsync, "fsync" },
76 [ 75] = { 1, TD, sys_fdatasync, "fdatasync" },
78 [ 77] = { 2, TD, sys_ftruncate, "ftruncate" },
79 [ 78] = { 3, TD, sys_getdents, "getdents" },
82 [ 81] = { 1, TD, sys_fchdir, "fchdir" },
86 [ 85] = { 2, TD|TF, sys_creat, "creat" },
92 [ 91] = { 2, TD, sys_fchmod, "fchmod" },
94 [ 93] = { 3, TD, sys_fchown, "fchown" },
139 [138] = { 2, TD, sys_fstatfs, "fstatfs" },
188 [187] = { 3, TD, sys_readahead, "readahead" },
191 [190] = { 5, TD, sys_fsetxattr, "fsetxattr" },
194 [193] = { 4, TD, sys_fgetxattr, "fgetxattr" },
197 [196] = { 3, TD, sys_flistxattr, "flistxattr" },
200 [199] = { 2, TD, sys_fremovexattr, "fremovexattr" },
214 [213] = { 1, TD, sys_epoll_create, "epoll_create" },
218 [217] = { 3, TD, sys_getdents64, "getdents64" },
222 [221] = { 4, TD, sys_fadvise64, "fadvise64" },
233 [232] = { 4, TD, sys_epoll_wait, "epoll_wait" },
234 [233] = { 4, TD, sys_epoll_ctl, "epoll_ctl" },
254 [253] = { 0, TD, sys_inotify_init, "inotify_init" },
255 [254] = { 3, TD, sys_inotify_add_watch, "inotify_add_watch" },
256 [255] = { 2, TD, sys_inotify_rm_watch, "inotify_rm_watch" },
258 [257] = { 4, TD|TF, sys_openat, "openat" },
259 [258] = { 3, TD|TF, sys_mkdirat, "mkdirat" },
260 [259] = { 4, TD|TF, sys_mknodat, "mknodat" },
261 [260] = { 5, TD|TF, sys_fchownat, "fchownat" },
262 [261] = { 3, TD|TF, sys_futimesat, "futimesat" },
263 [262] = { 4, TD|TF, sys_newfstatat, "newfstatat" },
264 [263] = { 3, TD|TF, sys_unlinkat, "unlinkat" },
265 [264] = { 4, TD|TF, sys_renameat, "renameat" },
266 [265] = { 5, TD|TF, sys_linkat, "linkat" },
267 [266] = { 3, TD|TF, sys_symlinkat, "symlinkat" },
268 [267] = { 4, TD|TF, sys_readlinkat, "readlinkat" },
269 [268] = { 3, TD|TF, sys_fchmodat, "fchmodat" },
270 [269] = { 3, TD|TF, sys_faccessat, "faccessat" },
271 [270] = { 6, TD, sys_pselect6, "pselect6" },
272 [271] = { 5, TD, sys_ppoll, "ppoll" },
276 [275] = { 6, TD, sys_splice, "splice" },
277 [276] = { 4, TD, sys_tee, "tee" },
278 [277] = { 4, TD, sys_sync_file_range, "sync_file_range" },
279 [278] = { 4, TD, sys_vmsplice, "vmsplice" },
281 [280] = { 4, TD|TF, sys_utimensat, "utimensat" },
282 [281] = { 6, TD, sys_epoll_pwait, "epoll_pwait" },
283 [282] = { 3, TD|TS, sys_signalfd, "signalfd" },
284 [283] = { 2, TD, sys_timerfd_create, "timerfd_create" },
285 [284] = { 1, TD, sys_eventfd, "eventfd" },
286 [285] = { 4, TD, sys_fallocate, "fallocate" },
287 [286] = { 4, TD, sys_timerfd_settime, "timerfd_settime" },
288 [287] = { 2, TD, sys_timerfd_gettime, "timerfd_gettime" },
290 [289] = { 4, TD|TS, sys_signalfd4, "signalfd4" },
291 [290] = { 2, TD, sys_eventfd2, "eventfd2" },
292 [291] = { 1, TD, sys_epoll_create1, "epoll_create1" },
293 [292] = { 3, TD, sys_dup3, "dup3" },
294 [293] = { 2, TD, sys_pipe2, "pipe2" },
295 [294] = { 1, TD, sys_inotify_init1, "inotify_init1" },
296 [295] = { 4, TD, sys_preadv, "preadv" },
297 [296] = { 4, TD, sys_pwritev, "pwritev" },
299 [298] = { 5, TD, sys_perf_event_open, "perf_event_open" },
301 [300] = { 2, TD, sys_fanotify_init, "fanotify_init" },
302 [301] = { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" },
304 [303] = { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" },
305 [304] = { 3, TD, sys_open_by_handle_at, "open_by_handle_at" },
307 [306] = { 1, TD, sys_syncfs, "syncfs" },
309 [308] = { 2, TD, sys_setns, "setns" },
314 [313] = { 3, TD, sys_finit_module, "finit_module" },
317 [316] = { 5, TD|TF, sys_renameat2, "renameat2" },
320 [319] = { 2, TD, sys_memfd_create, "memfd_create", },
321 [320] = { 5, TD, sys_kexec_file_load, "kexec_file_load", },
322 [321] = { 3, TD, sys_bpf, "bpf", },
323 [322] = { 5, TD|TF|TP|SE|SI, sys_execveat, "execveat", },