From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWrYt-0001CI-BP for qemu-devel@nongnu.org; Tue, 22 May 2012 12:03:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWrYo-0005SA-JQ for qemu-devel@nongnu.org; Tue, 22 May 2012 12:03:50 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:34269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWrYo-0005Nk-Bl for qemu-devel@nongnu.org; Tue, 22 May 2012 12:03:46 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 May 2012 17:03:27 +0100 Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4MG35Pv2785384 for ; Tue, 22 May 2012 17:03:05 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4MG35Co028762 for ; Tue, 22 May 2012 10:03:05 -0600 From: Stefan Hajnoczi Date: Tue, 22 May 2012 17:03:00 +0100 Message-Id: <1337702582-26368-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 1.1 0/2] tracing: QEMU 1.1-rc3+ fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Llu=C3=ADs=20Vilanova?= , Stefan Hajnoczi Two issues have been reported with the new tracetool Python rewrite: 1. Using parenthesis in ./trace-events format strings produces an exception from tracetool.py. 2. The 'simple' trace backend event numbering is wrong when the ./trace-events file contains disabled events (this is the case by default). These patches fix these issues. Stefan Hajnoczi (2): simpletrace: skip disabled trace event numbering tracetool: allow parenthesis in trace-events format strings scripts/simpletrace.py | 5 +++-- scripts/tracetool/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) -- 1.7.10