Searched refs:tb_count1 (Results 1 – 3 of 3) sorted by relevance
2628 s->tb_count1 - s->tb_count, in tcg_dump_info()2629 s->tb_count1 ? (double)(s->tb_count1 - s->tb_count) / s->tb_count1 * 100.0 : 0); in tcg_dump_info()
486 int64_t tb_count1; member
147 s->tb_count1++; /* includes aborted translations because of in cpu_gen_code()