Searched refs:thread_counts (Results 1 – 2 of 2) sorted by relevance
215 uint64_t thread_counts[MT_CORE_NFIXED] = { 0 }; in mt_fixed_task_counts() local229 r = mt_fixed_thread_counts(thread, thread_counts); in mt_fixed_task_counts()236 counts[i] += thread_counts[i]; in mt_fixed_task_counts()243 mt_cur_thread_fixed_counts(thread_counts); in mt_fixed_task_counts()248 counts[i] += thread_counts[i]; in mt_fixed_task_counts()
317 uint64_t thread_counts[MT_CORE_NFIXED] = { 0 }; in thread_selfcounts() local319 mt_cur_thread_fixed_counts(thread_counts); in thread_selfcounts()322 counts[0] = thread_counts[MT_CORE_INSTRS]; in thread_selfcounts()324 counts[1] = thread_counts[MT_CORE_CYCLES]; in thread_selfcounts()