Re: [Qemu-devel] [PATCH v2 3/4] Introduce dump of hot TBs

2019-06-25 Thread Alex Bennée
vandersonmr writes: > Adding a function to dump the Nth hottest TBs. > The block PC, execution count and ops is dump to the log. > > Signed-off-by: Vanderson M. do Rosario > --- > accel/tcg/translate-all.c | 45 +++ > include/exec/exec-all.h | 2 ++ > 2

[Qemu-devel] [PATCH v2 3/4] Introduce dump of hot TBs

2019-06-23 Thread vandersonmr
Adding a function to dump the Nth hottest TBs. The block PC, execution count and ops is dump to the log. Signed-off-by: Vanderson M. do Rosario --- accel/tcg/translate-all.c | 45 +++ include/exec/exec-all.h | 2 ++ 2 files changed, 47 insertions(+) diff -