Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c2444 trace_syscall(struct tcb *tcp, unsigned int *sig) in trace_syscall() function
2491 if (trace_syscall(current_tcp, &restart_sig) < 0) { in dispatch_event()
2554 ret = trace_syscall(current_tcp, &restart_sig); in dispatch_event()
DChangeLog-CVS279 * 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.
[all …]
DChangeLog6460 (next_event, trace_syscall): Change the type of struct timeval variables
8376 Let's try to patch it up by calling trace_syscall when we receive
8381 trace_syscall with TCB_RECOVERING flag being set for the current_tcp
15698 syscall.c: split trace_syscall() into 6 functions.
15699 This change removes the trace_syscall function. Now, the code that uses
15705 (trace_syscall): Remove prototype.
15709 * strace.c (trace_syscall): New static replacement for old trace_syscall.
15710 * syscall.c (trace_syscall): Remove.
20506 (trace_syscall): Add a pointer argument.
20510 * strace.c (trace): Forward signal number from trace_syscall
[all …]