package etw

import "github.com/Microsoft/go-winio/pkg/etw"

Package etw provides support for TraceLogging-based ETW (Event Tracing for Windows). TraceLogging is a format of ETW events that are self-describing (the event contains information on its own schema). This allows them to be decoded without needing a separate manifest with event information. The implementation here is based on the information found in TraceLoggingProvider.h in the Windows SDK, which implements TraceLogging as a set of C macros.

Index

Source Files

doc.go

Directories

PathSynopsis
pkg/etw/sample
Version
v0.6.1
Published
Apr 14, 2023
Platform
js/wasm
Last checked
4 hours ago

Tools for package owners.