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
2023-05-03
profile: Prevent crash when -p is supplied a non-integer value
PrestonLTaylor
2023-05-03
profile: Add -a to warning message when -e, -d, -w xor -f is not set
PrestonLTaylor
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
profile: Pass the command to run using positional arguments
Sam Atkins
2022-10-25
Utilities: Use new global variables at /sys/kernel/ directory
Liav A
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-04-18
Utilities/profile: Call split_view() using StringView for command parts
Karol Kosek
2022-04-11
profile: Use Core::System::exec()
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
profile: Document "read" profiling event
Jakub Berkop
2022-02-14
profile: Command recognizes "read" event type
Jakub Berkop
2022-02-13
profile: Port to LibMain
rvictorr
2022-01-04
profile: Specify the /proc/profile path in the help message
Mathieu PATUREL
2022-01-04
profile: Don't print anything when disabling profiling
Mathieu PATUREL
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