index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
profile.cpp
Age
Commit message (
Expand
)
Author
2021-11-01
profile: Don't treat '--help' as an error
Ben Wiederhake
2021-08-12
profile: Always enable PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-10
Kernel: Add syscall performance event type
Jean-Baptiste Boric
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-05-19
Kernel: Generate page fault events from the kernel profiler
Brian Gianforcaro
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
profile: Expose the ability to free the kernel profiling buffer.
Brian Gianforcaro
2021-04-19
profile: Add an option to wait for user input to disable profiling.
Brian Gianforcaro
2021-03-21
profile: Add -a option as an alias for "-p -1" (all processes)
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling