Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dmcount.c82 if (p->state != GMON_PROF_ON) in _MCOUNT_DECL()
245 p->state = GMON_PROF_ON; in _MCOUNT_DECL()
/f-stack/freebsd/sys/
H A Dgmon.h188 #define GMON_PROF_ON 0 macro
/f-stack/freebsd/kern/
H A Dsubr_prof.c352 } else if (state == GMON_PROF_ON) { in sysctl_kern_prof()
H A Dkern_clock.c749 if (g->state == GMON_PROF_ON && pc >= g->lowpc) { in profclock()