summaryrefslogtreecommitdiff
path: root/Kernel/Profiling.cpp
AgeCommit message (Expand)Author
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-08-10Kernel: PID/TID typingBen Wiederhake
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster
2020-02-27Kernel: Don't blindly dereference Process::executable()Andreas 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-21Kernel: Commit the profiling sample buffer memory up frontAndreas 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