Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Ddfn.c163 if ( childp -> cyclehead != childp && in dfn_findcycle()
164 childp -> cyclehead == cycleheadp ) { in dfn_findcycle()
206 if ( cycleheadp -> cyclehead != cycleheadp ) { in dfn_findcycle()
207 cycleheadp = cycleheadp -> cyclehead; in dfn_findcycle()
218 if ( childp -> cyclehead == childp ) { in dfn_findcycle()
224 childp -> cyclehead = cycleheadp; in dfn_findcycle()
235 tailp -> cnext -> cyclehead = cycleheadp; in dfn_findcycle()
246 } else if ( childp -> cyclehead != cycleheadp /* firewall */ ) { in dfn_findcycle()
295 if ( parentp -> cyclehead == parentp ) { in dfn_post_visit()
H A Darcs.c140 parentp -> cyclehead = parentp; in doarcs()
184 parentp -> cyclehead = parentp; in doarcs()
287 if ( childp -> cyclehead != childp ) { in timepropagate()
294 childp = childp -> cyclehead; in timepropagate()
328 if ( parentp -> cyclehead != parentp ) { in timepropagate()
329 parentp -> cyclehead -> childtime += share; in timepropagate()
330 parentp -> cyclehead -> propchild += propshare; in timepropagate()
364 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) { in cyclelink()
382 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) { in cyclelink()
400 cyclenlp -> cyclehead = cyclenlp; /* pointer to head of cycle */ in cyclelink()
[all …]
H A Dgprof.h130 struct nl *cyclehead; /* pointer to head of cycle */ member
159 EXTERN cltype *cyclehead; /* the head of the list */ variable
H A Dprintgprof.c303 if ( childp -> cyclehead != 0 ) { in printparents()
304 cycleheadp = childp -> cyclehead; in printparents()
366 arcp -> arc_count , childp -> cyclehead -> npropcall ); in printchildren()