PopDiagTraceFxComponentLogicalCondition
VOID __stdcall PopDiagTraceFxComponentLogicalCondition(VOID *Token, UINT64 Component, UINT8 Active){
int v3;
REGHANDLE v4;
int v5;
_EVENT_DATA_DESCRIPTOR UserData;
int *v7;
int v8;
int v9;
int *v10;
int v11;
int v12;
VOID *v13;
int v14;
v14 = Component;
v13 = Token;
v3 = Active;
if( PopDiagHandleRegistered )
{
v4 = PopDiagHandle;
if( EtwEventEnabled(PopDiagHandle, &POP_ETW_EVENT_COMPONENT_CONDITION) )
{
UserData.Reserved = 0;
v9 = 0;
v12 = 0;
UserData.Ptr = (unsigned __int64)&v13;
v8 = 4;
v7 = &v14;
v10 = &v5;
v11 = 4;
v5 = v3;
UserData.Size = 8;
EtwWriteEx(v4, &POP_ETW_EVENT_COMPONENT_CONDITION, 0i64, 1u, 0, 0, 3u, &UserData);
}
}
}Referenced by:
PopFxIdleWorkerTail
PopFxProcessWork