Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/mach/
H A Dcoalition.h135 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES]; member
/xnu-8792.61.2/tools/lldbmacros/
H A Dprocess.py559 …ut_string += "\n\t cpu_time_effective[THREAD_QOS_DEFAULT] {0: <d}".format(coal.r.cpu_time_eqos[0])
560 …tring += "\n\t cpu_time_effective[THREAD_QOS_MAINTENANCE] {0: <d}".format(coal.r.cpu_time_eqos[1])
561 …string += "\n\t cpu_time_effective[THREAD_QOS_BACKGROUND] {0: <d}".format(coal.r.cpu_time_eqos[2])
562 …ut_string += "\n\t cpu_time_effective[THREAD_QOS_UTILITY] {0: <d}".format(coal.r.cpu_time_eqos[3])
563 …out_string += "\n\t cpu_time_effective[THREAD_QOS_LEGACY] {0: <d}".format(coal.r.cpu_time_eqos[4])
564 …ng += "\n\t cpu_time_effective[THREAD_QOS_USER_INITIATED] {0: <d}".format(coal.r.cpu_time_eqos[5])
565 … += "\n\t cpu_time_effective[THREAD_QOS_USER_INTERACTIVE] {0: <d}".format(coal.r.cpu_time_eqos[6])
/xnu-8792.61.2/osfmk/kern/
H A Dcoalition.c210 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES]; /* cpu time per effective QoS class */ member
663 task_update_cpu_time_qos_stats(task, cr->cpu_time_eqos, cr->cpu_time_rqos); in i_coal_resource_remove_task()
766 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES] = { 0 }; in coalition_resource_usage_internal() local
801 task_update_cpu_time_qos_stats(task, cpu_time_eqos, cpu_time_rqos); in coalition_resource_usage_internal()
877 memcpy(cru_out->cpu_time_eqos, cpu_time_eqos, sizeof(cru_out->cpu_time_eqos)); in coalition_resource_usage_internal()