From fb3baedbcfb01af6487e5227b5389e176450b395 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Fri, 23 Jun 2023 16:42:42 +0000 Subject: [PATCH] Removing Kernel Trace from sys-trace as HIP_OPS have the same results Change-Id: I17a578487e5b4f4f215d3af123a9e63e295bf6d8 [ROCm/rocprofiler commit: fe3fa1d83f4177c8eb99ef4f9992322279a27d71] --- projects/rocprofiler/bin/rocprofv2 | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rocprofiler/bin/rocprofv2 b/projects/rocprofiler/bin/rocprofv2 index ddf3f44842..0698062aa0 100755 --- a/projects/rocprofiler/bin/rocprofv2 +++ b/projects/rocprofiler/bin/rocprofv2 @@ -206,7 +206,6 @@ while [ 1 ] ; do export ROCPROFILER_HSA_API_TRACE=1 export ROCPROFILER_HSA_ACTIVITY_TRACE=1 export ROCPROFILER_ROCTX_TRACE=1 - export ROCPROFILER_KERNEL_TRACE=1 shift elif [ "$1" = "--roc-sys" ] ; then export ROCPROFILER_ENABLE_AMDSYS=$2