tcg: add separate monitor command to dump opcode counters
commit246ae24d7df47f05d7b102f9c84e00b536eadc43
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 2 Nov 2014 08:04:18 +0000 (2 11:04 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 17 Dec 2014 02:49:32 +0000 (17 05:49 +0300)
tree6f0829b1a368a7bdd3ae40446a40ed83ca7f1edf
parentd86fb03469e016af4e54f04efccbc20a8afa3e19
tcg: add separate monitor command to dump opcode counters

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 <jcmvbkbc@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
include/exec/cpu-all.h
monitor.c
tcg/tcg.c
tcg/tcg.h
translate-all.c