DefaultOverflowHandler

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

Referenced by:

HalpTimerProfileInterrupt