From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT5tY-0007xd-3j for qemu-devel@nongnu.org; Thu, 27 Mar 2014 04:42:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT5tT-0008By-Ni for qemu-devel@nongnu.org; Thu, 27 Mar 2014 04:42:40 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:50467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT5tT-0008Au-Fa for qemu-devel@nongnu.org; Thu, 27 Mar 2014 04:42:35 -0400 Received: by mail-wg0-f46.google.com with SMTP id b13so2189164wgh.17 for ; Thu, 27 Mar 2014 01:42:34 -0700 (PDT) Date: Thu, 27 Mar 2014 09:42:31 +0100 From: Stefan Hajnoczi Message-ID: <20140327084231.GA9580@stefanha-thinkpad.redhat.com> References: <1395680694-27758-1-git-send-email-alex.bennee@linaro.org> <1395682526-7538-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1395682526-7538-1-git-send-email-alex.bennee@linaro.org> Subject: Re: [Qemu-devel] [PATCH] trace: teach lttng backend to use format strings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex.bennee@linaro.org Cc: Mohamad Gebai , mohamad.gebai@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com, vilanova@ac.upc.edu On Mon, Mar 24, 2014 at 05:35:26PM +0000, alex.bennee@linaro.org wrote: > From: Alex Bennée > > This makes the UST backend pay attention to the format string arguments > that are defined when defining payload data. With this you can now > ensure integers are reported in hex mode if you want. > > Signed-off-by: Alex Bennée > > --- > > v2 > - remove silly debug statements > --- > scripts/tracetool/__init__.py | 12 ++++++++++-- > scripts/tracetool/backend/ust.py | 17 ++++++++++++----- > 2 files changed, 22 insertions(+), 7 deletions(-) This conflicts with Lluis' tracing cleanup patch series that is merged for QEMU 2.1. Please rebase on: git://github.com/stefanha/qemu.git tracing-next