Home
last modified time | relevance | path

Searched refs:ru_system_time_mach (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Drecount.c274 sum->ru_system_time_mach += to_add->ru_system_time_mach; in recount_usage_add()
445 usage->ru_user_time_mach += usage->ru_system_time_mach; in _fix_time_precision()
446 usage->ru_system_time_mach = 0; in _fix_time_precision()
462 recount_usage_add_snap(usage, &usage->ru_system_time_mach, &diff); in recount_current_thread_usage()
505 recount_usage_add_snap(cur_usage, &cur_usage->ru_system_time_mach, &diff); in recount_current_thread_perf_level_usage()
534 times->rtm_system += usage->ru_system_time_mach; in _times_add_usage()
536 times->rtm_user += usage->ru_system_time_mach; in _times_add_usage()
789 th_time = &th_track->rt_usage.ru_system_time_mach; in recount_absorb_snap()
790 wi_time = &wi_track->rt_usage.ru_system_time_mach; in recount_absorb_snap()
791 tk_time = &tk_track->rt_usage.ru_system_time_mach; in recount_absorb_snap()
[all …]
H A Drecount.h109 uint64_t ru_system_time_mach; member
H A Dthread.c557 usage.ru_system_time_mach, in thread_terminate_self()
563 perf_only.ru_system_time_mach, in thread_terminate_self()
609 usage.ru_system_time_mach, in thread_terminate_self()
615 perf_only.ru_system_time_mach, in thread_terminate_self()
4212 return (int64_t)(usage.ru_system_time_mach + usage.ru_user_time_mach); in dtrace_calc_thread_recent_vtime()
H A Dprocessor.c673 ticks[CPU_STATE_SYSTEM] += (uint32_t)(usage.ru_system_time_mach / in processor_cpu_load_info()
H A Dkern_stackshot.c1936 term_usage.ru_system_time_mach; in kcdata_record_task_snapshot()
2077 usage.ru_system_time_mach; in kcdata_record_task_delta_snapshot()
H A Dcoalition.c900 cru_out->cpu_ptime = stats_perf_only.ru_system_time_mach + in coalition_resource_usage_internal()
H A Dtask.c6466 info->total_system = usage.ru_system_time_mach; in task_power_info_locked()
6474 infov2->task_ptime = usage_perf.ru_system_time_mach + in task_power_info_locked()
6516 extra_info->system_ptime = usage_perf.ru_system_time_mach; in task_power_info_locked()
/xnu-10002.1.13/bsd/kern/
H A Dsys_recount.c55 .ttci_system_time_mach = usage->ru_system_time_mach, in _usage_to_time_cpi()
66 .ttec_system_time_mach = usage->ru_system_time_mach, in _usage_to_time_energy_cpi()
162 .ptcd_system_time_mach = usage->ru_system_time_mach, in _usage_to_proc_threadcounts()
/xnu-10002.1.13/tools/lldbmacros/
H A Drecount.py88 self._system_time_mach += unsigned(usage.ru_system_time_mach)
193 sys_time = unsigned(usage.ru_system_time_mach)
400 usage.ru_system_time_mach + usage.ru_user_time_mach +
/xnu-10002.1.13/doc/
H A Drecount.md72 - `ru_system_time_mach`: the total time spent in the kernel consumed, in Mach time units