From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkUyB-0005W4-Ga for qemu-devel@nongnu.org; Tue, 10 Jan 2012 01:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkUyA-0007qP-DN for qemu-devel@nongnu.org; Tue, 10 Jan 2012 01:14:03 -0500 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:48337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkUy9-0007qH-T0 for qemu-devel@nongnu.org; Tue, 10 Jan 2012 01:14:02 -0500 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 10 Jan 2012 05:58:41 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0A68Yf32469978 for ; Tue, 10 Jan 2012 17:08:40 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0A6CuEY004384 for ; Tue, 10 Jan 2012 17:12:57 +1100 Message-ID: <4F0BD6E6.4030001@linux.vnet.ibm.com> Date: Tue, 10 Jan 2012 11:42:54 +0530 From: Harsh Bora MIME-Version: 1.0 References: <1326123980-6038-1-git-send-email-harsh@linux.vnet.ibm.com> <1326123980-6038-2-git-send-email-harsh@linux.vnet.ibm.com> <4F0B56BF.20200@suse.de> In-Reply-To: <4F0B56BF.20200@suse.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH v2 1/4] Converting tracetool.sh to tracetool.py List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: vilanova@ac.upc.edu, mathieu.desnoyers@efficios.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com On 01/10/2012 02:36 AM, Andreas Färber wrote: > Am 09.01.2012 16:46, schrieb Harsh Prateek Bora: >> Note: Upstream Qemu have build issues with LTTng ust backend, as the trace >> event APIs are not yet stable in ust and therefore ust backend is not >> supported in this script as of now. Once the ust API stablises, this script >> can be updated for ust backend also. >> >> Signed-off-by: Harsh Prateek Bora >> --- >> scripts/tracetool | 643 -------------------------------------------------- >> scripts/tracetool.py | 505 +++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 505 insertions(+), 643 deletions(-) >> delete mode 100755 scripts/tracetool >> create mode 100755 scripts/tracetool.py > > This will break the build. You need to squash 2/4 into this one. Yes, 2/4 will be squashed with it. > > What does "ust backend is not supported" mean? Did you leave it out > completely, or did not test it, or tested it and it's not working? Please see discussion on 0/4 patch thread. Existing tracetool needs a fix for ust, and I was not sure about the fix, therefore not converted yet. - Harsh > > Andreas >