Searched refs:TCB_REPRINT (Results 1 – 3 of 3) sorted by relevance
463 #define TCB_REPRINT 0x20 /* We should reprint this syscall on exit */ macro
2559 if ((followfork < 2 && printing_tcp != tcp) || (tcp->flags & TCB_REPRINT)) { in trace_syscall_exiting()2560 tcp->flags &= ~TCB_REPRINT; in trace_syscall_exiting()
2221 tcp->flags |= TCB_REPRINT; in trace()