From 341b7b1f219622a9890bc061f3c098ddf1c45520 Mon Sep 17 00:00:00 2001 From: gobhardw Date: Wed, 5 Jun 2024 10:44:31 +0530 Subject: [PATCH] removing --kernel-trace from --sys-trace help Change-Id: I14afd42d12bc3c2462040d5ba1f16765565fd662 --- README.md | 2 +- bin/rocprofv2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "