Home
last modified time | relevance | path

Searched refs:GMON_PROF_HIRES (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dgmon.h192 #define GMON_PROF_HIRES 4 macro
/f-stack/freebsd/libkern/
H A Dmcount.c120 if (p->state == GMON_PROF_HIRES) { in _MCOUNT_DECL()
/f-stack/freebsd/kern/
H A Dsubr_prof.c220 p->state = GMON_PROF_HIRES; in kmstartup()
361 } else if (state == GMON_PROF_HIRES) { in sysctl_kern_prof()