From 32f2e4c2e4a06106132199c2ea9b7de2b24d2e67 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Tue, 16 May 2023 18:44:12 +0000 Subject: [PATCH] Fixing rocprofv2 script Change-Id: I96ee69e284eb51dc1fbd23682d3d88699a298dae [ROCm/rocprofiler commit: ac6a76d7181f28c67e56a4810cce7c4f2126708b] --- projects/rocprofiler/bin/rocprofv2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/bin/rocprofv2 b/projects/rocprofiler/bin/rocprofv2 index 9e341bd7a2..437c6d718d 100755 --- a/projects/rocprofiler/bin/rocprofv2 +++ b/projects/rocprofiler/bin/rocprofv2 @@ -173,7 +173,7 @@ while [ 1 ] ; do elif [ "$1" = "--hsa-api" ] ; then export ROCPROFILER_HSA_API_TRACE=1 shift - elif [[ "$1" = "--hsa-activity" || "$1" = "--hip-trace" ]] ; then + elif [[ "$1" = "--hsa-activity" || "$1" = "--hsa-trace" ]] ; then export ROCPROFILER_HSA_API_TRACE=1 export ROCPROFILER_HSA_ACTIVITY_TRACE=1 shift