Home
last modified time | relevance | path

Searched refs:mth_counts (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dkern_monotonic.c98 counts[i] = thread->t_monotonic.mth_counts[i]; in mt_fixed_thread_counts()
158 thread->t_monotonic.mth_counts[i] += counts_since[i]; in mt_update_thread()
367 counts[i] = curthread->t_monotonic.mth_counts[i]; in mt_cur_thread_fixed_counts()
396 count = curthread->t_monotonic.mth_counts[MT_CORE_INSTRS]; in mt_cur_thread_instrs()
418 count = curthread->t_monotonic.mth_counts[MT_CORE_CYCLES]; in mt_cur_thread_cycles()
482 task->task_monotonic.mtk_counts[i] += thread->t_monotonic.mth_counts[i]; in mt_update_task()
552 *instrs = thread->t_monotonic.mth_counts[MT_CORE_INSTRS]; in mt_stackshot_thread()
557 *cycles = thread->t_monotonic.mth_counts[MT_CORE_CYCLES]; in mt_stackshot_thread()
/xnu-8020.121.3/osfmk/machine/
H A Dmonotonic.h58 uint64_t mth_counts[MT_CORE_NFIXED]; member