repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
perf
/
tests
/
shell
/
attr
/
test-record-user-regs-no-sve-aarch64
blob
bed765450ca976f8b13dad231eae2e2743840acc
1
# Test that asking for VG fails if the system doesn't support SVE. This
2
# applies both before and after the 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 = 129
7
test_ret = true
8
arch = aarch64
9
auxv = auxv["AT_HWCAP"] & 0x400000 == 0