Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/recount/
H A Dthread_selfcounts_tests.c18 _check_cpi(struct thsc_cpi *before, struct thsc_cpi *after, const char *name) in _check_cpi()
34 _check_no_cpi(struct thsc_cpi *before, struct thsc_cpi *after, const char *name) in _check_no_cpi()
42 static struct thsc_cpi
45 return (struct thsc_cpi){ in _remove_time_from_cpi()
55 struct thsc_cpi before_cpi = _remove_time_from_cpi(before); in _check_time_cpi()
56 struct thsc_cpi after_cpi = _remove_time_from_cpi(after); in _check_time_cpi()
72 struct thsc_cpi before_cpi = _remove_time_from_cpi(before); in _check_no_time_cpi()
73 struct thsc_cpi after_cpi = _remove_time_from_cpi(after); in _check_no_time_cpi()
123 struct thsc_cpi counts[2] = { 0 };
253 struct thsc_cpi counts[2];
/xnu-11215.1.10/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-11215.1.10/bsd/kern/
H A Dsys_recount.c40 static struct thsc_cpi
43 return (struct thsc_cpi){ in _usage_to_cpi()
110 struct thsc_cpi counts = _usage_to_cpi(&usage); in _selfcounts()
142 struct thsc_cpi counts[RCT_CPU_KIND_COUNT] = { 0 }; in _selfcounts_perf_level()
/xnu-11215.1.10/bsd/sys/
H A Dresource_private.h76 struct thsc_cpi { struct
/xnu-11215.1.10/tests/ktrace/
H A Dkdebug_tests.c1809 struct thsc_cpi counts;