Home
last modified time | relevance | path

Searched refs:COUNTONLY (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/truss/
H A Dmain.c104 trussinfo->flags |= (COUNTONLY | NOSIGS); in main()
201 if (trussinfo->flags & COUNTONLY) in main()
H A Dtruss.h36 #define COUNTONLY 0x00000040 macro
H A Dsetup.c776 if ((info->flags & COUNTONLY) == 0) { in eventloop()
802 if ((info->flags & COUNTONLY) == 0) in eventloop()
805 if ((info->flags & COUNTONLY) == 0) in eventloop()
815 if ((info->flags & COUNTONLY) == 0) in eventloop()
H A Dsyscalls.c2763 if (trussinfo->flags & COUNTONLY) { in print_syscall_ret()