diff --git a/projects/rocprofiler/bin/rocprofv2 b/projects/rocprofiler/bin/rocprofv2 index f4f5fdac05..4208e5b3ca 100755 --- a/projects/rocprofiler/bin/rocprofv2 +++ b/projects/rocprofiler/bin/rocprofv2 @@ -267,9 +267,6 @@ COUNTERS_PMC_DIRS="" if [ -n "$PMC_LINES" ]; then COUNTER=1 for i in ${!PMC_LINES[@]}; do - if [[ "${PMC_LINES[$i]}" != *"pmc:"* ]]; then - continue - fi export ROCPROFILER_COUNTERS="${PMC_LINES[$i]}" if [ -n "$OUTPUT_PATH" ]; then if [ ! -n "$ATT_ARGV" ]; then