diff options
author | 2025-04-11 11:13:27 +0200 | |
---|---|---|
committer | 2025-04-11 11:13:27 +0200 | |
commit | 9f13acb2406a3aed90c6738b3a2f1c0e43118cbd (patch) | |
tree | cf37d241e85bf8fea4d13cb8d64ad6602c745b72 /tools/perf/scripts/python/bin | |
parent | x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativity (diff) | |
parent | Linux 6.15-rc1 (diff) | |
download | wireguard-linux-9f13acb2406a3aed90c6738b3a2f1c0e43118cbd.tar.xz wireguard-linux-9f13acb2406a3aed90c6738b3a2f1c0e43118cbd.zip |
Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
-rwxr-xr-x | tools/perf/scripts/python/bin/flamegraph-report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/bin/flamegraph-report b/tools/perf/scripts/python/bin/flamegraph-report index 53c5dc90c87e..453a6918afbe 100755 --- a/tools/perf/scripts/python/bin/flamegraph-report +++ b/tools/perf/scripts/python/bin/flamegraph-report @@ -1,3 +1,3 @@ #!/bin/bash # description: create flame graphs -perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@" +perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py "$@" |