Skip to content

Commit 3276240

Browse files
authored
do not use sudo to run perf (permission assumption)
1 parent aae5b53 commit 3276240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sudo perf record -F 99 -g sleep 120
1+
perf record -F 99 -g sleep 120

0 commit comments

Comments
 (0)