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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c322 struct cnt *ccounts; /* Pointer to allocated area for cnt */ local
325 struct cnt *ccp; /* For scanning ccounts. */
516 ccounts = _prof_Malloc(n_cc, sizeof (struct cnt));
519 if (fread((char *)ccounts, sizeof (struct cnt), n_cc, mon_iop) != n_cc)
528 ccp = &ccounts[n_cc]; /* Point to last (+1) of call counters ... */
538 if ((ccounts = (struct cnt *)realloc((char *)ccounts,
699 ccp = ccounts; /* Point to first call counter. */

Completed in 47 milliseconds