Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dthread_samplers.c68 uint32_t kperf_state = 0; in kperf_thread_info_runmode_legacy() local
73 kperf_state |= KPERF_TI_RUNNING; in kperf_thread_info_runmode_legacy()
76 kperf_state |= KPERF_TI_RUNNABLE; in kperf_thread_info_runmode_legacy()
79 kperf_state |= KPERF_TI_WAIT; in kperf_thread_info_runmode_legacy()
82 kperf_state |= KPERF_TI_UNINT; in kperf_thread_info_runmode_legacy()
85 kperf_state |= KPERF_TI_SUSP; in kperf_thread_info_runmode_legacy()
88 kperf_state |= KPERF_TI_TERMINATE; in kperf_thread_info_runmode_legacy()
91 kperf_state |= KPERF_TI_IDLE; in kperf_thread_info_runmode_legacy()
96 if (kperf_state == 0) { in kperf_thread_info_runmode_legacy()
102 return ((~kperf_state & 0xffff) << 16) | (kperf_state & 0xffff); in kperf_thread_info_runmode_legacy()
/xnu-8796.141.3/tools/lldbmacros/
H A Dktrace.py313 kperf_state = 3 if (
357 'kperf_state': kperf_state,