Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/gmon/
HDgmon.c100 p->kcount = (u_short *)cp; in monstartup()
169 p->kcount, p->kcountsize); in _mcleanup()
180 _write(fd, p->kcount, p->kcountsize); in _mcleanup()
218 profil((char *)p->kcount, p->kcountsize, p->lowpc, s_scale); in moncontrol()
/freebsd-14-stable/sys/sys/
HDgmon.h158 HISTCOUNTER *kcount; member
205 ((p)->kcount[(index) / (HISTFRACTION * sizeof(HISTCOUNTER))])