diff options
| author | Rob Clark <robdclark@chromium.org> | 2025-04-29 13:42:29 -0700 |
|---|---|---|
| committer | Rob Clark <robdclark@chromium.org> | 2025-04-29 13:42:29 -0700 |
| commit | 844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 (patch) | |
| tree | 01d80b723a71bff43ffd866499f497e697a9766a /tools/perf/scripts/python/bin | |
| parent | drm/msm/a6xx+: Don't let IB_SIZE overflow (diff) | |
| parent | drm/panel-edp: Add support for CSW MNE007QS3-8 panel (diff) | |
| download | linux-844e31bbaef7c8a6ff2c0fbac45c0c85b5484482.tar.gz linux-844e31bbaef7c8a6ff2c0fbac45c0c85b5484482.zip | |
Merge remote-tracking branch 'drm-misc/drm-misc-next' into msm-next
Merge drm-misc-next to get commit Fixes: fec450ca15af ("drm/display:
hdmi: provide central data authority for ACR params").
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
| -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 "$@" |
