diff --git a/README.md b/README.md index ad48cf646b..b70758b877 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ Different trace options are available while profiling an app: - HIP & HSA API and asynchronous activity and kernel dispatches tracing ```bash - rocprofv2 --sys-trace ## Same as combining --hip-trace & --hsa-trace & --kernel-trace + rocprofv2 --sys-trace ## Same as combining --hip-trace & --hsa-trace & ROCtx trace ``` - For complete usage options, please run rocprofv2 help diff --git a/bin/rocprofv2 b/bin/rocprofv2 index 827a6c552e..3d17578529 100755 --- a/bin/rocprofv2 +++ b/bin/rocprofv2 @@ -40,7 +40,7 @@ usage() { echo -e "${GREEN}--hsa-activity | --hsa-trace ${RESET} For Collecting HSA API Activities Traces" echo -e "${GREEN}--roctx-trace ${RESET} For Collecting ROCTx Traces" echo -e "${GREEN}--kernel-trace ${RESET} For Collecting Kernel dispatch Traces" - echo -e "${GREEN}--sys-trace ${RESET} For Collecting HIP and HSA APIs and their Activities Traces along ROCTX and Kernel Dispatch traces\n" + echo -e "${GREEN}--sys-trace ${RESET} For Collecting HIP and HSA APIs and their Activities Traces along ROCTX\n" echo -e "\t#${GREY}usage e.g: rocprofv2 --[hip-trace|hsa-trace|roctx-trace|kernel-trace|sys-trace] \n"${RESET} echo -e "${GREEN}--plugin ${RESET} PLUGIN_NAME For enabling a plugin (cli/file/perfetto/att/ctf/speedscope)" echo -e "\t#${GREY} usage(file/perfetto/ctf) e.g: rocprofv2 -i pmc.txt --plugin [file/perfetto/ctf/json] -d out_dir "