1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Userland/DevTools/Profiler
Andreas Kling 1e90a3a542 Kernel: Make sys$perf_register_string() generate the string ID's
Making userspace provide a global string ID was silly, and made the API
extremely difficult to use correctly in a global profiling context.

Instead, simply make the kernel do the string ID allocation for us.
This also allows us to convert the string storage to a Vector in the
kernel (and an array in the JSON profile data.)
2021-08-12 00:03:39 +02:00
..
CMakeLists.txt Userland: Use /proc/kernel_base to determine the kernel base address 2021-07-22 21:38:23 +02:00
DisassemblyModel.cpp Profiler: Disassemble the entire function if the symbol is a function 2021-08-10 23:19:33 +02:00
DisassemblyModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
EventSerialNumber.h Profiler: Use sequential serial numbers for profiling events 2021-06-03 01:16:32 +01:00
Histogram.h Profiler: Add histogram for sample counts 2021-05-14 00:35:57 +02:00
IndividualSampleModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
IndividualSampleModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
main.cpp Profiler: Use SelectionBehavior::SelectRows 2021-08-10 21:56:47 +02:00
Process.cpp AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
Process.h Profiler: Use sequential serial numbers for profiling events 2021-06-03 01:16:32 +01:00
Profile.cpp Kernel: Make sys$perf_register_string() generate the string ID's 2021-08-12 00:03:39 +02:00
Profile.h Profiler: Parse and render signpost strings 2021-08-12 00:03:39 +02:00
ProfileModel.cpp Profiler: Show the symbol address in object file 2021-08-10 05:13:44 +04:30
ProfileModel.h Profiler: Show the symbol address in object file 2021-08-10 05:13:44 +04:30
SamplesModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SamplesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
TimelineContainer.cpp Revert "Profiler: Configure the TimelineContainer to be shrink to fit" 2021-07-19 23:09:28 +04:30
TimelineContainer.h Profiler: Add fixed track headers to the timeline view 2021-05-06 22:18:45 +02:00
TimelineHeader.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
TimelineHeader.h Everywhere: Forward declare structs as structs 2021-07-08 10:11:00 +02:00
TimelineTrack.cpp Profiler: Parse and render signpost strings 2021-08-12 00:03:39 +02:00
TimelineTrack.h Profiler: Parse and paint profile signpost events :^) 2021-08-12 00:03:38 +02:00
TimelineView.cpp Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^) 2021-05-22 23:20:31 +02:00
TimelineView.h Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^) 2021-05-22 23:20:31 +02:00