Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Ddfn.c44 int dfn_depth; variable
52 dfn_depth = 0; in dfn_init()
109 dfn_depth += 1; in dfn_pre_visit()
110 if ( dfn_depth >= DFN_DEPTH ) in dfn_pre_visit()
112 dfn_stack[ dfn_depth ].nlentryp = parentp; in dfn_pre_visit()
113 dfn_stack[ dfn_depth ].cycletop = dfn_depth; in dfn_pre_visit()
117 printf( "[dfn_pre_visit]\t\t%d:" , dfn_depth ); in dfn_pre_visit()
173 dfn_depth , cycletop ); in dfn_findcycle()
178 if ( cycletop == dfn_depth ) { in dfn_findcycle()
286 printf( "[dfn_post_visit]\t%d: " , dfn_depth ); in dfn_post_visit()
[all …]