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-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-30
Kernel: Don't log profile data before/after the process/thread lifetime
Gunnar Beutner
2021-05-24
Kernel: Disable profiling if setting up the buffer or timer failed
Gunnar Beutner
2021-05-23
Kernel: Make sure we only log profiling events when m_profiling is true
Gunnar Beutner
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-05-15
Kernel: Unbreak profiling all processes
Andreas Kling
2021-05-15
Kernel: Don't use the profile timer if we don't have a timer to assign
Liav A
2021-05-14
Kernel: Use a separate timer for profiling the system
Gunnar Beutner
2021-05-07
Kernel: Move process creation perf events to PerformanceManager
Brian Gianforcaro
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
Kernel: Add a syscall to clear the profiling buffer
Brian Gianforcaro
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