|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hal.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID NTAPI | HalStopProfileInterrupt (IN KPROFILE_SOURCE ProfileSource) |
| VOID NTAPI | HalStartProfileInterrupt (IN KPROFILE_SOURCE ProfileSource) |
| ULONG_PTR NTAPI | HalSetProfileInterval (IN ULONG_PTR Interval) |
Definition at line 44 of file profil.c.
Referenced by KeSetIntervalProfile().
| VOID NTAPI HalStartProfileInterrupt | ( | IN KPROFILE_SOURCE | ProfileSource | ) |
Definition at line 33 of file profil.c.
Referenced by HalSetProfileInterval(), and KeStartProfile().
| VOID NTAPI HalStopProfileInterrupt | ( | IN KPROFILE_SOURCE | ProfileSource | ) |
Definition at line 22 of file profil.c.
Referenced by HalInitSystem(), and KeStopProfile().