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 e98071e97e
commit 3919d166f7
12 changed files with 553 additions and 11 deletions
+2 -1
View File
@@ -199,10 +199,11 @@ typedef struct {
typedef struct {
int32_t pid;
int32_t parent_pid;
uint8_t state; /* 0=Free, 1=Ready, 2=Running, 3=Terminated */
uint8_t state; /* 0=Free, 1=Ready, 2=Running, 3=Blocked, 4=Terminated */
uint8_t _pad[3];
char name[64];
uint64_t heap_used;
uint64_t cpu_time_ms;
} mtk_procinfo;
/* ====================================================================