From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7guB-0004fz-Ov for qemu-devel@nongnu.org; Wed, 14 Mar 2012 01:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7guA-0000pC-1M for qemu-devel@nongnu.org; Wed, 14 Mar 2012 01:37:47 -0400 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:48134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7gu0-0000n6-R2 for qemu-devel@nongnu.org; Wed, 14 Mar 2012 01:37:45 -0400 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 14 Mar 2012 11:07:08 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2E5ahkS4042804 for ; Wed, 14 Mar 2012 11:06:44 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2EB6WU8028833 for ; Wed, 14 Mar 2012 22:06:32 +1100 Message-ID: <4F602E68.7080009@linux.vnet.ibm.com> Date: Wed, 14 Mar 2012 11:06:40 +0530 From: Harsh Bora MIME-Version: 1.0 References: <1330608340-9515-1-git-send-email-harsh@linux.vnet.ibm.com> <874ntsz2fi.fsf@ginnungagap.bsc.es> In-Reply-To: <874ntsz2fi.fsf@ginnungagap.bsc.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH v5 00/14] Tracing Improvements, Simpletrace v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Llu=EDs_Vilanova?= Cc: stefanha@gmail.com, qemu-devel@nongnu.org, aneesh.kumar@linux.vnet.ibm.com On 03/14/2012 01:41 AM, Lluís Vilanova wrote: > Harsh Prateek Bora writes: > >> This patchset introduces 2 major updates: >> 1) Tracetool Improvements (Conversion from shell script to python) >> 2) Simpletrace v2 log format (Support for variable args, strings) > >> Existing simple trace can log upto 6 args per trace event and does not >> support strings in trace record format. Introducing new trace format as >> discussed earlier on list to support variable number/size of arguments. >> Basic testing of new tracelog format is successful. Stress testing not yet >> done. > > I've split the rewrite-related patches into the new series "Rewrite tracetool > using python". > Okay! - Harsh > > Thanks, > Lluis >