Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c183 if (childp->cyclehead != childp && in dfn_findcycle()
184 childp->cyclehead == cycleheadp) in dfn_findcycle()
238 if (cycleheadp->cyclehead != cycleheadp) { in dfn_findcycle()
239 cycleheadp = cycleheadp->cyclehead; in dfn_findcycle()
252 if (childp->cyclehead == childp) { in dfn_findcycle()
258 childp->cyclehead = cycleheadp; in dfn_findcycle()
271 tailp->cnext->cyclehead = cycleheadp; in dfn_findcycle()
283 } else if (childp->cyclehead != cycleheadp) { in dfn_findcycle()
333 if (parentp->cyclehead == parentp) { in dfn_post_visit()
H A Darcs.c135 if (childp->cyclehead != childp) { in timepropagate()
143 childp = childp->cyclehead; in timepropagate()
178 if (parentp->cyclehead != parentp) { in timepropagate()
179 parentp->cyclehead->childtime += share; in timepropagate()
180 parentp->cyclehead->propchild += propshare; in timepropagate()
253 if (nlp->cyclehead == nlp && nlp->cnext != 0) { in cyclelink()
278 if (!(nlp->cyclehead == nlp && nlp->cnext != 0)) { in cyclelink()
306 cyclenlp->cyclehead = cyclenlp; /* head of cycle ptr */ in cyclelink()
324 memberp->cyclehead = cyclenlp; in cyclelink()
364 headp = childp->cyclehead; in inheritflags()
[all …]
H A Dprintgprof.c398 if (childp->cyclehead != 0) in printparents()
399 cycleheadp = childp -> cyclehead; in printparents()
473 if (childp->cyclehead) in printchildren()
478 childp->cyclehead->ncall); in printchildren()
H A Dgprof.h249 struct nl *cyclehead; /* pointer to head of cycle */ member