Searched refs:tcpi_instructions (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/tests/recount/ |
| H A D | thread_selfcounts_tests.c | 21 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 D | monotonic_core.c | 57 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 D | resource_private.h | 77 uint64_t tcpi_instructions; member
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | sys_recount.c | 44 .tcpi_instructions = usage->ru_instructions, in _usage_to_cpi()
|
| /xnu-8796.121.2/tests/ktrace/ |
| H A D | kdebug_tests.c | 1838 T_ASSERT_GE(tp->arg1, tc_infos[i].counts.tcpi_instructions,
|