Searched refs:selfcalls (Results 1 – 4 of 4) sorted by relevance
257 if ((np->ncall + np->selfcalls) != 0) { in gprofline()260 if (np->selfcalls != 0) in gprofline()261 (void) printf("+%-7lld ", np->selfcalls); in gprofline()307 parentp->selfcalls == 0 && parentp->propself == 0 && in printgprof()642 if (cyclep->selfcalls != 0) in printcycle()643 (void) printf("+%-7lld", cyclep->selfcalls); in printcycle()666 if (memberp->selfcalls != 0) in printmembers()667 (void) printf("+%-7lld", memberp->selfcalls); in printmembers()719 actype thiscalls = this->ncall + this->selfcalls; in membercmp()720 actype thatcalls = that->ncall + that->selfcalls; in membercmp()
290 cyclenlp->selfcalls = 0; /* how many calls */ in cyclelink()338 cyclenlp->selfcalls += in cyclelink()592 parentp->selfcalls = arcp->arc_count; in doarcs()594 parentp->selfcalls = 0; in doarcs()
241 actype selfcalls; /* how many calls to self */ member
1908 (void) printf(" %lld ", timesortnlp[i]->selfcalls); in main()