diff options
| author | Rodrigo Vivi <[email protected]> | 2021-09-15 10:12:51 -0400 |
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2021-09-15 10:12:51 -0400 |
| commit | d1b803f4ca4f25d6f171219d039f9410a10b29ee (patch) | |
| tree | 44ce0f4ab320f9a3a63cf7518931c5209da6d94a /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 5f0d4214938db66969a50d4b1262307e39f4f2b2 (diff) | |
| parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff) | |
Merge drm/drm-next into drm-intel-next
Catch-up on 5.15-rc1 and sync with drm-intel-gt-next
to prepare the PXP topic branch.
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
| -rwxr-xr-x | tools/perf/scripts/python/bin/stackcollapse-report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/bin/stackcollapse-report b/tools/perf/scripts/python/bin/stackcollapse-report index 356b9656393d..21a356bd27f6 100755 --- a/tools/perf/scripts/python/bin/stackcollapse-report +++ b/tools/perf/scripts/python/bin/stackcollapse-report @@ -1,3 +1,3 @@ #!/bin/sh # description: produce callgraphs in short form for scripting use -perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@" +perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@" |