summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/profiling.cpp
AgeCommit message (Expand)Author
2021-05-31AK+Kernel: Disallow implicitly lifting pointers to OwnPtr'sAli Mohammad Pur
2021-05-30Kernel: Don't log profile data before/after the process/thread lifetimeGunnar Beutner
2021-05-24Kernel: Disable profiling if setting up the buffer or timer failedGunnar Beutner
2021-05-23Kernel: Make sure we only log profiling events when m_profiling is trueGunnar Beutner
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-05-15Kernel: Unbreak profiling all processesAndreas Kling
2021-05-15Kernel: Don't use the profile timer if we don't have a timer to assignLiav A
2021-05-14Kernel: Use a separate timer for profiling the systemGunnar Beutner
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