summaryrefslogtreecommitdiff
path: root/Kernel/Profiling.h
AgeCommit message (Expand)Author
2020-04-12Kernel: Bump the max stack frame count in sample profiles to 50Andreas Kling
2020-02-22Kernel: Reset profiling state on exec() (but keep it going)Andreas Kling
2020-02-22Kernel+ProfileViewer: Move symbolication to userspace for time profilesAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-12Kernel: Separate out the symbol offsets in profile outputAndreas Kling
2019-12-11Kernel: Implement a simple process time profilerAndreas Kling