Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c2628 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()
Dtcg.h486 int64_t tb_count1; member
/external/qemu/
Dtranslate-all.c147 s->tb_count1++; /* includes aborted translations because of in cpu_gen_code()