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

/external/qemu/
H A Dtranslate-all.c109 s->tb_count1++; /* includes aborted translations because of
/external/qemu/tcg/
H A Dtcg.h311 int64_t tb_count1; member in struct:TCGContext
H A Dtcg.c2225 s->tb_count1 - s->tb_count,
2226 s->tb_count1 ? (double)(s->tb_count1 - s->tb_count) / s->tb_count1 * 100.0 : 0);

Completed in 366 milliseconds