CmpTraceShutdownStart

void __fastcall CmpTraceShutdownStart(unsigned __int64 a1, unsigned __int64 a2){
  EVENT_DESCRIPTOR *v2; 
  UINT64 v3; 
  EVENT_DESCRIPTOR EventDescriptor; 
  v3 = EtwpRegTraceHandle;
  EventDescriptor = (EVENT_DESCRIPTOR)REGISTRY_PERF_EVENT_SHUTDOWN_START;
  if( EtwEventEnabled(EtwpRegTraceHandle, &EventDescriptor, v2) )
    EtwWrite(v3, &EventDescriptor, 0i64, 0i64, 0i64);
}

Referenced by:

CmShutdownSystem