Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/rm/
H A Dcoalition_info_resource_usage.c139 sum += cru.cpu_time_eqos[i]; in get_qos_sum()
/xnu-12377.41.6/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()
815 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES] = { 0 }; in coalition_resource_usage_internal() local
817 memcpy(cpu_time_eqos, &coal->r.cpu_time_eqos, sizeof(cpu_time_eqos)); in coalition_resource_usage_internal()
862 task_update_cpu_time_qos_stats(task, cpu_time_eqos, cpu_time_rqos); in coalition_resource_usage_internal()
957 memcpy(cru_out->cpu_time_eqos, cpu_time_eqos, sizeof(cru_out->cpu_time_eqos)); in coalition_resource_usage_internal()
/xnu-12377.41.6/osfmk/mach/
H A Dcoalition.h138 uint64_t cpu_time_eqos[COALITION_NUM_THREAD_QOS_TYPES]; member
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py617 …ut_string += "\n\t cpu_time_effective[THREAD_QOS_DEFAULT] {0: <d}".format(coal.r.cpu_time_eqos[0])
618 …tring += "\n\t cpu_time_effective[THREAD_QOS_MAINTENANCE] {0: <d}".format(coal.r.cpu_time_eqos[1])
619 …string += "\n\t cpu_time_effective[THREAD_QOS_BACKGROUND] {0: <d}".format(coal.r.cpu_time_eqos[2])
620 …ut_string += "\n\t cpu_time_effective[THREAD_QOS_UTILITY] {0: <d}".format(coal.r.cpu_time_eqos[3])
621 …out_string += "\n\t cpu_time_effective[THREAD_QOS_LEGACY] {0: <d}".format(coal.r.cpu_time_eqos[4])
622 …ng += "\n\t cpu_time_effective[THREAD_QOS_USER_INITIATED] {0: <d}".format(coal.r.cpu_time_eqos[5])
623 … += "\n\t cpu_time_effective[THREAD_QOS_USER_INTERACTIVE] {0: <d}".format(coal.r.cpu_time_eqos[6])