Searched refs:FOLLOWFORKS (Results 1 – 3 of 3) sorted by relevance
334 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()
30 #define FOLLOWFORKS 0x00000001 macro
98 trussinfo->flags |= FOLLOWFORKS; in main()