Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf test stat: Ignore failures in Default[234] metricgroups

The Default[234] metric groups may contain unsupported legacy
events. Allow those metric groups to fail.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>

authored by

Ian Rogers and committed by
Namhyung Kim
b1cb2b76 2c240484

+3
+3
tools/perf/tests/shell/stat_all_metricgroups.sh
··· 37 37 then 38 38 err=2 # Skip 39 39 fi 40 + elif [[ "$m" == @(Default2|Default3|Default4) ]] 41 + then 42 + echo "Ignoring failures in $m that may contain unsupported legacy events" 40 43 else 41 44 echo "Metric group $m failed" 42 45 echo $result