Home
last modified time | relevance | path

Searched refs:selfcalls (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c258 if ((np->ncall + np->selfcalls) != 0) { in gprofline()
261 if (np->selfcalls != 0) in gprofline()
262 (void) printf("+%-7lld ", np->selfcalls); in gprofline()
308 parentp->selfcalls == 0 && parentp->propself == 0 && in printgprof()
647 if (cyclep->selfcalls != 0) in printcycle()
648 (void) printf("+%-7lld", cyclep->selfcalls); in printcycle()
671 if (memberp->selfcalls != 0) in printmembers()
672 (void) printf("+%-7lld", memberp->selfcalls); in printmembers()
726 actype thiscalls = this->ncall + this->selfcalls; in membercmp()
727 actype thatcalls = that->ncall + that->selfcalls; in membercmp()
H A Darcs.c293 cyclenlp->selfcalls = 0; /* how many calls */ in cyclelink()
341 cyclenlp->selfcalls += in cyclelink()
597 parentp->selfcalls = arcp->arc_count; in doarcs()
599 parentp->selfcalls = 0; in doarcs()
H A Dgprof.h237 actype selfcalls; /* how many calls to self */ member
H A Dgprof.c1945 (void) printf(" %lld ", timesortnlp[i]->selfcalls); in main()