Merge remote-tracking branch 'torvalds/master' into perf-tools-next

To pick up perf-tools fixes.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo
2026-01-05 10:17:53 -03:00
409 changed files with 3147 additions and 1900 deletions

View File

@@ -118,7 +118,7 @@ setup_qemu() {
skip "/dev/kvm not accessible"
fi
if ! perf kvm stat record -a sleep 0.01 >/dev/null 2>&1; then
if ! perf kvm stat record -o /dev/null -a sleep 0.01 >/dev/null 2>&1; then
skip "No permission to record kvm events"
fi

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# perf top tests
# perf top tests (exclusive)
# SPDX-License-Identifier: GPL-2.0
set -e