github.com/Serizao/go-winio@v0.0.0-20230906082528-f02f7f4ad6e8/pkg/etw/doc.go (about)

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