From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlfdS-0006UB-SC for qemu-devel@nongnu.org; Tue, 04 Nov 2014 10:03:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlfdM-0004H8-Qj for qemu-devel@nongnu.org; Tue, 04 Nov 2014 10:03:06 -0500 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:36955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlfdM-0004Gb-GV for qemu-devel@nongnu.org; Tue, 04 Nov 2014 10:03:00 -0500 Received: by mail-la0-f54.google.com with SMTP id s18so1051496lam.13 for ; Tue, 04 Nov 2014 07:02:58 -0800 (PST) Sender: Richard Henderson Message-ID: <5458EA9C.3080208@twiddle.net> Date: Tue, 04 Nov 2014 16:02:52 +0100 From: Richard Henderson MIME-Version: 1.0 References: <1414960121-18335-1-git-send-email-jcmvbkbc@gmail.com> In-Reply-To: <1414960121-18335-1-git-send-email-jcmvbkbc@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: add separate monitor command to dump opcode counters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov , qemu-devel@nongnu.org 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 > --- > 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~