Fixing rocprofv2 script

Change-Id: I96ee69e284eb51dc1fbd23682d3d88699a298dae
This commit is contained in:
Ammar ELWazir
2023-05-16 18:44:12 +00:00
committed by Ammar Elwazir
parent 256875a69f
commit ac6a76d718
+1 -1
View File
@@ -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