Lines Matching refs:trace_syscall
279 * strace.c (trace): If trace_syscall() failed with ESRCH,
283 * syscall.c (trace_syscall): If decode fails on syscall exit,
356 * syscall.c (trace_syscall): Stop indiscriminately bailing out
478 * syscall.c (trace_syscall): If RVAL_STR is set, then
525 * syscall.c (trace_syscall): Conditionalize on [SYS_socket_subcall]
744 (trace_syscall): Use common socketcall and ipc subcall
1417 * syscall.c (trace_syscall): Use it.
2059 (dumpio, internal_syscall, syscall_fixup, trace_syscall): Use it.
2067 * syscall.c (trace_syscall): Likewise for SYS_{socketcall,ipc} cases.
2594 (trace_syscall): Allocate counts on first use.
2771 (trace_syscall): Handle sys_socketcall and sys_ipc on SPARC64
3126 * syscall.c (trace_syscall) [LINUX]: Calculate ONE_TICK once using
3223 (trace_syscall): Print it.
3920 * syscall.c (trace_syscall): Use strerror, not sys_errlist/sys_nerr.
3926 (trace_syscall): Fix return without value.
3973 * syscall.c (trace_syscall): Added not_failing_only handling.
4747 * syscall.c: split trace_syscall into few pieces to make code readable
5231 trace_syscall and change prototype and all callers