Searched refs:self_stats (Results 1 – 1 of 1) sorted by relevance
87 struct thsc_time_cpi self_stats; member136 int rv = thread_selfcounts(THSC_TIME_CPI, &entry->self_stats, sizeof(entry->self_stats)); in fill_thread_stats()391 uint64_t user_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_user_time_mach);392 uint64_t system_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_system_time_mach);421 gThreadList[i].self_stats.ttci_instructions,422 gThreadList[i].self_stats.ttci_cycles,