Questions tagged [windows-wpp]

Windows Software Trace Preprocessor (WPP preprocessor)

The Windows software trace preprocessor (abbreviated WPP; the preprocessor and related support tools are known as WPP Software Tracing) is a preprocessor that simplifies the use of WMI event tracing to implement efficient software tracing in drivers and applications that target Windows 2000 and later operating systems.

WPP was created by Microsoft and is included in the Windows DDK. Although WPP is wide in its applicability, it is not included in the Windows SDK, and therefore is primarily used for drivers and driver support software produced by software vendors that purchase the Windows DDK

16 questions
0
votes
1 answer

How to configure WPP to instrument code in header files (such as templates)?

My driver project uses several template classes which are implemented in c++ header files. By default WPP runs only on .c and .cpp source files, and does not process .h files at all. I have followed the instructions in How do I generate trace…
Sirotnikov
  • 444
  • 4
  • 10
1
2