Searched refs:kperf_state (Results 1 – 2 of 2) sorted by relevance
69 uint32_t kperf_state = 0; in kperf_thread_info_runmode_legacy() local74 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()
304 kperf_state = 3 if (348 'kperf_state': kperf_state,