I forgot to open the QEMU 2.1 tracing queue. Let's get started! The following changes since commit 9898370497da3f18e0c9555b65c858eabc78ab50:
Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into staging (2014-05-06 12:23:05 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/tracing-pull-request for you to fetch changes up to e00e36fb913217d49f57cc19d8d605270dd82bc5: configure: Show trace output file conditionally (2014-05-07 19:07:18 +0200) ---------------------------------------------------------------- Tracing pull request ---------------------------------------------------------------- LluĂs Vilanova (8): trace: [tracetool] Add method 'Event.api' to build event names trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy' trace: [tracetool] Spacing changes trace: [tracetool] Cosmetic changes trace: [tracetool] Show list of frontends and backends sorted by name trace: [tracetool] Change format docs to point to the generated file trace: [simple] Bump up log version number trace: [tracetool] Minimize the amount of per-backend code Stefan Weil (1): configure: Show trace output file conditionally configure | 2 + scripts/simpletrace.py | 16 ++-- scripts/tracetool/__init__.py | 53 +++++++------ scripts/tracetool/backend/__init__.py | 74 ++++++++--------- scripts/tracetool/backend/dtrace.py | 81 +++---------------- scripts/tracetool/backend/events.py | 23 ------ scripts/tracetool/backend/ftrace.py | 56 ++++++------- scripts/tracetool/backend/simple.py | 132 +++++++++++++++---------------- scripts/tracetool/backend/stderr.py | 43 ++++------ scripts/tracetool/backend/ust.py | 65 +++------------ scripts/tracetool/format/__init__.py | 50 ++++-------- scripts/tracetool/format/c.py | 16 +++- scripts/tracetool/format/d.py | 30 ++++++- scripts/tracetool/format/events_c.py | 15 ++-- scripts/tracetool/format/events_h.py | 15 ++-- scripts/tracetool/format/h.py | 30 ++++--- scripts/tracetool/format/stap.py | 42 +++++++++- scripts/tracetool/format/ust_events_c.py | 7 +- scripts/tracetool/format/ust_events_h.py | 42 +++++++++- trace/Makefile.objs | 4 +- trace/simple.c | 2 +- 21 files changed, 364 insertions(+), 434 deletions(-) delete mode 100644 scripts/tracetool/backend/events.py -- 1.9.0