Home
last modified time | relevance | path

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

/freebsd/lib/libc/gmon/
H A Dgmon.c97 p->kcount = (u_short *)cp; in monstartup()
166 p->kcount, p->kcountsize); in _mcleanup()
177 _write(fd, p->kcount, p->kcountsize); in _mcleanup()
215 profil((char *)p->kcount, p->kcountsize, p->lowpc, s_scale); in moncontrol()
/freebsd/sys/sys/
H A Dgmon.h156 HISTCOUNTER *kcount; member
203 ((p)->kcount[(index) / (HISTFRACTION * sizeof(HISTCOUNTER))])