Home
last modified time | relevance | path

Searched refs:print_pid_pfx (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c98 static bool print_pid_pfx; variable
654 if (print_pid_pfx) in printleader()
1929 print_pid_pfx = (outfname && followfork < 2 && (followfork == 1 || nprocs > 1)); in init()
DChangeLog48556 variables iflag,rflag,print_pid_pfx.
48855 * strace.c: Remove pflag_seen variable, add print_pid_pfx one.
48858 Set print_pid_pfx before entering main tracing loop.
48859 (printleader): Use print_pid_pfx to decide whether to print pid prefix.