Searched refs:n_cc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c332 int vn_cc, n_cc; /* Number of cnt structures in profile data */ local
515 n_cc = head.nfns;
516 ccounts = _prof_Malloc(n_cc, sizeof (struct cnt));
519 if (fread((char *)ccounts, sizeof (struct cnt), n_cc, mon_iop) != n_cc)
527 n_pc = (n - sizeof (head) - n_cc * sizeof (struct cnt))/sizeof (WORD);
528 ccp = &ccounts[n_cc]; /* Point to last (+1) of call counters ... */
532 } while (--n_cc > 0); /* Or all are zero. */
534 if (n_cc > 0) {
537 if (n_cc < hea
[all...]

Completed in 82 milliseconds