Searched refs:KPERF_SAMPLING_OFF (Results 1 – 3 of 3) sorted by relevance
55 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()
74 KPERF_SAMPLING_OFF, enumerator
327 case KPERF_SAMPLING_OFF: in kptimer_expire()