Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kperf/
H A Dkperf.h65 bool kperf_is_sampling(void);
148 if (kperf_is_sampling()) { in kperf_running_setup()
H A Dpet.c592 …kppet_lightweight_start_time = (kperf_is_sampling() && kppet.g_lightweight) ? mach_continuous_time… in kppet_lightweight_active_update()
605 if (kperf_is_sampling()) { in kppet_set_lightweight_pet()
H A Dkperf.c229 kperf_is_sampling(void) in kperf_is_sampling() function
H A Dkptimer.c388 if (!kperf_is_sampling()) { in kptimer_sample_pet_remote()
470 if (!kperf_is_sampling()) { in kptimer_pet_enter()
H A Dkperfbsd.c354 return kperf_is_sampling(); in kperf_sampling_get()