Re: [Qemu-devel] [PATCH v4 2/7] accel: collecting TB execution count

2019-07-26 Thread Alex Bennée
vandersonmr writes: > If a TB has a TBS (TBStatistics) with the TB_EXEC_STATS > enabled, then we instrument the start code of the TB > to atomically count the number of times it is executed. > The execution count of the TB is stored in its respective > TBS. > > Signed-off-by: Vanderson M. do Ro

[Qemu-devel] [PATCH v4 2/7] accel: collecting TB execution count

2019-07-19 Thread vandersonmr
If a TB has a TBS (TBStatistics) with the TB_EXEC_STATS enabled, then we instrument the start code of the TB to atomically count the number of times it is executed. The execution count of the TB is stored in its respective TBS. Signed-off-by: Vanderson M. do Rosario --- accel/tcg/tcg-runtime.c