Profiler: Add ability to process read syscalls

Profiler can now process and display read events.
This commit is contained in:
Jakub Berkop 2022-02-12 16:58:01 +01:00 committed by Andreas Kling
commit cdfb388154
Notes: sideshowbarker 2024-07-17 18:51:54 +09:00
4 changed files with 28 additions and 1 deletions

View file

@ -27,6 +27,7 @@ public:
ExecutableName,
LostSamples,
InnermostStackFrame,
Path,
__Count
};