2
0

Removed filter ignoring PMC/ATT

Change-Id: I455bca0fe2c1016f5c04bd7c9c1b9cf90702bff7
Este cometimento está contido em:
Giovanni LB
2023-06-19 17:11:42 -03:00
cometido por Giovanni Baraldi
ascendente e924466ce9
cometimento 83dac81840
-3
Ver ficheiro
@@ -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