mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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>
This commit is contained in:
parent
2c240484cf
commit
b1cb2b76bd
|
|
@ -37,6 +37,9 @@ do
|
|||
then
|
||||
err=2 # Skip
|
||||
fi
|
||||
elif [[ "$m" == @(Default2|Default3|Default4) ]]
|
||||
then
|
||||
echo "Ignoring failures in $m that may contain unsupported legacy events"
|
||||
else
|
||||
echo "Metric group $m failed"
|
||||
echo $result
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user