Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c87 static bool print_pid_pfx = 0; variable
647 if (print_pid_pfx) in printleader()
1925 print_pid_pfx = (outfname && followfork < 2 && (followfork == 1 || nprocs > 1)); in init()
DChangeLog29366 variables iflag,rflag,print_pid_pfx.
29665 * strace.c: Remove pflag_seen variable, add print_pid_pfx one.
29668 Set print_pid_pfx before entering main tracing loop.
29669 (printleader): Use print_pid_pfx to decide whether to print pid prefix.