Home
last modified time | relevance | path

Searched refs:kppet_lightweight_active (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kperf/
H A Dpet.h34 extern bool kppet_lightweight_active;
H A Dkperf.c212 if (kppet_lightweight_active) { in kperf_on_cpu_internal()
224 kppet_lightweight_active || in kperf_on_cpu_update()
H A Dpet.c117 bool kppet_lightweight_active = false; variable
559 kppet_lightweight_active = (kperf_is_sampling() && kppet.g_lightweight); in kppet_lightweight_active_update()