From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7lwD-0000af-7w for qemu-devel@nongnu.org; Wed, 14 Mar 2012 07:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7lvo-00044j-Ou for qemu-devel@nongnu.org; Wed, 14 Mar 2012 07:00:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7lvo-00044N-H1 for qemu-devel@nongnu.org; Wed, 14 Mar 2012 06:59:48 -0400 Date: Wed, 14 Mar 2012 12:59:39 +0200 From: Alon Levy Message-ID: <20120314105939.GZ27659@garlic.redhat.com> References: <1331662001-2733-1-git-send-email-alevy@redhat.com> <20120314102013.GA21271@stefanha-thinkpad.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120314102013.GA21271@stefanha-thinkpad.localdomain> Subject: Re: [Qemu-devel] [PATCH v2 0/2] qxl trace events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, kraxel@redhat.com On Wed, Mar 14, 2012 at 10:20:13AM +0000, Stefan Hajnoczi wrote: > On Tue, Mar 13, 2012 at 08:06:39PM +0200, Alon Levy wrote: > > This is split from the previous screendump change patchset, hence the v2. > > > > This is by no way complete but I think it is a good start, and frankly I'd like > > to stop here right now. > > > > Changes from v1: > > add qid prefix to all tracepoints (except vga update which makes no sense) > > rename to ring where suggested (Gerd) > > add some trace points to spice-display > > drop enter/exit in favor of a single command (Gerd) > > some sorting of the trace event list > > > > Alon Levy (2): > > qxl: switch qxl.c to trace-events > > qxl/qxl_render.c: add trace events > > > > hw/qxl-render.c | 13 ++--- > > hw/qxl.c | 156 +++++++++++++++++++++++++--------------------------- > > trace-events | 66 ++++++++++++++++++++++ > > ui/spice-display.c | 13 ++++- > > 4 files changed, 157 insertions(+), 91 deletions(-) > > Some of the trace events have >6 arguments, which is the limit for the > 'simple' trace backend today. The limit may be lifted in the near > future but it would still be nice to avoid using >6 arguments today. OK, I'll split up events then. > > Stefan >