summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-10 07:30:34 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-10 07:30:34 -0400
commitb0d369dbad20a8c9702607e7294d63c4a0c8e0fe (patch)
treeeb9bca1fb71a69ffe8f15f701ea8524b34ddaf07 /tools/perf/scripts/python
parentf8ace04d2abae708595964244a759fbe21962014 (diff)
parentfc85704c3dae5ac1cb3c94045727241cd72871ff (diff)
Merge v6.15.2
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 "$@"