Re: [Qemu-devel] [PATCH v8 07/11] monitor: adding tb_stats hmp command

2019-08-30 Thread Alex Bennée
vandersonmr writes: > Adding tb_stats [start|pause|stop|filter] command to hmp. > This allows controlling the collection of statistics. > It is also possible to set the level of collection: > all, jit, or exec. > > tb_stats filter allow to only collect statistics for the TB > in the last_search

[Qemu-devel] [PATCH v8 07/11] monitor: adding tb_stats hmp command

2019-08-29 Thread vandersonmr
Adding tb_stats [start|pause|stop|filter] command to hmp. This allows controlling the collection of statistics. It is also possible to set the level of collection: all, jit, or exec. tb_stats filter allow to only collect statistics for the TB in the last_search list. The goal of this command is t