aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-04-09 21:39:43 +0200
committerIngo Molnar <mingo@kernel.org>2025-04-09 21:39:43 +0200
commit6ce0fdaae043803bb324d915ce0fe43316bf1e81 (patch)
tree1e681b94ad3ef8893d7dfda59a6da4c47dae338b /tools/perf/scripts/python
parentx86/bitops: Simplify variable_ffz() as variable__ffs(~word) (diff)
parentLinux 6.15-rc1 (diff)
downloadlinux-6ce0fdaae043803bb324d915ce0fe43316bf1e81.tar.gz
linux-6ce0fdaae043803bb324d915ce0fe43316bf1e81.zip
Merge tag 'v6.15-rc1' into x86/asm, to refresh the branch
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 "$@"