Searched refs:ncall (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/gprof/common/ |
| H A D | printgprof.c | 122 calldiff = (*npp2)->ncall - (*npp1)->ncall; in timecmp() 170 if (zflag == 0 && np->ncall == 0 && np->time == 0) in flatprofline() 185 if (np->ncall != 0) { in flatprofline() 186 (void) printf(" %8lld %8.2f %8.2f ", np->ncall, in flatprofline() 187 1000 * np->time / hz / np->ncall, in flatprofline() 188 1000 * (np->time + np->childtime) / hz / np->ncall); in flatprofline() 258 if ((np->ncall + np->selfcalls) != 0) { in gprofline() 259 (void) printf(" %7lld", np->ncall); in gprofline() 307 if (zflag == 0 && parentp->ncall == 0 && in printgprof() 385 if (np1->ncall > np2->ncall) in totalcmp() [all …]
|
| H A D | arcs.c | 154 if (childp->ncall == 0) { in timepropagate() 162 ((double)childp->ncall)); in timepropagate() 165 ((double)childp->ncall)); in timepropagate() 191 arcp->arc_count, childp->ncall); in timepropagate() 291 cyclenlp->ncall = 0; /* how many times */ in cyclelink() 344 cyclenlp->ncall += in cyclelink() 388 if (childp->ncall) { in inheritflags() 391 / ((double)childp->ncall)); in inheritflags() 415 if (headp->ncall) { in inheritflags() 419 / ((double)headp->ncall)); in inheritflags() [all …]
|
| H A D | gprof.c | 756 childp->ncall += rawp->raw_count; in tally() 759 childp->ncall += rawp->raw_count; in tally() 761 childp->ncall -= rawp->raw_count; in tally() 762 if (childp->ncall < 0) in tally() 763 childp->ncall = 0; in tally() 1944 (void) printf(" %lld ", timesortnlp[i]->ncall); in main()
|
| H A D | gprof.h | 236 actype ncall; /* how many times called */ member
|
| /illumos-gate/usr/src/cmd/truss/ |
| H A D | fcall.c | 656 Stk->ncall = 0; in make_lwp_stack() 730 Stk->ncall = 0; in make_thr_stack() 798 Stk->ncall = 0; in find_lwp_stack() 840 Stk->ncall = 0; in find_stack() 861 Stk->ncall = 0; in find_stack() 902 Stk->ncall = 0; in find_stack() 1042 if (Stk->ncall == Stk->maxcall) { in callstack_info() 1183 for (i = 1; i < Stk->ncall; i++) { in show_function_call() 1210 for (i = 0; i < Stk->ncall; i++) { in show_function_return() 1461 for (i = 0; i < Stk->ncall; i++) { in function_entry() [all …]
|
| H A D | ramdata.h | 272 uint_t ncall; /* number of elements in stack */ member
|
| /illumos-gate/usr/src/cmd/awk/ |
| H A D | run.c | 251 int i, ncall, ndef; in call() local 270 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */ in call() 271 ncall++; in call() 274 s, ncall, ndef, fp-frame)); in call() 275 if (ncall > ndef) { in call() 277 s, ncall, ndef); in call() 279 if (ncall + ndef > NARGS) { in call() 281 s, ncall+ndef, NARGS); in call() 328 if (i >= ncall) { in call()
|