Home
last modified time | relevance | path

Searched refs:ptcd_instructions (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/recount/
H A Drecount_tests.c403 before->ptcd_system_time_mach, before->ptcd_instructions, in _proc_pidthreadcounts_increasing()
407 after->ptcd_system_time_mach, after->ptcd_instructions, in _proc_pidthreadcounts_increasing()
414 T_EXPECT_NE(before->ptcd_instructions, 0ULL, in _proc_pidthreadcounts_increasing()
423 T_EXPECT_GT(after->ptcd_instructions, before->ptcd_instructions, in _proc_pidthreadcounts_increasing()
444 info->ri_pinstructions += count->ptcd_instructions; in _threadcounts_to_rusage_info()
449 info->ri_instructions += count->ptcd_instructions; in _threadcounts_to_rusage_info()
/xnu-11215/bsd/sys/
H A Dproc_info_private.h93 uint64_t ptcd_instructions; member
/xnu-11215/bsd/kern/
H A Dsys_recount.c194 .ptcd_instructions = recount_usage_instructions(usage), in _usage_to_proc_threadcounts()