Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Dkperf.c55 enum kperf_sampling _Atomic kperf_status = KPERF_SAMPLING_OFF;
242 int ok = os_atomic_cmpxchgv(&kperf_status, KPERF_SAMPLING_OFF, in kperf_enable_sampling()
264 if (prev_status == KPERF_SAMPLING_OFF) { in kperf_disable_sampling()
273 KPERF_SAMPLING_OFF, &prev_status, seq_cst); in kperf_disable_sampling()
H A Dkperf.h74 KPERF_SAMPLING_OFF, enumerator
H A Dkptimer.c330 case KPERF_SAMPLING_OFF: in kptimer_expire()