Searched refs:rtm_system (Results 1 – 10 of 10) sorted by relevance
85 tksn->kptksn_system_time_in_terminated_threads = times.rtm_system; in kperf_task_snapshot_sample()
150 thsc->kpthsc_system_time = times.rtm_system; in kperf_thread_scheduling_sample()
572 .tks_system_time_in_terminated_threads = term_times.rtm_system, in _telemetry_take_sample_kernel()573 .tks_system_time = thread_times.rtm_system, in _telemetry_take_sample_kernel()1051 tsnap->system_time_in_terminated_threads = times.rtm_system; in _write_task_snapshot()1145 thsnap->system_time = times.rtm_system; in _write_thread_snapshot()
448 .rtm_system = recount_usage_system_time_mach(usage), in recount_usage_times_mach()634 times->rtm_system += recount_usage_system_time_mach(usage); in _times_add_usage()655 return times.rtm_user + times.rtm_system; in recount_thread_time_mach()683 times.rtm_system += _time_since_last_snapshot(); in recount_current_thread_times()
190 uint64_t rtm_system; member
1127 tinfo.threads_system = total_times.rtm_system - term_times.rtm_system; in fill_taskprocinfo()1131 ptinfo->pti_total_system = total_times.rtm_system; in fill_taskprocinfo()
2280 dead_task_statistics.total_system_time += sum.rtm_system; in task_deallocate_internal()2287 dead_task_statistics.total_ptime += p_only.rtm_user + p_only.rtm_system; in task_deallocate_internal()5425 absolutetime_to_microtime(times.rtm_system, &sec, &usec); in _task_fill_times()5613 info->total_system = total_times.rtm_system; in task_info()5615 info->threads_system += total_times.rtm_system - term_times.rtm_system; in task_info()
4027 cur_tsnap->ts_system_time_in_terminated_threads = term_times.rtm_system; in kcdata_record_task_snapshot()4188 cur_tsnap->tds_system_time_in_terminated_threads = term_times.rtm_system; in kcdata_record_task_delta_snapshot()4437 cur_thread_snap->ths_sys_time = times.rtm_system; in kcdata_record_thread_snapshot()4529 absolutetime_to_microtime(times.rtm_system, &system_sec, &system_usec); in kcdata_record_thread_snapshot()
2277 _convert_mach_to_time_value(times.rtm_system, system_time); in thread_read_times()
1775 *sp = _absolutetime_to_timeval(times.rtm_system); in calcru()