Skip to content

Commit e2b83eb

Browse files
committed
Merge: perf script: force stdin for flamegraph in live mode
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/604 JIRA: https://issues.redhat.com/browse/RHEL-57021 Signed-off-by: Michael Petlan <mpetlan@redhat.com> Approved-by: ashelat <ashelat@redhat.com> Approved-by: jbrnak <jbrnak@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 6f0fb5b + 48517d5 commit e2b83eb

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)