Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c41 int dfn_depth = 0; variable
120 dfn_depth += 1; in dfn_pre_visit()
122 if (dfn_depth >= dfn_sz) { in dfn_pre_visit()
134 dfn_stack[dfn_depth].nlentryp = parentp; in dfn_pre_visit()
135 dfn_stack[dfn_depth].cycletop = dfn_depth; in dfn_pre_visit()
140 (void) printf("[dfn_pre_visit]\t\t%d:", dfn_depth); in dfn_pre_visit()
176 for (cycletop = dfn_depth; cycletop > 0; cycletop -= 1) { in dfn_findcycle()
201 dfn_depth, cycletop); in dfn_findcycle()
207 if (cycletop == dfn_depth) { in dfn_findcycle()
322 (void) printf("[dfn_post_visit]\t%d: ", dfn_depth); in dfn_post_visit()
[all …]