mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:57:36 +00:00
Kernel: Move Performance-measurement code to the Tasks subdirectory
This commit is contained in:
parent
b88c1d90e1
commit
927926b924
23 changed files with 24 additions and 24 deletions
|
@ -258,7 +258,6 @@ set(KERNEL_SOURCES
|
|||
Net/Socket.cpp
|
||||
Net/TCPSocket.cpp
|
||||
Net/UDPSocket.cpp
|
||||
PerformanceEventBuffer.cpp
|
||||
Syscall.cpp
|
||||
Security/AddressSanitizer.cpp
|
||||
Security/Credentials.cpp
|
||||
|
@ -347,6 +346,7 @@ set(KERNEL_SOURCES
|
|||
Tasks/CrashHandler.cpp
|
||||
Tasks/FinalizerTask.cpp
|
||||
Tasks/FutexQueue.cpp
|
||||
Tasks/PerformanceEventBuffer.cpp
|
||||
Tasks/Process.cpp
|
||||
Tasks/ProcessGroup.cpp
|
||||
Tasks/ProcessList.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue