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