Searched defs:thischildp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c750 nltype *thischildp = thisp->arc_childp; local
761 printname(thischildp);
764 thischildp->ncall);
776 if (thisparentp == thischildp) {
790 if (thisparentp->cycleno != 0 && thischildp->cycleno != 0 &&
791 thisparentp->cycleno == thischildp->cycleno) {

Completed in 84 milliseconds