doc.go 481 B

12345678
  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