xref: /linux/tools/perf/tests/shell/attr/test-record-user-regs-old-sve-aarch64 (revision c771600c6af14749609b49565ffb4cac2959710d)
1*8296aa0fSIan Rogers# Test that asking for VG always fails on old kernels because it was
2*8296aa0fSIan Rogers# added in 6.1. This applies to systems that either support or don't
3*8296aa0fSIan Rogers# support SVE.
4*8296aa0fSIan Rogers[config]
5*8296aa0fSIan Rogerscommand = record
6*8296aa0fSIan Rogersargs    = --no-bpf-event --user-regs=vg kill >/dev/null 2>&1
7*8296aa0fSIan Rogersret     = 129
8*8296aa0fSIan Rogerstest_ret = true
9*8296aa0fSIan Rogersarch    = aarch64
10*8296aa0fSIan Rogerskernel_until = 6.1
11