VOID
FASTCALL
PerfInfoLogInterrupt(
IN PVOID ServiceRoutine,
IN ULONG RetVal,
IN ULONGLONG InitialTime
);
Routine Description:
This callout routine is called from ntoskrnl.exe (ke\intsup.asm) to log an
interrupt.
Arguments:
ServiceRoutine - Address of routine that serviced the interrupt.
RetVal - Value returned from ServiceRoutine.
InitialTime - Timestamp before ISR was called. The timestamp in
the event is used as the end time.
Return Value:
None