aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-04-11 11:13:27 +0200
committerIngo Molnar <mingo@kernel.org>2025-04-11 11:13:27 +0200
commit9f13acb2406a3aed90c6738b3a2f1c0e43118cbd (patch)
treecf37d241e85bf8fea4d13cb8d64ad6602c745b72 /tools/perf/scripts/python/bin
parentx86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativity (diff)
parentLinux 6.15-rc1 (diff)
downloadwireguard-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-xtools/perf/scripts/python/bin/flamegraph-report2
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 "$@"