Home
last modified time | relevance | path

Searched refs:rtm_system (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.81.5/osfmk/kperf/
H A Dtask_samplers.c74 tksn->kptksn_system_time_in_terminated_threads = times.rtm_system; in kperf_task_snapshot_sample()
H A Dthread_samplers.c152 thsc->kpthsc_system_time = times.rtm_system; in kperf_thread_scheduling_sample()
/xnu-10002.81.5/osfmk/kern/
H A Drecount.h160 uint64_t rtm_system; member
H A Dbsd_kern.c1064 tinfo.threads_system = total_times.rtm_system - term_times.rtm_system; in fill_taskprocinfo()
1068 ptinfo->pti_total_system = total_times.rtm_system; in fill_taskprocinfo()
H A Drecount.c529 times->rtm_system += usage->ru_system_time_mach; in _times_add_usage()
550 return times.rtm_user + times.rtm_system; in recount_thread_time_mach()
578 times.rtm_system += _time_since_last_snapshot(); in recount_current_thread_times()
H A Dtelemetry.c978 tsnap->system_time_in_terminated_threads = times.rtm_system; in telemetry_process_sample()
1114 thsnap->system_time = times.rtm_system; in telemetry_process_sample()
H A Dtask.c2080 dead_task_statistics.total_system_time += sum.rtm_system; in task_deallocate_internal()
2087 dead_task_statistics.total_ptime += p_only.rtm_user + p_only.rtm_system; in task_deallocate_internal()
5155 absolutetime_to_microtime(times.rtm_system, &sec, &usec); in _task_fill_times()
5343 info->total_system = total_times.rtm_system; in task_info()
5345 info->threads_system += total_times.rtm_system - term_times.rtm_system; in task_info()
H A Dkern_stackshot.c2312 cur_thread_snap->ths_sys_time = times.rtm_system; in kcdata_record_thread_snapshot()
2387 absolutetime_to_microtime(times.rtm_system, &system_sec, &system_usec); in kcdata_record_thread_snapshot()
H A Dthread.c2252 _convert_mach_to_time_value(times.rtm_system, system_time); in thread_read_times()