From 90d27bbec4b1661191fbf515ae7bfc6d078e4033 Mon Sep 17 00:00:00 2001 From: gobhardw Date: Fri, 23 Jun 2023 13:49:01 +0530 Subject: [PATCH] Fixing Broken Tracing APIs Change-Id: Ia73ff534fb8da81254007f28984f9f34f91bfb2c [ROCm/rocprofiler commit: f44b80acfb530d013fe0ded6aa819fea3d0a7ae2] --- projects/rocprofiler/bin/rocprofv2 | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler/bin/rocprofv2 b/projects/rocprofiler/bin/rocprofv2 index 09811f2c10..aeaf76d316 100755 --- a/projects/rocprofiler/bin/rocprofv2 +++ b/projects/rocprofiler/bin/rocprofv2 @@ -7,6 +7,7 @@ PLUGIN_LIST=("ctf" "perfetto" "file" "att") RUN_FROM_BUILD=0 if [[ $ROCPROFV2_DIR == *"/build"* ]]; then RUN_FROM_BUILD=1 + export ROCPROFILER_METRICS_PATH=$ROCM_DIR/build/counters/derived_counters.xml elif [[ $ROCPROFV2_DIR == *"/rocprofiler"* ]]; then RUN_FROM_BUILD=1 ROCM_DIR=$ROCPROFV2_DIR