summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/profiling.cpp
AgeCommit message (Expand)Author
2021-05-07Kernel: Move process creation perf events to PerformanceManagerBrian Gianforcaro
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19Kernel: Add a syscall to clear the profiling bufferBrian Gianforcaro
2021-03-10Kernel: Move select Process members into protected memoryAndreas Kling
2021-03-02Kernel: Start work on full system profiling :^)Andreas Kling
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-12Kernel: Use current process EUID in doing profiling access controlAndreas Kling
2021-01-11Kernel+Profiler: Make profiling per-process and without core dumpsAndreas Kling
2020-12-22Kernel: Abort core dump generation if any substep failsAndreas Kling
2020-12-15Kernel: Avoid null dereference in sys$profiling_disable()Andreas Kling
2020-12-15Kernel: Make CoreDump::m_num_program_headers constAndreas Kling
2020-12-15Kernel: Don't take LexicalPath as argumentAndreas Kling
2020-12-14Kernel: Generate coredumps for profiled processesItamar
2020-12-14Kernel: Pass full path of output coredump file to CoreDumpItamar
2020-08-02Kernel: Remove ProcessInspectionHandle and make Process RefCountedTom
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling