Searched refs:textsize (Results 1 – 4 of 4) sorted by relevance
110 if (frompc < p->lowpc || frompc - p->lowpc >= p->textsize) in _MCOUNT_DECL()116 if (frompci >= p->textsize) in _MCOUNT_DECL()159 if ((frompc - p->lowpc) < p->textsize) in _MCOUNT_DECL()168 if (frompci >= p->textsize) in _MCOUNT_DECL()274 if (selfpcdiff < p->textsize) { in mexitcount()
97 np.textsize = np.highpc - p->lowpc; in kmupetext()98 np.kcountsize = np.textsize / HISTFRACTION; in kmupetext()100 np.fromssize = np.textsize / HASHFRACTION; in kmupetext()101 np.tolimit = np.textsize * ARCDENSITY / 100; in kmupetext()163 p->textsize = p->highpc - p->lowpc; in kmstartup()165 p->textsize, (uintmax_t)p->lowpc, (uintmax_t)p->highpc); in kmstartup()166 p->kcountsize = p->textsize / HISTFRACTION; in kmstartup()168 p->fromssize = p->textsize / HASHFRACTION; in kmstartup()169 p->tolimit = p->textsize * ARCDENSITY / 100; in kmstartup()
751 if (i < g->textsize) { in profclock()
168 u_long textsize; member