5

Event Tracing - Win32 apps | Microsoft Docs

 3 years ago
source link: https://docs.microsoft.com/en-us/windows/win32/etw/event-tracing-portal
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Event Tracing

  • 05/31/2018
  • 2 minutes to read

In this article

Purpose

Event Tracing for Windows (ETW) provides application programmers the ability to start and stop event tracing sessions, instrument an application to provide trace events, and consume trace events. Trace events contain an event header and provider-defined data that describes the current state of an application or operation. You can use the events to debug an application and perform capacity and performance analysis.

This documentation is for user-mode applications that want to use ETW. For information about instrumenting device drivers that run in kernel mode, see WPP Software Tracing and Adding Event Tracing to Kernel-Mode Drivers in the Windows Driver Kit (WDK).

Where applicable

Use ETW when you want to instrument your application, log user or kernel events to a log file, and consume events from a log file or in real time.

Developer audience

ETW is designed for C and C++ developers who write user-mode applications.

Run-time requirements

ETW is included in Microsoft Windows 2000 and later. For information about which operating systems are required to use a particular function, see the Requirements section of the documentation for the function.

Process ETW traces in .NET code

You can use the .NET TraceProcessing API to analyze ETW traces for your applications and other software components. This API is used internally at Microsoft to analyze ETW data produced the Windows engineering system, and it is also used to power several tables in Windows Performance Analyzer. This API is available as a NuGet package.

For more information, see this article.

In this section

In this section Topic Description What's New in Event Tracing New features that were added to Event Tracing in each release. About Event Tracing General information about Event Tracing. Using Event Tracing Task-related topics that describe how to use the ETW API. Event Tracing Reference Detailed descriptions of ETW functions and other programming elements.

Is this page helpful?


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK