summaryrefslogtreecommitdiff
path: root/Userland/Utilities/profile.cpp
AgeCommit message (Expand)Author
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-04-18Utilities/profile: Call split_view() using StringView for command partsKarol Kosek
2022-04-11profile: Use Core::System::exec()Sam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-14profile: Document "read" profiling eventJakub Berkop
2022-02-14profile: Command recognizes "read" event typeJakub Berkop
2022-02-13profile: Port to LibMainrvictorr
2022-01-04profile: Specify the /proc/profile path in the help messageMathieu PATUREL
2022-01-04profile: Don't print anything when disabling profilingMathieu PATUREL
2021-11-01profile: Don't treat '--help' as an errorBen Wiederhake
2021-08-12profile: Always enable PERF_EVENT_SIGNPOSTAndreas Kling
2021-08-10Kernel: Add syscall performance event typeJean-Baptiste Boric
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-06-08LibCore: Support fine-grained failure behavior for ArgsParserJelle Raaijmakers
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-19Kernel: Generate page fault events from the kernel profilerBrian Gianforcaro
2021-05-19Kernel: Add support for profiling kmalloc()/kfree()Gunnar Beutner
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19profile: Expose the ability to free the kernel profiling buffer.Brian Gianforcaro
2021-04-19profile: Add an option to wait for user input to disable profiling.Brian Gianforcaro
2021-03-21profile: Add -a option as an alias for "-p -1" (all processes)Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling