mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
eb3b9049a9887ebb270123b88caa62c7eda1f29d
* 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
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%