HvlpEtwRegister

VOID __stdcall HvlpEtwRegister(_BYTE *a1, UINT64 a2){
  EtwRegister((_LPCGUID)&HvlGlobalSystemEventsGuid, 0i64, 0i64, &HvlGlobalSystemEventsHandle);
  EtwSetInformation(
    HvlGlobalSystemEventsHandle,
    EventProviderSetTraits,
    &`EnableManifestedProviderForMicrosoftTelemetry'::`2'::Traits,
    (unsigned __int16)`EnableManifestedProviderForMicrosoftTelemetry'::`2'::Traits);
}

Referenced by:

HvlPhase2Initialize