diff options
author | 2025-06-01 21:41:07 -0700 | |
---|---|---|
committer | 2025-06-01 21:41:07 -0700 | |
commit | 4f9786035f9e519db41375818e1d0b5f20da2f10 (patch) | |
tree | b307ecc9ab55c44ace462e59549c6d7976da5bfd /tools/perf/scripts/python | |
parent | Input: synaptics-rmi - fix crash with unsupported versions of F34 (diff) | |
parent | Input: ims-pcu - check record size in ims_pcu_flash_firmware() (diff) | |
download | wireguard-linux-4f9786035f9e519db41375818e1d0b5f20da2f10.tar.xz wireguard-linux-4f9786035f9e519db41375818e1d0b5f20da2f10.zip |
Merge branch 'next' into for-linus
Prepare input updates for 6.16 merge window.
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 "$@" |