1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:48:13 +00:00
serenity/Userland/Applications/SystemMonitor
Andreas Kling 9676548800 SystemMonitor: Symbolicate process stacks in a background thread
Use a Threading::BackgroundAction to symbolicate stacks. This avoids
blocking the main thread and keeps the GUI running (mostly.)
2021-05-22 19:57:19 +02:00
..
CMakeLists.txt Userland: Rename LibSymbolClient => LibSymbolication 2021-05-22 18:54:22 +02:00
DevicesModel.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
DevicesModel.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GraphWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GraphWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
InterruptsWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
InterruptsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp SystemMonitor: Symbolicate process stacks in a background thread 2021-05-22 19:57:19 +02:00
MemoryStatsWidget.cpp LibGfx: Remove Gfx::FontDatabase::default_bold_font() 2021-05-20 20:55:29 +02:00
MemoryStatsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NetworkStatisticsWidget.cpp SystemMonitor: Show UDP sockets 2021-05-18 08:03:40 +02:00
NetworkStatisticsWidget.h SystemMonitor: Show UDP sockets 2021-05-18 08:03:40 +02:00
ProcessFileDescriptorMapWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessFileDescriptorMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessMemoryMapWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessMemoryMapWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessModel.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
ProcessModel.h SystemMonitor: Make ProcessModel icon column non-sortable 2021-05-15 00:15:09 +01:00
ProcessStateWidget.cpp LibGfx: Remove Gfx::FontDatabase::default_bold_font() 2021-05-20 20:55:29 +02:00
ProcessStateWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessUnveiledPathsWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProcessUnveiledPathsWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ThreadStackWidget.cpp SystemMonitor: Symbolicate process stacks in a background thread 2021-05-22 19:57:19 +02:00
ThreadStackWidget.h SystemMonitor: Symbolicate process stacks in a background thread 2021-05-22 19:57:19 +02:00