diff options
| author | saturneric <[email protected]> | 2025-04-21 15:16:38 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-04-21 15:16:38 +0000 |
| commit | b6fa6aab249ea9a41adf12b81c3fdc57adbe2c59 (patch) | |
| tree | 89bf2c4a4dd6d00f18f22dbdef080fc205a407ad /tools/perf/scripts/python | |
| parent | fix: patch to bcm2712-rpi-5-b.dts solving boot issues (diff) | |
| parent | gcc-15: disable '-Wunterminated-string-initialization' entirely for now (diff) | |
| download | kernel-b6fa6aab249ea9a41adf12b81c3fdc57adbe2c59.tar.gz kernel-b6fa6aab249ea9a41adf12b81c3fdc57adbe2c59.zip | |
Merge remote-tracking UNTIL 21. Apr. 2025
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 "$@" |
