Critical Section Trace Provider

2 events across 1 channel

EventTitleChannel
34CritSecCollisionETW Trace
35CritSecInitETW Trace

Event ID 34: CritSecCollision

#
Provider
Critical Section Trace Provider
Channel
ETW Trace
Source
Trace

Fields #

NameDescription
LockCount mof:UInt32
SpinCount mof:UInt32
OwningThread mof:UInt32
CritSecAddr mof:UInt32

Event ID 35: CritSecInit

#
Provider
Critical Section Trace Provider
Channel
ETW Trace
Source
Trace

Fields #

NameDescription
SpinCount mof:UInt32
CritSecAddr mof:UInt32

Provenance

Where this provider's schema came from, and which Windows build it was observed on. Windows can change a provider's event schema between builds, so use this to judge whether it matches the build you collect from.

ETW provider GUID {3AC66736-CC59-4CFF-8115-8DF50E39816B}

Observed on:

  • WS2025-26100.0 · schema read from the WMI MOF class · captured 2026-02-26

    Taken from Windows installation media (build 26100.1), not a patched system, so the exact update level is unknown.

  • WS2022-20348.4893 · schema read from the WMI MOF class · captured 2026-06-02

    MOF class: CritSecTraceProvider

  • Win11-26200.6584 · schema read from the WMI MOF class · captured 2026-06-02

    MOF class: CritSecTraceProvider

Credits

  • Microsoft - authored the ETW manifests and PDBs the schema comes from
  • jdu2600 - the event-schema TSV format this catalog adopted
  • nasbench - the tool that dumps registered providers and manifests