|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | WDF_DPC_EVENT_VERSION_2 2 |
| #define | WDF_INTERRUPT_EVENT_VERSION_2 2 |
| #define | WDF_WORK_ITEM_EVENT_VERSION_2 2 |
| #define WDF_DPC_EVENT_VERSION_2 2 |
Definition at line 32 of file fxperftracekm.hpp.
| #define WDF_INTERRUPT_EVENT_VERSION_2 2 |
Definition at line 33 of file fxperftracekm.hpp.
| #define WDF_WORK_ITEM_EVENT_VERSION_2 2 |
Definition at line 34 of file fxperftracekm.hpp.
| FORCEINLINE VOID FxPerfTraceDpc | ( | _In_ PVOID | DriverCallback | ) |
Definition at line 40 of file fxperftracekm.hpp.
Referenced by __drv_maxIRQL(), and FxDpc::DpcHandler().
| FORCEINLINE VOID FxPerfTraceInterrupt | ( | _In_ PVOID | DriverCallback | ) |
Definition at line 65 of file fxperftracekm.hpp.
| FORCEINLINE VOID FxPerfTracePassiveInterrupt | ( | _In_ PVOID | DriverCallback | ) |
Definition at line 84 of file fxperftracekm.hpp.
| FORCEINLINE VOID FxPerfTraceWorkItem | ( | _In_ PVOID | DriverCallback | ) |
Definition at line 103 of file fxperftracekm.hpp.
Referenced by FxWorkItem::WorkItemHandler(), and FxInterrupt::WorkItemHandler().