Fixing Broken Tracing APIs

Change-Id: Ia73ff534fb8da81254007f28984f9f34f91bfb2c
This commit is contained in:
gobhardw
2023-06-23 13:49:01 +05:30
parent 46420f040e
commit f44b80acfb
+1
View File
@@ -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