Re: [Qemu-devel] [PATCH v4 3/7] accel: collecting JIT statistics

2019-07-26 Thread Alex Bennée
vandersonmr writes: > If a TB has a TBS (TBStatistics) with the TB_JIT_STATS > enabled then we collect statistics of its translation > processes and code translation. To collect the number > of host instructions we used a modified version of the > disas function to pass through the whole code w

[Qemu-devel] [PATCH v4 3/7] accel: collecting JIT statistics

2019-07-19 Thread vandersonmr
If a TB has a TBS (TBStatistics) with the TB_JIT_STATS enabled then we collect statistics of its translation processes and code translation. To collect the number of host instructions we used a modified version of the disas function to pass through the whole code without printing anything (fake_fpr