Home
last modified time | relevance | path

Searched refs:FOLLOWFORKS (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/truss/
H A Dsetup.c334 if (info->flags & FOLLOWFORKS) in new_proc()
598 if (info->flags & (FOLLOWFORKS | DISPLAYTIDS)) { in print_line_prefix()
599 if (info->flags & FOLLOWFORKS) in print_line_prefix()
601 if ((info->flags & (FOLLOWFORKS | DISPLAYTIDS)) == in print_line_prefix()
602 (FOLLOWFORKS | DISPLAYTIDS)) in print_line_prefix()
H A Dtruss.h30 #define FOLLOWFORKS 0x00000001 macro
H A Dmain.c98 trussinfo->flags |= FOLLOWFORKS; in main()