Kernel: Move Performance-measurement code to the Tasks subdirectory

This commit is contained in:
Liav A 2023-02-24 20:25:52 +02:00 committed by Jelle Raaijmakers
commit 927926b924
Notes: sideshowbarker 2024-07-17 06:51:48 +09:00
23 changed files with 24 additions and 24 deletions

View file

@ -31,10 +31,10 @@
#include <Kernel/Library/StdLib.h>
#include <Kernel/Memory/AnonymousVMObject.h>
#include <Kernel/Memory/SharedInodeVMObject.h>
#include <Kernel/PerformanceEventBuffer.h>
#include <Kernel/PerformanceManager.h>
#include <Kernel/Sections.h>
#include <Kernel/TTY/TTY.h>
#include <Kernel/Tasks/PerformanceEventBuffer.h>
#include <Kernel/Tasks/PerformanceManager.h>
#include <Kernel/Tasks/Process.h>
#include <Kernel/Tasks/Scheduler.h>
#include <Kernel/Tasks/Thread.h>