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