From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl1DP-0001pT-55 for qemu-devel@nongnu.org; Sun, 02 Nov 2014 14:53:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl1DC-0000IS-3X for qemu-devel@nongnu.org; Sun, 02 Nov 2014 14:53:31 -0500 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:54163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl1DB-0000Hu-RB for qemu-devel@nongnu.org; Sun, 02 Nov 2014 14:53:18 -0500 Received: by mail-pd0-f179.google.com with SMTP id g10so10204057pdj.24 for ; Sun, 02 Nov 2014 11:53:16 -0800 (PST) Sender: Richard Henderson Message-ID: <54568BA7.50705@twiddle.net> Date: Sun, 02 Nov 2014 11:53:11 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1414915640-9543-1-git-send-email-jcmvbkbc@gmail.com> In-Reply-To: <1414915640-9543-1-git-send-email-jcmvbkbc@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: dump op count to the same stream as other info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov , qemu-devel@nongnu.org On 11/02/2014 01:07 AM, Max Filippov wrote: > Otherwise 'info jit' outputs half of the information to monitor and the > rest to qemu log. > > Signed-off-by: Max Filippov > --- > tcg/tcg.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Well, yes, but do you really want 60+ lines of per-opcode use counts on the monitor? I'm pretty sure I would never find that useful... r~