Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/recount/
H A Dthread_selfcounts_tests.c21 T_EXPECT_GT(before->tcpi_instructions, UINT64_C(0), in _check_cpi()
27 T_EXPECT_GT(after->tcpi_instructions, before->tcpi_instructions, in _check_cpi()
37 .tcpi_instructions = time_cpi->ttci_instructions, in _remove_time_from_cpi()
149 dt_stat_add(instrs, counts[1].tcpi_instructions -
150 counts[0].tcpi_instructions);
/xnu-8796.121.2/tests/
H A Dmonotonic_core.c57 T_EXPECT_GT(counts[0].tcpi_instructions, UINT64_C(0), "non-zero instructions"); in check_fixed_counts()
61 T_EXPECT_GT(counts[1].tcpi_instructions, counts[0].tcpi_instructions, in check_fixed_counts()
113 counts[0].tcpi_instructions = start->arg1;
115 counts[1].tcpi_instructions = end->arg1;
/xnu-8796.121.2/bsd/sys/
H A Dresource_private.h77 uint64_t tcpi_instructions; member
/xnu-8796.121.2/bsd/kern/
H A Dsys_recount.c44 .tcpi_instructions = usage->ru_instructions, in _usage_to_cpi()
/xnu-8796.121.2/tests/ktrace/
H A Dkdebug_tests.c1838 T_ASSERT_GE(tp->arg1, tc_infos[i].counts.tcpi_instructions,