1 # Test that asking for VG works if the system has SVE and after the 2 # feature was added in 6.1 3 [config] 4 command = record 5 args = --no-bpf-event --user-regs=vg kill >/dev/null 2>&1 6 ret = 1 7 test_ret = true 8 arch = aarch64 9 auxv = auxv["AT_HWCAP"] & 0x400000 == 0x400000 10 kernel_since = 6.1 11 12 [event:base-record] 13 sample_type=4359 14 sample_regs_user=70368744177664
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.