Searched refs:mtk_counts (Results 1 – 2 of 2) sorted by relevance
212 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()
62 uint64_t mtk_counts[MT_CORE_NFIXED]; member