1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 20:31:01 +00:00
serenity/Applications/SystemMonitor
Andreas Kling 4f99c3726c SystemMonitor: Add pagemap visualization for VM regions
This patch adds a new column to the per-process memory regions view in
SystemMonitor. It's a scaled view of the underlying pagemap of a region
that tells you which chunks of the region are resident/null/zero.
2020-02-25 23:06:40 +01:00
..
DevicesModel.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
DevicesModel.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
GraphWidget.cpp LibGUI: Make GUI::Frame have the 2px sunken container look by default 2020-02-23 11:10:52 +01:00
GraphWidget.h Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
main.cpp LibGUI: Add helper for constructing new TabWidget tabs 2020-02-23 12:27:53 +01:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
MemoryStatsWidget.cpp Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
MemoryStatsWidget.h Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
NetworkStatisticsWidget.cpp LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
NetworkStatisticsWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessFileDescriptorMapWidget.cpp LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessFileDescriptorMapWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessMemoryMapWidget.cpp SystemMonitor: Add pagemap visualization for VM regions 2020-02-25 23:06:40 +01:00
ProcessMemoryMapWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessModel.cpp LibGfx: Add forward declaration header 2020-02-14 23:31:18 +01:00
ProcessModel.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProcessStacksWidget.cpp LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessStacksWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessTableView.cpp LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessTableView.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessUnveiledPathsWidget.cpp LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
ProcessUnveiledPathsWidget.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00