From fe3fa1d83f4177c8eb99ef4f9992322279a27d71 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 --- bin/rocprofv2 | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/rocprofv2 b/bin/rocprofv2 index ddf3f44842..0698062aa0 100755 --- a/bin/rocprofv2 +++ b/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