[Spice-devel] [PATCH 0/4] Add ETW support to release version
Yuri Benditovich
yuri.benditovich at daynix.com
Fri Jun 30 09:11:41 UTC 2017
This series of patches allows binary traces to be recorded in customer
environment for further offline analysis. ETW (Event tracing for
Windows) and WPP (preprocessing of traces) provide minimal overhead
when trace session is not active (regular usage) and low throghput
and minimal affect when tracing is active.
Debug version is unchanged.
Yuri Benditovich (4):
qxl-wddm-dod: Correct format of printouts
qxl-wddm-dod: add trace definition file for WPP
qxl-wddm-dod: Support ETW for release version
qxl-wddm-dod: Add scripts for ETW recording and parsing
QxlDodCollectTrace.bat | 31 ++++++++++
QxlDodParseTrace.bat | 10 ++++
qxldod/QxlDod.cpp | 106 +++++++++++++++++----------------
qxldod/WppTrace.h | 51 ++++++++++++++++
qxldod/driver.cpp | 11 +++-
qxldod/driver.h | 5 ++
qxldod/qxldod.vcxproj | 5 ++
qxldod/qxldod.vcxproj.filters | 133 +++++++++++++++++++++---------------------
8 files changed, 235 insertions(+), 117 deletions(-)
create mode 100644 QxlDodCollectTrace.bat
create mode 100644 QxlDodParseTrace.bat
create mode 100644 qxldod/WppTrace.h
--
2.7.0.windows.1
More information about the Spice-devel
mailing list