Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dprof_machdep.c55 static int cputime_prof_active; variable
290 cputime_prof_active = 1;
302 cputime_prof_active = 0;
316 if (cputime_prof_active && cputime_clock == CPUTIME_CLOCK_TSC) in tsc_freq_changed()
/f-stack/freebsd/i386/i386/
H A Dprof_machdep.c65 static int cputime_prof_active; variable
329 cputime_prof_active = 1;
380 cputime_prof_active = 0;
396 if (cputime_prof_active && cputime_clock == CPUTIME_CLOCK_TSC) in tsc_freq_changed()