PopDiagTraceSuperfetchNotification

VOID __stdcall PopDiagTraceSuperfetchNotification(CHAR a1){
  bool v1; 
  const _EVENT_DESCRIPTOR *v2; 

  v1 = a1 == 0;
  v2 = (const _EVENT_DESCRIPTOR *)POP_ETW_EVENT_SUPERFETCH_START;
  if( v1 )
    v2 = &POP_ETW_EVENT_SUPERFETCH_STOP;
  PopDiagTraceEventNoPayload(v2);
}

Referenced by:

PopDispatchSuperfetchNotification