Kernel/LibCore: Expose processor id where a thread last ran

This commit is contained in:
Tom 2020-06-27 22:36:15 -06:00 committed by Andreas Kling
commit d99901660d
Notes: sideshowbarker 2024-07-19 05:18:06 +09:00
5 changed files with 11 additions and 1 deletions

View file

@ -47,6 +47,7 @@ struct ThreadStatistics {
unsigned file_read_bytes;
unsigned file_write_bytes;
String state;
u32 cpu;
u32 priority;
u32 effective_priority;
String name;