Lines Matching refs:ncall
121 calldiff = (*npp2)->ncall - (*npp1)->ncall; in timecmp()
169 if (zflag == 0 && np->ncall == 0 && np->time == 0) in flatprofline()
184 if (np->ncall != 0) { in flatprofline()
185 (void) printf(" %8lld %8.2f %8.2f ", np->ncall, in flatprofline()
186 1000 * np->time / hz / np->ncall, in flatprofline()
187 1000 * (np->time + np->childtime) / hz / np->ncall); in flatprofline()
257 if ((np->ncall + np->selfcalls) != 0) { in gprofline()
258 (void) printf(" %7lld", np->ncall); in gprofline()
306 if (zflag == 0 && parentp->ncall == 0 && in printgprof()
384 if (np1->ncall > np2->ncall) in totalcmp()
386 if (np1->ncall < np2->ncall) in totalcmp()
434 arcp->arc_count, cycleheadp->ncall); in printparents()
478 childp->cyclehead->ncall); in printchildren()
640 cyclep -> ncall); in printcycle()
664 memberp->ncall); in printmembers()
719 actype thiscalls = this->ncall + this->selfcalls; in membercmp()
720 actype thatcalls = that->ncall + that->selfcalls; in membercmp()
764 thischildp->ncall); in arccmp()
771 thatchildp->ncall); in arccmp()
959 if (zflag == 0 && (mi->nl[index]).ncall == 0 && in printindex()