Kernel: Expose CPU load information under /proc/cpu/<index>
This commit is contained in:
@@ -13,6 +13,8 @@ namespace Kernel
|
||||
static void initialize();
|
||||
static ProcFileSystem& get();
|
||||
|
||||
void post_scheduler_initialize();
|
||||
|
||||
BAN::ErrorOr<void> on_process_create(Process&);
|
||||
void on_process_delete(Process&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user