Skip to content

Commit 912e5f3

Browse files
committed
Merge: perf script: Fix hangup in offline flamegraph report
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6764 JIRA: https://issues.redhat.com/browse/RHEL-87957 Backporting a fix for this same issue from RHEL 10 to RHEL 9. Signed-off-by: Anubhav Shelat <ashelat@redhat.com> Approved-by: Michael Petlan <mpetlan@redhat.com> Approved-by: jbrnak <jbrnak@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Augusto Caringi <acaringi@redhat.com>
2 parents 785a242 + 83e611c commit 912e5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
# description: create flame graphs
3-
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
3+
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py "$@"

0 commit comments

Comments
 (0)