1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/DevTools/ProfileViewer
Andreas Kling 266d7ca268 ProfileViewer: Add basic support for loading "perfcore" files
"perfcore" is the file that the kernel generates after a process that
was recording performance events has exited.

This patch teaches ProfileViewer how to load (and symbolicate!) those
files so that we can look at them. This will need a bunch more work
to make it truly useful.
2020-02-02 20:29:55 +01:00
..
main.cpp ProfileViewer: Add basic support for loading "perfcore" files 2020-02-02 20:29:55 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Profile.cpp ProfileViewer: Add basic support for loading "perfcore" files 2020-02-02 20:29:55 +01:00
Profile.h ProfileViewer: Add basic support for loading "perfcore" files 2020-02-02 20:29:55 +01:00
ProfileModel.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
ProfileModel.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
ProfileTimelineWidget.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
ProfileTimelineWidget.h LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00