diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-30 16:24:53 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-30 19:03:03 +0200 |
commit | 01c75e3a34c463230583ac7979164159ad8ed306 (patch) | |
tree | 39ffbd7b1264106023f970495dee51610b96163f /Userland/Libraries/LibC | |
parent | d24dd7a3dfdfda3ceb120c2a7172324edea6444f (diff) | |
download | serenity-01c75e3a34c463230583ac7979164159ad8ed306.zip |
Kernel: Don't log profile data before/after the process/thread lifetime
There were a few cases where we could end up logging profiling events
before or after the associated process or thread exists in the profile:
After enabling profiling we might end up with CPU samples before we
had a chance to synthesize process/thread creation events.
After a thread exits we would still log associated kmalloc/kfree
events. Instead we now just ignore those events.
Diffstat (limited to 'Userland/Libraries/LibC')
0 files changed, 0 insertions, 0 deletions