Home
last modified time | relevance | path

Searched refs:counts_out (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dkern_monotonic.c72 mt_fixed_thread_counts(thread_t thread, uint64_t *counts_out) in mt_fixed_thread_counts() argument
126 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() argument
201 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()
H A Dmonotonic.h78 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);
/xnu-8020.140.41/bsd/sys/
H A Dmonotonic.h180 int(*const mtd_read)(uint64_t ctr_mask, uint64_t *counts_out);
/xnu-8020.140.41/osfmk/arm64/
H A Dmonotonic_arm64.c814 uncore_read(uint64_t ctr_mask, uint64_t *counts_out) in uncore_read() argument
817 assert(counts_out != NULL); in uncore_read()
831 uint64_t *counts = counts_out + (UNCORE_NCTRS * monid); in uncore_read()