1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:27:42 +00:00
serenity/Userland
Gunnar Beutner 547eb4973a Profiler: Use a more reasonable default event mask
Previously Profiler (e.g. when started via the context menu in
SystemMonitor) would request logging _all_ event types. While this
might be useful at a later point in time the lack of event type
filtering in the profile viewer makes this less useful because
showing different event types in the same timeline shows an inaccurate
picture of what was really going on.

Some event types (like kmalloc) happen more frequently than others
(e.g. CPU samples) and while they don't carry the same weight they
would still dominate the samples graph.

This changes the Profiler app to just do CPU sampling for now.
2021-05-28 08:00:14 +02:00
..
Applets LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
Applications HexEditor: Add 'Find All' option to Find Dialog to find all matches 2021-05-27 22:57:17 +02:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools Profiler: Use a more reasonable default event mask 2021-05-28 08:00:14 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire: Start timer when first card is moved 2021-05-27 22:55:37 +02:00
Libraries LibJS: Poison unused heap blocks until they are re-allocated 2021-05-28 07:59:41 +02:00
Services DHCPClient: Avoid unaligned access when parsing options 2021-05-27 15:18:03 +02:00
Shell Shell: Disable the valid test as it has a high failure rate on target 2021-05-27 15:18:03 +02:00
Utilities Userland: Treat inet_pton returning 0 as an error 2021-05-27 22:56:21 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00