Home
last modified time | relevance | path

Searched refs:highpc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_prof.c94 np.highpc = ROUNDUP(nhighpc, HISTFRACTION * sizeof(HISTCOUNTER)); in kmupetext()
95 if (np.highpc <= p->highpc) in kmupetext()
97 np.textsize = np.highpc - p->lowpc; in kmupetext()
112 if (np.highpc <= p->highpc) { in kmupetext()
162 p->highpc = ROUNDUP((u_long)etext, HISTFRACTION * sizeof(HISTCOUNTER)); in kmstartup()
163 p->textsize = p->highpc - p->lowpc; in kmstartup()
165 p->textsize, (uintmax_t)p->lowpc, (uintmax_t)p->highpc); in kmstartup()
/f-stack/freebsd/sys/
H A Dgmon.h167 uintfptr_t highpc; member