Searched refs:counts_out (Results 1 – 4 of 4) sorted by relevance
72 mt_fixed_thread_counts(thread_t thread, uint64_t *counts_out) in mt_fixed_thread_counts() argument126 counts_out[i] = counts[i]; in mt_fixed_thread_counts()198 mt_fixed_task_counts(task_t task, uint64_t *counts_out) in mt_fixed_task_counts() argument201 assert(counts_out != NULL); in mt_fixed_task_counts()204 memset(counts_out, 0, sizeof(*counts_out) * MT_CORE_NFIXED); in mt_fixed_task_counts()250 counts_out[i] = counts[i]; in mt_fixed_task_counts()
78 int mt_fixed_thread_counts(thread_t thread, uint64_t *counts_out);79 int mt_fixed_task_counts(task_t task, uint64_t *counts_out);
180 int(*const mtd_read)(uint64_t ctr_mask, uint64_t *counts_out);
814 uncore_read(uint64_t ctr_mask, uint64_t *counts_out) in uncore_read() argument817 assert(counts_out != NULL); in uncore_read()831 uint64_t *counts = counts_out + (UNCORE_NCTRS * monid); in uncore_read()