Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dkern_monotonic.c212 counts[i] = task->task_monotonic.mtk_counts[i]; in mt_fixed_task_counts()
482 task->task_monotonic.mtk_counts[i] += thread->t_monotonic.mth_counts[i]; in mt_update_task()
566 *instrs = task->task_monotonic.mtk_counts[MT_CORE_INSTRS]; in mt_stackshot_task()
571 *cycles = task->task_monotonic.mtk_counts[MT_CORE_CYCLES]; in mt_stackshot_task()
/xnu-8020.121.3/osfmk/machine/
H A Dmonotonic.h62 uint64_t mtk_counts[MT_CORE_NFIXED]; member