mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
eb3b9049a9
* ntoskrnl/dbg/profile.c: New file. * ntoskrnl/Makefile (OBJECTS_KDBG): Add dbg/profile.o. * ntoskrnl/dbg/kdb.h: Define NTOS_MODE_KERNEL. Include <ntos.h>. (LdrGetAddressInformation, KdbInitProfiling, KdbInitProfiling2, KdbDisableProfiling, KdbEnableProfiling, KdbProfileInterrupt) Prototype. * ntoskrnl/kd/kdebug.c (KdInitSystem): Add /PROFILE option if KDBG=1. * ntoskrnl/ke/main.c (ExpInitializeExecutive): Call KdbInitProfiling2() if KDBG=1. * ntoskrnl/ke/i386/irq.c: Include <../dbg/kdb.h> if KDBG=1. (KiInterruptDispatch): Call KdbProfileInterrupt() on timer interrupt if KDBG=1. svn path=/trunk/; revision=4001 |
||
---|---|---|
freeldr | ||
os2 | ||
posix | ||
reactos | ||
rosapps |