Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/recount/
H A Dthread_selfcounts_tests.c37 .tcpi_instructions = time_cpi->ttci_instructions, in _remove_time_from_cpi()
63 .ttci_instructions = energy_cpi->ttec_instructions, in _remove_energy_from_cpi()
H A Drecount_perf_tests.c300 counts->ttci_instructions = after.ttci_instructions - in thread_selfcounts_usage()
301 before.ttci_instructions; in thread_selfcounts_usage()
316 return (double)counts->ttci_instructions; in thread_selfcounts_measurement()
/xnu-10002.41.9/bsd/sys/
H A Dresource_private.h85 uint64_t ttci_instructions; member
/xnu-10002.41.9/bsd/kern/
H A Dsys_recount.c53 .ttci_instructions = usage->ru_instructions, in _usage_to_time_cpi()
/xnu-10002.41.9/tests/
H A Dsetitimer.c418 gThreadList[i].self_stats.ttci_instructions,