Searched refs:sys_func (Results 1 – 5 of 5) sorted by relevance
169 if (s->sys_func == sys_dup2 || in pathtrace_match()170 s->sys_func == sys_dup3 || in pathtrace_match()171 s->sys_func == sys_sendfile || in pathtrace_match()172 s->sys_func == sys_sendfile64 || in pathtrace_match()173 s->sys_func == sys_tee) in pathtrace_match()180 if (s->sys_func == sys_inotify_add_watch || in pathtrace_match()181 s->sys_func == sys_faccessat || in pathtrace_match()182 s->sys_func == sys_fchmodat || in pathtrace_match()183 s->sys_func == sys_futimesat || in pathtrace_match()184 s->sys_func == sys_unlinkat || in pathtrace_match()[all …]
650 func = tcp->s_ent->sys_func; in dumpio()773 if ( sys_execve == tcp->s_ent->sys_func in trace_syscall_entering()775 || sys_execv == tcp->s_ent->sys_func in trace_syscall_entering()784 if (tcp->s_ent->sys_func == sys_socketcall) { in trace_syscall_entering()790 if (tcp->s_ent->sys_func == sys_ipc) { in trace_syscall_entering()825 if ((tcp->qual_flg & QUAL_RAW) && tcp->s_ent->sys_func != sys_exit) in trace_syscall_entering()828 res = tcp->s_ent->sys_func(tcp); in trace_syscall_entering()919 sys_res = tcp->s_ent->sys_func(tcp); in trace_syscall_exiting()1266 .sys_func = printargs, in get_scno()
252 int (*sys_func)(); member671 ((unsigned long)(scno) < nsyscalls && sysent[scno].sys_func)
558 BUILT_SOURCES = .version sys_func.h565 sys_func.h: $(patsubst %,$(srcdir)/%,$(strace_SOURCES_c))596 CLEANFILES = sys_func.h $(ioctlent_h)
1424 sysent[tcp->scno].sys_func values.