Searched defs:dfn_depth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c43 int dfn_depth = 0; variable
122 dfn_depth += 1;
124 if (dfn_depth >= dfn_sz) {
136 dfn_stack[dfn_depth].nlentryp = parentp;
137 dfn_stack[dfn_depth].cycletop = dfn_depth;
142 (void) printf("[dfn_pre_visit]\t\t%d:", dfn_depth);
178 for (cycletop = dfn_depth; cycletop > 0; cycletop -= 1) {
202 (void) printf("[dfn_findcycle] dfn_depth %d cycletop %d ",
203 dfn_depth, cycleto
[all...]

Completed in 71 milliseconds