Searched full: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() 712 * next is sort on ncalls + selfcalls.719 actype thiscalls = this->ncall + this->selfcalls; in membercmp() [all...]
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
1898 "#calls, selfcalls, index \n"); in main() 1908 (void) printf(" %lld ", timesortnlp[i]->selfcalls); in main()