Lines Matching refs:counts
49 CNT counts[CNTCHUNKSIZE]; /* The array of count information. */ member
69 CNT_packed counts[CNTCHUNKSIZE]; /* The array of count information. */ member
121 p->counts[i].pc = 0; in __ghs_prof_clear_callcounts()
122 *(p->counts[i].countPtr) = 0; in __ghs_prof_clear_callcounts()
232 temp->counts[i].pc = p->counts[i].pc; in __ghs_prof_dump_callcounts()
237 tpc = (pc_overlay *)(&p->counts[i].pc); in __ghs_prof_dump_callcounts()
238 temp->counts[i].pc[0] = tpc->pc[0]; in __ghs_prof_dump_callcounts()
239 temp->counts[i].pc[1] = tpc->pc[1]; in __ghs_prof_dump_callcounts()
243 temp->counts[i].countPtr = (int *)(short)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
246 temp->counts[i].countPtr = (int *)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
248 temp->counts[i].countPtr = (int)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
255 if (HOSTIO_WRITE(fd, (void *) temp->counts, len) != len) { in __ghs_prof_dump_callcounts()
344 __cntTail__->counts[__cntTail__->numUsed].pc = (int) archead; in __ghs_indmcount()
346 __cntTail__->counts[__cntTail__->numUsed].pc = (char *)archead; in __ghs_indmcount()
348 __cntTail__->counts[__cntTail__->numUsed++].countPtr = (int *) area; in __ghs_indmcount()