Event Tracing for Windows (ETW) report

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The Event Tracing for Windows (ETW) report lists the ETW events that were recorded in a performance session of Visual Studio Profiling Tools. ETW data is collected in a binary (.etl) file.

Note

You cannot display ETW reports in Visual Studio interface.

Column Description
Timestamp Identifies when the event occurred.
Process ID Identifies the process that generated the event.
Thread ID Identifies the thread that generated the event.
Description Identifies the event provider.
Type Identifies the event type.
Properties The properties of the event. Each event is a comma-separated, name-value pair that is enclosed in brackets.