Re: [Qemu-devel] [PATCH v2 4/4] adding -d hot_tbs:limit command line option

2019-06-25 Thread Alex Bennée
vandersonmr writes: > add option to dump the N most hot TB blocks. > -d hot_tbs:N > > Signed-off-by: vandersonmr > --- > include/qemu/log-for-trace.h | 2 ++ > linux-user/exit.c| 3 +++ > util/log.c | 9 + > 3 files changed, 14 insertions(+) > > diff

[Qemu-devel] [PATCH v2 4/4] adding -d hot_tbs:limit command line option

2019-06-24 Thread vandersonmr
add option to dump the N most hot TB blocks. -d hot_tbs:N Signed-off-by: vandersonmr --- include/qemu/log-for-trace.h | 2 ++ linux-user/exit.c| 3 +++ util/log.c | 9 + 3 files changed, 14 insertions(+) diff --git a/include/qemu/log-for-trace.h