Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c79 if (debug & CALLSDEBUG) { in findcalls()
96 if (debug & CALLSDEBUG) { in findcalls()
109 if (debug & CALLSDEBUG) in findcalls()
115 if (debug & CALLSDEBUG) { in findcalls()
132 if (debug & CALLSDEBUG) { in findcalls()
139 if (debug & CALLSDEBUG) { in findcalls()
168 if (debug & CALLSDEBUG) { in findcalls()
190 if (debug & CALLSDEBUG) { in findcalls()
211 if (debug & CALLSDEBUG) { in findcalls()
H A Dgprof.h410 #define CALLSDEBUG 0x0080 macro