qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1.1 0/2] tracing: QEMU 1.1-rc3+ fixes


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 1.1 0/2] tracing: QEMU 1.1-rc3+ fixes
Date: Tue, 22 May 2012 17:03:00 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]