From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SroMU-0001VM-D9 for qemu-devel@nongnu.org; Thu, 19 Jul 2012 06:53:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SroMQ-0000UI-Bb for qemu-devel@nongnu.org; Thu, 19 Jul 2012 06:53:38 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:33661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SroMQ-0000U2-18 for qemu-devel@nongnu.org; Thu, 19 Jul 2012 06:53:34 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jul 2012 11:53:33 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6JArTZp2375820 for ; Thu, 19 Jul 2012 11:53:29 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6JArSWw022469 for ; Thu, 19 Jul 2012 04:53:29 -0600 From: Stefan Hajnoczi Date: Thu, 19 Jul 2012 11:52:49 +0100 Message-Id: <1342695173-32010-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/4] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi 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! 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(-) -- 1.7.10.4