Using Event Tracing
The following topics describe how to use the ETW API for event tracing.
| Topic | Description |
|---|---|
| Controlling Event Tracing Sessions | Describes how to manage event tracing sessions. |
| Providing Events | Describes how to register and instrument an event trace provider. |
| Consuming Events | Describes how to implement callback functions used to consume and process events from a trace log file or in real time. |
| Windows Software Trace Preprocessor | Provides an efficient mechanism to log and consume events that occur during the execution of an application or driver. |
Include the Wmistr.h header file before including the Evntrace.h header file.
Show: