Home
last modified time | relevance | path

Searched refs:textsize (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/libkern/
H A Dmcount.c110 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()
/f-stack/freebsd/kern/
H A Dsubr_prof.c97 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()
H A Dkern_clock.c751 if (i < g->textsize) { in profclock()
/f-stack/freebsd/sys/
H A Dgmon.h168 u_long textsize; member