1# Test that asking for VG works if the system has SVE and after the 2# feature was added in 6.1 3[config] 4command = record 5args = --no-bpf-event --user-regs=vg kill >/dev/null 2>&1 6ret = 1 7test_ret = true 8arch = aarch64 9auxv = auxv["AT_HWCAP"] & 0x200000 == 0x200000 10kernel_since = 6.1 11 12[event:base-record] 13sample_type=4359 14sample_regs_user=70368744177664 15