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
