qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] tcg: add separate monitor command to dump opcode counters
Date: Tue, 04 Nov 2014 16:02:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

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 <address@hidden>
> ---
>  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 <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]