Re: [Qemu-devel] [PATCH v5 07/10] monitor: adding tb_stats hmp command

2019-08-15 Thread Dr. David Alan Gilbert
* vandersonmr (vanderson...@gmail.com) wrote: > 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

[Qemu-devel] [PATCH v5 07/10] monitor: adding tb_stats hmp command

2019-08-14 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