summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
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
parentd02c83d75f9f76dda046edbd9f39b911427677c9 (diff)
parent0af2f6be1b4281385b618cb86ad946eded089ac8 (diff)
downloadlinux-9f13acb2406a3aed90c6738b3a2f1c0e43118cbd.tar.gz
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')
-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 "$@"