diff options
| author | Ingo Molnar <mingo@kernel.org> | 2025-04-09 21:39:43 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-04-09 21:39:43 +0200 |
| commit | 6ce0fdaae043803bb324d915ce0fe43316bf1e81 (patch) | |
| tree | 1e681b94ad3ef8893d7dfda59a6da4c47dae338b /tools/perf/scripts/python | |
| parent | x86/bitops: Simplify variable_ffz() as variable__ffs(~word) (diff) | |
| parent | Linux 6.15-rc1 (diff) | |
| download | linux-6ce0fdaae043803bb324d915ce0fe43316bf1e81.tar.gz linux-6ce0fdaae043803bb324d915ce0fe43316bf1e81.zip | |
Merge tag 'v6.15-rc1' into x86/asm, to refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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 "$@" |
