feat: graphing in MTK toolkit, kernel exposes CPU time, Processes app Performance tab

This commit is contained in:
2026-05-02 15:26:59 +02:00
parent 74ec062573
commit 017a8a28ac
12 changed files with 553 additions and 11 deletions
+1
View File
@@ -42,6 +42,7 @@ namespace Sched {
uint64_t stackBase; // Bottom of allocated kernel stack (lowest address)
uint64_t entryPoint;
uint64_t sliceRemaining; // Milliseconds left in current time slice
uint64_t cpuTimeMs; // Accumulated scheduler runtime in milliseconds
uint64_t pml4Phys; // Physical address of per-process PML4
uint64_t kernelStackTop; // Top of kernel stack (for TSS RSP0 / SYSCALL)
uint64_t userStackTop; // User-space stack top