index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
/
profiling.cpp
Age
Commit message (
Expand
)
Author
2021-03-10
Kernel: Move select Process members into protected memory
Andreas Kling
2021-03-02
Kernel: Start work on full system profiling :^)
Andreas Kling
2021-03-02
Kernel: Better handling of allocation failure in profiling
Andreas Kling
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2021-01-12
Kernel: Use current process EUID in doing profiling access control
Andreas Kling
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2020-12-22
Kernel: Abort core dump generation if any substep fails
Andreas Kling
2020-12-15
Kernel: Avoid null dereference in sys$profiling_disable()
Andreas Kling
2020-12-15
Kernel: Make CoreDump::m_num_program_headers const
Andreas Kling
2020-12-15
Kernel: Don't take LexicalPath as argument
Andreas Kling
2020-12-14
Kernel: Generate coredumps for profiled processes
Itamar
2020-12-14
Kernel: Pass full path of output coredump file to CoreDump
Itamar
2020-08-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
Tom
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling