Searched refs:total_system_time (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dhost.h96 uint64_t total_system_time; member in struct:__anon1047
H A Dtask.c677 new_task->total_system_time = 0;
850 dead_task_statistics.total_system_time += task->total_system_time;
2200 absolutetime_to_microtime(task->total_system_time, &secs, &usecs);
2238 absolutetime_to_microtime(task->total_system_time, &secs, &usecs);
2283 absolutetime_to_microtime(task->total_system_time, &secs, &usecs);
2340 info->total_system = task->total_system_time;
2784 info->total_system = task->total_system_time;
H A Dbsd_kern.c619 tinfo.total_system = task->total_system_time;
H A Dtask.h186 uint64_t total_system_time; member in struct:task
H A Dtelemetry.c528 tsnap->system_time_in_terminated_threads = task->total_system_time;
H A Dhost.c481 tinfo->total_system = dead_task_statistics.total_system_time;
H A Dthread.c540 task->total_system_time += timer_grab(&thread->system_timer);
/xnu-2422.115.4/tools/lldbmacros/
H A Dmisc.py177 task.total_system_time)
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c1315 task_snap->system_time_in_terminated_threads = task->total_system_time;

Completed in 48 milliseconds