summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/perf_event.cpp
AgeCommit message (Expand)Author
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