Re: [Qemu-devel] [PATCH] tcg: add separate monitor command to dump opcode counters

2014-11-04 Thread Alex Bennée
Max Filippov writes: > 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:

Re: [Qemu-devel] [PATCH] tcg: add separate monitor command to dump opcode counters

2014-11-04 Thread Richard Henderson
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

[Qemu-devel] [PATCH] tcg: add separate monitor command to dump opcode counters

2014-11-02 Thread Max Filippov
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 --- include/exec/cp