Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_prim.h557 extern perfcontrol_class_t thread_get_perfcontrol_class(
H A Dprocessor.c564 processor->current_perfctl_class = thread_get_perfcontrol_class(thread); in processor_state_update_from_thread()
H A Dsched_prim.c6274 thread_get_perfcontrol_class(thread_t thread) in thread_get_perfcontrol_class() function
/xnu-12377.1.9/osfmk/arm/
H A Dmachine_routines_common.c320 data->perfctl_class = thread_get_perfcontrol_class(thread); in machine_switch_populate_perfcontrol_thread_data()