Searched refs:self_stats (Results 1 – 1 of 1) sorted by relevance
90 struct thsc_time_cpi self_stats; member133 int rv = thread_selfcounts(THSC_TIME_CPI, &entry->self_stats, sizeof(entry->self_stats)); in fill_thread_stats()442 uint64_t user_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_user_time_mach);443 uint64_t system_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_system_time_mach);484 gThreadList[i].self_stats.ttci_instructions,485 gThreadList[i].self_stats.ttci_cycles,