Files
2017-01-06 21:54:27 -06:00

21 lines
520 B
Modula-2

; Windows Intel Processor Trace (PT) Driver
; Filename: Exports.def
; Defines all the exported functions of the kernel driver, used for tracing Kernel code
; Last revision: 01/06/2016
LIBRARY WindowsPtDriver
EXPORTS
IntelPtCheckCpuSupport = CheckIntelPtSupport
IntelPtAllocBuffer
IntelPtAddBufferPmi
IntelPtRemoveBufferPmi
IntelPtPauseResumeTrace = PauseResumeTrace
IntelPtStopTrace
IntelPtFreeBuffer = FreePtBuffer
IntelPtRegisterPmiHandler
IntelPtRemovePmiHandler
IntelPtSetOptions
IntelPtGetOptions