removing --kernel-trace from --sys-trace help

Change-Id: I14afd42d12bc3c2462040d5ba1f16765565fd662
这个提交包含在:
gobhardw
2024-06-05 10:44:31 +05:30
父节点 80dce3d672
当前提交 341b7b1f21
修改 2 个文件,包含 2 行新增2 行删除
+1 -1
查看文件
@@ -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 <app_relative_path> ## Same as combining --hip-trace & --hsa-trace & --kernel-trace
rocprofv2 --sys-trace <app_relative_path> ## Same as combining --hip-trace & --hsa-trace & ROCtx trace
```
- For complete usage options, please run rocprofv2 help
+1 -1
查看文件
@@ -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] <executable>\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 <executable>"