On 11/02/2014 09:28 PM, Max Filippov wrote: > Currently 'info jit' outputs half of the information to monitor and the > rest to qemu log. Dumping opcode counts to monitor as a part of 'info > jit' command doesn't sound useful. Add new monitor command 'info > opcount' that only dumps opcode counters. > > Signed-off-by: Max Filippov <jcmvb...@gmail.com> > --- > include/exec/cpu-all.h | 1 + > monitor.c | 12 ++++++++++++ > tcg/tcg.c | 12 ++++++++---- > tcg/tcg.h | 1 + > translate-all.c | 5 +++++ > 5 files changed, 27 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~