aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorThomas Hellström <thomas.hellstrom@linux.intel.com>2025-04-24 13:34:55 +0200
committerThomas Hellström <thomas.hellstrom@linux.intel.com>2025-04-24 13:34:55 +0200
commit3ab7ae8e07f888f223027f0ef84d33e43919ad55 (patch)
tree298aa9f969b1342b5ea242f84e9a3c16ed20bd44 /tools/perf/scripts/python
parentdrm/xe: Fix CFI violation when accessing sysfs files (diff)
parentMerge tag 'drm-intel-next-2025-04-11' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next (diff)
downloadwireguard-linux-3ab7ae8e07f888f223027f0ef84d33e43919ad55.tar.xz
wireguard-linux-3ab7ae8e07f888f223027f0ef84d33e43919ad55.zip
Merge drm/drm-next into drm-xe-next
Backmerge to bring in linux 6.15-rc. Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
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 "$@"