]> Git Repo - qemu.git/commit - accel/tcg/translate-all.c
tcg: add separate monitor command to dump opcode counters
authorMax Filippov <[email protected]>
Sun, 2 Nov 2014 08:04:18 +0000 (11:04 +0300)
committerMax Filippov <[email protected]>
Wed, 17 Dec 2014 02:49:32 +0000 (05:49 +0300)
commit246ae24d7df47f05d7b102f9c84e00b536eadc43
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
include/exec/cpu-all.h
monitor.c
tcg/tcg.c
tcg/tcg.h
translate-all.c
This page took 0.027007 seconds and 4 git commands to generate.