Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/kgmon/
HDkgmon.c156 disp = GMON_PROF_HIRES; in main()
169 disp == GMON_PROF_HIRES ? "running (high resolution)" : in main()
203 (state == GMON_PROF_HIRES || state == GMON_PROF_ON)))) in openfiles()
240 if (pflag && (mode == GMON_PROF_HIRES || mode == GMON_PROF_ON)) in kern_readonly()
/freebsd-13-stable/sys/sys/
HDgmon.h191 #define GMON_PROF_HIRES 4 macro
/freebsd-13-stable/sys/libkern/
HDmcount.c118 if (p->state == GMON_PROF_HIRES) { in _MCOUNT_DECL()
/freebsd-13-stable/sys/kern/
HDsubr_prof.c218 p->state = GMON_PROF_HIRES; in kmstartup()
359 } else if (state == GMON_PROF_HIRES) { in sysctl_kern_prof()
/freebsd-13-stable/lib/libc/gmon/
HDmcount.c114 if (p->state != GMON_PROF_HIRES) in _MCOUNT_DECL()