Searched refs:tcpi_instructions (Results 1 – 4 of 4) sorted by relevance
61 T_EXPECT_GT(counts[0].tcpi_instructions, UINT64_C(0), "non-zero instructions"); in check_fixed_counts()65 T_EXPECT_GT(counts[1].tcpi_instructions, counts[0].tcpi_instructions, in check_fixed_counts()135 counts[0].tcpi_instructions = start->arg1;137 counts[1].tcpi_instructions = end->arg1;289 dt_stat_add(instrs, counts[1].tcpi_instructions - counts[0].tcpi_instructions);
48 uint64_t tcpi_instructions; member
322 counts.tcpi_instructions = thread_counts[MT_CORE_INSTRS]; in thread_selfcounts()
1784 T_ASSERT_GE(tp->arg1, tc_infos[i].counts.tcpi_instructions,