Searched refs:followfork (Results 1 – 5 of 5) sorted by relevance
87 unsigned int followfork; variable529 if (followfork >= 2) in outf_perror()633 if (followfork >= 2) in printleader()638 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) { in printleader()721 if (followfork >= 2) { in after_successful_attach()840 if (followfork >= 2) { in droptcb()1065 if (followfork && tcp->pid != strace_child && in attach_tcb()1653 followfork++; in init()1760 if (followfork) { in init()1765 followfork = optF; in init()[all …]
767 if ((followfork < 2 && printing_tcp != tcp) || (tcp->flags & TCB_REPRINT)) { in syscall_exiting_trace()
427 extern unsigned followfork;
8420 curcol in line_ended for the stale printing_tcp if followfork == 2.9808 (init) <followfork >= 2>: Check output file name prefix length.13164 * strace.c (maybe_allocate_tcb) <WIFSTOPPED(status) && !followfork>:13169 * strace.c (maybe_allocate_tcb) <WIFSTOPPED(status) && !followfork>:13230 * strace.c (maybe_allocate_tcb) <WIFSTOPPED(status) && !followfork>:48015 * strace.c (droptcb): Remove outfname check in "outfname && followfork >= 2" -48016 with recent changes, followfork >= 2 check guarantees that outfile48853 The fix is in the addition of "&& followfork < 2" condition.51079 followfork is an already existing indicator of what we want to do.51081 and replaces checks for this bit by checks of followfork value.[all …]
1447 swapping. Do not open outfname when followfork > 1.