Home
last modified time | relevance | path

Searched refs:trace_syscall (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dstrace.c1061 trace_syscall(tcp);
1868 if (trace_syscall(tcp) < 0) {
1880 if (trace_syscall(tcp) < 0) {
2295 if (trace_syscall(tcp) < 0) {
Ddefs.h428 extern int trace_syscall P((struct tcb *));
DChangeLog58 (dumpio, internal_syscall, syscall_fixup, trace_syscall): Use it.
66 * syscall.c (trace_syscall): Likewise for SYS_{socketcall,ipc} cases.
593 (trace_syscall): Allocate counts on first use.
770 (trace_syscall): Handle sys_socketcall and sys_ipc on SPARC64
1125 * syscall.c (trace_syscall) [LINUX]: Calculate ONE_TICK once using
1222 (trace_syscall): Print it.
1919 * syscall.c (trace_syscall): Use strerror, not sys_errlist/sys_nerr.
1925 (trace_syscall): Fix return without value.
1972 * syscall.c (trace_syscall): Added not_failing_only handling.
2746 * syscall.c: split trace_syscall into few pieces to make code readable
[all …]
Dsyscall.c1333 trace_syscall(tcp);
2212 trace_syscall(tcp) in trace_syscall() function