diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2025-05-16 10:22:36 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2025-05-16 10:22:36 +0300 |
| commit | db5302ae571beec635c1a96e7f72926a4e65195e (patch) | |
| tree | 966d63ebd383200ef22a5e56d703692d88f022ba /tools/perf/scripts/python | |
| parent | d0bf684bd42db22e7d131a038f8f78927fa6a72a (diff) | |
| parent | 7cf346fcf99815a29b2c18409e617f9cf2c40a6d (diff) | |
Merge drm/drm-next into drm-intel-next
Backmerge to sync with v6.15-rc, xe, and specifically async flip changes
in drm-misc.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
| -rwxr-xr-x | tools/perf/scripts/python/bin/flamegraph-report | 2 |
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 "$@" |
