Home
last modified time | relevance | path

Searched refs:kperf_state (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kperf/
H A Dthread_samplers.c69 uint32_t kperf_state = 0; in kperf_thread_info_runmode_legacy() local
74 kperf_state |= KPERF_TI_RUNNING; in kperf_thread_info_runmode_legacy()
77 kperf_state |= KPERF_TI_RUNNABLE; in kperf_thread_info_runmode_legacy()
80 kperf_state |= KPERF_TI_WAIT; in kperf_thread_info_runmode_legacy()
83 kperf_state |= KPERF_TI_UNINT; in kperf_thread_info_runmode_legacy()
86 kperf_state |= KPERF_TI_SUSP; in kperf_thread_info_runmode_legacy()
89 kperf_state |= KPERF_TI_TERMINATE; in kperf_thread_info_runmode_legacy()
92 kperf_state |= KPERF_TI_IDLE; in kperf_thread_info_runmode_legacy()
97 if (kperf_state == 0) { in kperf_thread_info_runmode_legacy()
103 return ((~kperf_state & 0xffff) << 16) | (kperf_state & 0xffff); in kperf_thread_info_runmode_legacy()
/xnu-8019.80.24/tools/lldbmacros/
H A Dktrace.py304 kperf_state = 3 if (
348 'kperf_state': kperf_state,