diff options
author | 2025-05-15 16:20:39 -0700 | |
---|---|---|
committer | 2025-05-15 16:20:39 -0700 | |
commit | d51b9d81f7883f526b26e3ab903e646274aebeb1 (patch) | |
tree | 9027f2e9b9f7529eda9220c4bcb38e4541c81646 /tools/perf/scripts/python | |
parent | MAINTAINERS: update dlg,da72??.txt to yaml (diff) | |
parent | Linux 6.15-rc6 (diff) | |
download | linux-rng-d51b9d81f7883f526b26e3ab903e646274aebeb1.tar.xz linux-rng-d51b9d81f7883f526b26e3ab903e646274aebeb1.zip |
Merge tag 'v6.15-rc6' into next
Sync up with mainline to bring in xpad controller changes.
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 "$@" |