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

/freebsd-11.0-release/usr.bin/truss/
H A Dmain.c115 trussinfo->flags |= (COUNTONLY | NOSIGS);
209 if (trussinfo->flags & COUNTONLY)
H A Dtruss.h37 #define COUNTONLY 0x00000040 macro
H A Dsetup.c634 if ((info->flags & COUNTONLY) == 0) {
660 if ((info->flags & COUNTONLY) == 0)
663 if ((info->flags & COUNTONLY) == 0)
673 if ((info->flags & COUNTONLY) == 0)
H A Dsyscalls.c2048 if (trussinfo->flags & COUNTONLY) {

Completed in 59 milliseconds