Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kperf/
H A Dkperf.h65 bool kperf_is_sampling(void);
148 if (kperf_is_sampling()) { in kperf_running_setup()
H A Dpet.c561 kppet_lightweight_active = (kperf_is_sampling() && kppet.g_lightweight); in kppet_lightweight_active_update()
574 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.c391 if (!kperf_is_sampling()) { in kptimer_sample_pet_remote()
473 if (!kperf_is_sampling()) { in kptimer_pet_enter()
H A Dkperfbsd.c354 return kperf_is_sampling(); in kperf_sampling_get()