Home
last modified time | relevance | path

Searched refs:thread_get_perfcontrol_class (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/osfmk/kern/
H A Dsched_prim.h570 extern perfcontrol_class_t thread_get_perfcontrol_class(
H A Dprocessor.c543 processor->current_perfctl_class = thread_get_perfcontrol_class(thread); in processor_state_update_from_thread()
H A Dsched_prim.c7157 thread_get_perfcontrol_class(thread_t thread) in thread_get_perfcontrol_class() function
/xnu-11417.101.15/osfmk/arm/
H A Dmachine_routines_common.c308 data->perfctl_class = thread_get_perfcontrol_class(thread); in machine_switch_populate_perfcontrol_thread_data()