Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Ddfn.c181 if (childp->cyclehead != childp && in dfn_findcycle()
182 childp->cyclehead == cycleheadp) in dfn_findcycle()
236 if (cycleheadp->cyclehead != cycleheadp) { in dfn_findcycle()
237 cycleheadp = cycleheadp->cyclehead; in dfn_findcycle()
250 if (childp->cyclehead == childp) { in dfn_findcycle()
256 childp->cyclehead = cycleheadp; in dfn_findcycle()
269 tailp->cnext->cyclehead = cycleheadp; in dfn_findcycle()
281 } else if (childp->cyclehead != cycleheadp) { in dfn_findcycle()
331 if (parentp->cyclehead == parentp) { in dfn_post_visit()
H A Darcs.c138 if (childp->cyclehead != childp) { in timepropagate()
146 childp = childp->cyclehead; in timepropagate()
181 if (parentp->cyclehead != parentp) { in timepropagate()
182 parentp->cyclehead->childtime += share; in timepropagate()
183 parentp->cyclehead->propchild += propshare; in timepropagate()
256 if (nlp->cyclehead == nlp && nlp->cnext != 0) { in cyclelink()
281 if (!(nlp->cyclehead == nlp && nlp->cnext != 0)) { in cyclelink()
309 cyclenlp->cyclehead = cyclenlp; /* head of cycle ptr */ in cyclelink()
327 memberp->cyclehead = cyclenlp; in cyclelink()
369 headp = childp->cyclehead; in inheritflags()
[all …]
H A Dprintgprof.c399 if (childp->cyclehead != 0) in printparents()
400 cycleheadp = childp -> cyclehead; in printparents()
474 if (childp->cyclehead) in printchildren()
479 childp->cyclehead->ncall); in printchildren()
H A Dgprof.h245 struct nl *cyclehead; /* pointer to head of cycle */ member