From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrpI7-0001hk-LA for qemu-devel@nongnu.org; Thu, 19 Jul 2012 07:53:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrpI1-0001Q4-OV for qemu-devel@nongnu.org; Thu, 19 Jul 2012 07:53:11 -0400 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:33198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrpI1-0001PS-3x for qemu-devel@nongnu.org; Thu, 19 Jul 2012 07:53:05 -0400 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jul 2012 17:23:00 +0530 Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay04.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6JBqKxW1704294 for ; Thu, 19 Jul 2012 17:22:20 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6JHMtlD001663 for ; Fri, 20 Jul 2012 03:22:55 +1000 Message-ID: <5007F4E4.2060008@linux.vnet.ibm.com> Date: Thu, 19 Jul 2012 17:22:04 +0530 From: Harsh Bora MIME-Version: 1.0 References: <1342695173-32010-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1342695173-32010-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/4] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony Liguori , qemu-devel@nongnu.org On 07/19/2012 04:22 PM, Stefan Hajnoczi wrote: > Simpletrace v2 has landed: > * Strings are now logged instead of their pointers > * Variable-length arguments allow for >6 trace event arguments > > Thanks to Harsh Prateek Bora for this improvement! Thanks very much to Stefan Hajnoczi for his effective, detailed reviews without which it would have taken longer. regards, Harsh > > The following changes since commit dfe1ce5d80cba603bafaac91b239d683abe19cf7: > > Merge remote-tracking branch 'kwolf/for-anthony' into staging (2012-07-18 14:44:50 -0500) > > are available in the git repository at: > > > git://github.com/stefanha/qemu.git tracing > > for you to fetch changes up to 90a147a275da3a432bdf00238ebf438eff1d2c1b: > > Update simpletrace.py for new log format (2012-07-19 11:34:33 +0100) > > ---------------------------------------------------------------- > Alexey Kardashevskiy (1): > trace: added ability to comment out events in the list > > Harsh Prateek Bora (3): > monitor: remove unused do_info_trace > Simpletrace v2: Support multiple arguments, strings. > Update simpletrace.py for new log format > > monitor.c | 16 --- > scripts/simpletrace.py | 116 +++++++++------ > scripts/tracetool/backend/simple.py | 90 +++++++++--- > trace/control.c | 3 + > trace/simple.c | 271 ++++++++++++++++++++--------------- > trace/simple.h | 40 ++++-- > 6 files changed, 340 insertions(+), 196 deletions(-) >