EtwTraceDpcEnqueueEvent

VOID __stdcall EtwTraceDpcEnqueueEvent(
        UINT64 Key,
        VOID *DpcRoutine,
        INT64 DpcQueueDepth,
        UINT64 DpcCount,
        UINT64 TargetProcessorIndex,
        UINT8 Importance){
  UINT64 v6; 
  int v7; 
  int v8; 
  int v9; 
  UINT8 v10; 
  __int16 v11; 
  char v12; 
  __int64 v13[2]; 

  v11 = 0;
  v12 = 0;
  if( DpcRoutine != EtwpStackWalkDpc )
  {
    v9 = TargetProcessorIndex;
    v10 = Importance;
    v11 = 0;
    v12 = 0;
    v6 = Key;
    v7 = DpcQueueDepth;
    v8 = DpcCount;
    v13[0] = (__int64)&v6;
    v13[1] = 24i64;
    EtwTraceKernelEvent((__int64)v13, 1u, 0x20040000u, 0xF64u, 0x501E02u);
  }
}

Referenced by:

No references.