From patchwork Tue Oct 5 13:28:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 66828 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9F904B6F0D for ; Wed, 6 Oct 2010 00:33:02 +1100 (EST) Received: from localhost ([127.0.0.1]:48755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P37db-0001Aa-M0 for incoming@patchwork.ozlabs.org; Tue, 05 Oct 2010 09:32:59 -0400 Received: from [140.186.70.92] (port=53888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P37a5-0008Gc-5i for qemu-devel@nongnu.org; Tue, 05 Oct 2010 09:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P37Zq-0003hM-8w for qemu-devel@nongnu.org; Tue, 05 Oct 2010 09:29:10 -0400 Received: from mtagate7.de.ibm.com ([195.212.17.167]:34315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P37Zq-0003go-0R for qemu-devel@nongnu.org; Tue, 05 Oct 2010 09:29:06 -0400 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate7.de.ibm.com (8.13.1/8.13.1) with ESMTP id o95DT2AE022680 for ; Tue, 5 Oct 2010 13:29:02 GMT Received: from d12av04.megacenter.de.ibm.com (d12av04.megacenter.de.ibm.com [9.149.165.229]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o95DT1V83952780 for ; Tue, 5 Oct 2010 15:29:02 +0200 Received: from d12av04.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o95DT016019927 for ; Tue, 5 Oct 2010 15:29:01 +0200 Received: from stefan-thinkpad.ibm.com (sig-9-145-201-78.de.ibm.com [9.145.201.78]) by d12av04.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o95DSxxW019881; Tue, 5 Oct 2010 15:29:00 +0200 From: Stefan Hajnoczi To: Date: Tue, 5 Oct 2010 14:28:52 +0100 Message-Id: <1286285333-21003-3-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1286285333-21003-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1286285333-21003-1-git-send-email-stefanha@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Cc: Blue Swirl , Stefan Hajnoczi , Prerna Saxena Subject: [Qemu-devel] [PATCH 3/4] trace: Use TP_PROTO() and TP_ARGS() for LTTng UST X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The LTTng UserSpace Tracer formerly used TPPROTO() and TPARGS() instead of TP_PROTO() and TP_ARGS() like the kernel uses. This has been changed so QEMU needs to follow. I am not aware of a graceful way of making the transition but since no one complained that the UST build is broken, it should be fine to just switch over without compatibility for old UST headers. The newer UST headers are shipping in distro packages so it is realistic to make this change now. Signed-off-by: Stefan Hajnoczi --- tracetool | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tracetool b/tracetool index 63e3e29..7010858 100755 --- a/tracetool +++ b/tracetool @@ -250,7 +250,7 @@ linetoh_ust() argnames=$(get_argnames "$1") cat <