diff options
Diffstat (limited to 'tools/perf/tests/attr/test-record-graph-fp')
-rw-r--r-- | tools/perf/tests/attr/test-record-graph-fp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/tests/attr/test-record-graph-fp b/tools/perf/tests/attr/test-record-graph-fp index 5630521c0b0f..a6e60e839205 100644 --- a/tools/perf/tests/attr/test-record-graph-fp +++ b/tools/perf/tests/attr/test-record-graph-fp @@ -2,6 +2,8 @@ command = record args = --no-bpf-event --call-graph fp kill >/dev/null 2>&1 ret = 1 +# arm64 enables registers in fp mode +arch = !aarch64 [event:base-record] sample_type=295 |