Home
last modified time | relevance | path

Searched refs:thsc_cpi (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/tests/recount/
H A Dthread_selfcounts_tests.c18 _check_cpi(struct thsc_cpi *before, struct thsc_cpi *after, const char *name) in _check_cpi()
33 static struct thsc_cpi
36 return (struct thsc_cpi){ in _remove_time_from_cpi()
46 struct thsc_cpi before_cpi = _remove_time_from_cpi(before); in _check_time_cpi()
47 struct thsc_cpi after_cpi = _remove_time_from_cpi(after); in _check_time_cpi()
88 struct thsc_cpi counts[2] = { 0 };
135 struct thsc_cpi counts[2];
/xnu-10002.1.13/tests/
H A Dmonotonic_core.c54 check_fixed_counts(struct thsc_cpi counts[2]) in check_fixed_counts()
73 struct thsc_cpi counts[2];
109 struct thsc_cpi counts[2];
142 struct thsc_cpi counts = { 0 }; in spin_thread_self_counts()
/xnu-10002.1.13/bsd/kern/
H A Dsys_recount.c40 static struct thsc_cpi
43 return (struct thsc_cpi){ in _usage_to_cpi()
84 struct thsc_cpi counts = _usage_to_cpi(&usage); in _selfcounts()
111 struct thsc_cpi counts[RCT_CPU_KIND_COUNT] = { 0 }; in _selfcounts_perf_level()
/xnu-10002.1.13/bsd/sys/
H A Dresource_private.h76 struct thsc_cpi { struct
/xnu-10002.1.13/tests/ktrace/
H A Dkdebug_tests.c1792 struct thsc_cpi counts;