Home
last modified time | relevance | path

Searched refs:cpu_time_eqos (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/osfmk/mach/ !
H A Dcoalition.h138 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES]; member
/xnu-11417.140.69/osfmk/kern/ !
H A Dcoalition.c210 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES]; /* cpu time per effective QoS class */ member
701 task_update_cpu_time_qos_stats(task, cr->cpu_time_eqos, cr->cpu_time_rqos); in i_coal_resource_remove_task()
814 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES] = { 0 }; in coalition_resource_usage_internal() local
849 task_update_cpu_time_qos_stats(task, cpu_time_eqos, cpu_time_rqos); in coalition_resource_usage_internal()
943 memcpy(cru_out->cpu_time_eqos, cpu_time_eqos, sizeof(cru_out->cpu_time_eqos)); in coalition_resource_usage_internal()
/xnu-11417.140.69/tools/lldbmacros/ !
H A Dprocess.py614 …ut_string += "\n\t cpu_time_effective[THREAD_QOS_DEFAULT] {0: <d}".format(coal.r.cpu_time_eqos[0])
615 …tring += "\n\t cpu_time_effective[THREAD_QOS_MAINTENANCE] {0: <d}".format(coal.r.cpu_time_eqos[1])
616 …string += "\n\t cpu_time_effective[THREAD_QOS_BACKGROUND] {0: <d}".format(coal.r.cpu_time_eqos[2])
617 …ut_string += "\n\t cpu_time_effective[THREAD_QOS_UTILITY] {0: <d}".format(coal.r.cpu_time_eqos[3])
618 …out_string += "\n\t cpu_time_effective[THREAD_QOS_LEGACY] {0: <d}".format(coal.r.cpu_time_eqos[4])
619 …ng += "\n\t cpu_time_effective[THREAD_QOS_USER_INITIATED] {0: <d}".format(coal.r.cpu_time_eqos[5])
620 … += "\n\t cpu_time_effective[THREAD_QOS_USER_INTERACTIVE] {0: <d}".format(coal.r.cpu_time_eqos[6])