profile: Document "read" profiling event

This commit is contained in:
Jakub Berkop 2022-02-12 17:53:23 +01:00 committed by Andreas Kling
commit 6218ec8afa
Notes: sideshowbarker 2024-07-17 18:51:50 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
auto print_types = [] {
outln();
outln("Event type can be one of: sample, context_switch, page_fault, syscall, kmalloc and kfree.");
outln("Event type can be one of: sample, context_switch, page_fault, syscall, read, kmalloc and kfree.");
};
if (!args_parser.parse(arguments, Core::ArgsParser::FailureBehavior::PrintUsage)) {