Home
last modified time | relevance | path

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

/external/strace/
Dsyscall.c767 if ((followfork < 2 && printing_tcp != tcp) || (tcp->flags & TCB_REPRINT)) { in syscall_exiting_trace()
768 tcp->flags &= ~TCB_REPRINT; in syscall_exiting_trace()
Dstrace.c2112 tcp->flags |= TCB_REPRINT; in maybe_switch_tcbs()
2219 || (tcp->flags & TCB_REPRINT)) { in print_event_exit()
2220 tcp->flags &= ~TCB_REPRINT; in print_event_exit()
Ddefs.h266 #define TCB_REPRINT 0x10 /* We should reprint this syscall on exit */ macro
DChangeLog48041 to set TCB_REPRINT, and when we don't: it's never needed :)
48044 If not it, it'd be possible to nuke TCB_REPRINT...
48048 * strace.c (printleader): Do not set TCB_REPRINT.
48049 (trace): Set TCB_REPRINT only for execve with changing pid.
48051 * syscall.c (trace_syscall_entering): Do not clear TCB_REPRINT.