The following changes since commit f6b06fcceef465de0cf2514c9f76fe0192896781:
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' into staging (2019-01-23 17:57:47 +0000) are available in the Git repository at: git://github.com/stefanha/qemu.git tags/tracing-pull-request for you to fetch changes up to 57b7bdf426445d8356171135308dfe6d7d5fb612: trace: rerun tracetool after ./configure changes (2019-01-30 10:57:03 +0800) ---------------------------------------------------------------- Pull request User-visible changes: * The new qemu-trace-stap script makes it convenient to collect traces without writing SystemTap scripts. See "man qemu-trace-stap" for details. ---------------------------------------------------------------- Daniel P. Berrangé (4): display: ensure qxl log_buf is a nul terminated string trace: enforce that every trace-events file has a final newline trace: forbid use of %m in trace event format strings trace: add ability to do simple printf logging via systemtap Stefan Hajnoczi (1): trace: rerun tracetool after ./configure changes Vladimir Sementsov-Ogievskiy (1): trace: improve runstate tracing MAINTAINERS | 1 + docs/devel/tracing.txt | 4 + Makefile | 26 ++-- Makefile.target | 11 +- hw/display/qxl.c | 14 ++- hw/vfio/pci.c | 2 +- vl.c | 7 +- hw/display/trace-events | 2 +- hw/gpio/trace-events | 2 +- hw/vfio/trace-events | 2 +- scripts/qemu-trace-stap | 175 +++++++++++++++++++++++++++ scripts/qemu-trace-stap.texi | 140 +++++++++++++++++++++ scripts/tracetool/__init__.py | 6 + scripts/tracetool/format/log_stap.py | 127 +++++++++++++++++++ trace-events | 4 +- 15 files changed, 502 insertions(+), 21 deletions(-) create mode 100755 scripts/qemu-trace-stap create mode 100644 scripts/qemu-trace-stap.texi create mode 100644 scripts/tracetool/format/log_stap.py -- 2.20.1