本文主要是介绍Ubuntu解决perf出现“You may not have permission to collect stats.”的问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
当输入命令后出现了一下错误:
解决方法是:
在terminal输入以下命令
sudo sysctl -w kernel.perf_event_paranoid=1
来自参考链接:https://superuser.com/questions/980632/run-perf-without-root-rights
这篇关于Ubuntu解决perf出现“You may not have permission to collect stats.”的问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!