summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/perf_event.cpp
AgeCommit message (Expand)Author
2021-05-15Kernel: Make perf_event() work for global profilesGunnar Beutner
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-02Kernel: Better handling of allocation failure in profilingAndreas Kling
2021-03-01Kernel: Make all syscall functions return KResultOr<T>Andreas Kling
2021-01-11Kernel+Profiler: Make profiling per-process and without core dumpsAndreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling