DefaultOverflowHandler

VOID __stdcall DefaultOverflowHandler(KTRAP_FRAME *TrapFrame){
  if( HalpTimerProfilingCallback )
    ((void(__fastcall *)(KTRAP_FRAME *))HalpTimerProfilingCallback)(TrapFrame);
  else
    KeProfileInterruptWithSource(TrapFrame, ProfileTime);
}

Referenced by:

HalpTimerProfileInterrupt