Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c415 parentp->cycleno == childp->cycleno)) { in printparents()
457 childp->cycleno == parentp->cycleno)) { in printchildren()
515 if (selfp->cycleno != 0) in printname()
797 if (thisparentp->cycleno != 0 && thischildp->cycleno != 0 && in arccmp()
798 thisparentp->cycleno == thischildp->cycleno) { in arccmp()
802 if (thatparentp->cycleno != 0 && thatchildp->cycleno != 0 && in arccmp()
803 thatparentp->cycleno == thatchildp->cycleno) { in arccmp()
824 if (thatparentp->cycleno != 0 && thatchildp->cycleno != 0 && in arccmp()
825 thatparentp->cycleno == thatchildp->cycleno) { in arccmp()
1056 "<cycle %d>", nlp->cycleno); in printindex()
[all …]
H A Darcs.c139 if (parentp->cycleno == childp->cycleno) { in timepropagate()
307 cyclenlp->cycleno = cycle; /* internal number */ in cyclelink()
326 memberp->cycleno = cycle; in cyclelink()
339 if (arcp->arc_parentp->cycleno == in cyclelink()
606 parentp->cycleno = 0; in doarcs()
H A Dgprof.h244 int cycleno; /* internal number of cycle on */ member