Event Tracing Samples

The Platform Software Development Kit (SDK) contains complete event tracing samples. These samples are located in the Samples\WinBase\EventTrace directory. The root of this path is the base installation directory of the PSDK. You can download the PSDK from https://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5.

The following table describes the samples contained in the Samples\WinBase\EventTrace directory.

Sample Description
TraceDmp An event trace consumer. It decodes the event data using the format information obtained from WMI and outputs the data in a .csv file.
TraceDp Uses the event trace provider API to provide event trace data to the logger or a consumer.
TraceLog Uses the event trace controller API to manage logging sessions.

 

For detailed descriptions, see the Readme.txt file included with these samples.