PopDiagTraceCsDeepSleepWatchdog
VOID __stdcall PopDiagTraceCsDeepSleepWatchdog(
UINT64 ResiliencyPhaseNoActivatorsNoDeepSleepMs,
UINT64 NonActivatedCpuTimeMs,
UINT64 DurationThisPeriodMs,
UINT8 OnAc,
UINT8 ActionsTaken,
UINT8 PowerSettingPending){
int v6;
REGHANDLE v7;
int v8;
int v9;
_EVENT_DATA_DESCRIPTOR UserData;
int *v11;
int v12;
int v13;
int *v14;
int v15;
int v16;
int *v17;
int v18;
int v19;
UINT8 *p_ActionsTaken;
int v21;
int v22;
int *v23;
int v24;
int v25;
int v26;
int v27;
int v28;
v28 = DurationThisPeriodMs;
v27 = NonActivatedCpuTimeMs;
v26 = ResiliencyPhaseNoActivatorsNoDeepSleepMs;
v6 = OnAc;
if( PopDiagHandleRegistered )
{
v7 = PopDiagHandle;
if( EtwEventEnabled(PopDiagHandle, &POP_ETW_EVENT_CS_DEEP_SLEEP_WATCHDOG) )
{
UserData.Reserved = 0;
v13 = 0;
v16 = 0;
v19 = 0;
v22 = 0;
v25 = 0;
UserData.Ptr = (unsigned __int64)&v26;
v11 = &v27;
v14 = &v28;
v17 = &v8;
p_ActionsTaken = &ActionsTaken;
v9 = PowerSettingPending;
v23 = &v9;
UserData.Size = 4;
v12 = 4;
v15 = 4;
v18 = 4;
v21 = 4;
v24 = 4;
v8 = v6;
EtwWriteEx(v7, &POP_ETW_EVENT_CS_DEEP_SLEEP_WATCHDOG, 0i64, 0, 0, 0, 6u, &UserData);
}
}
}Referenced by:
No references.