性能启用拆解调用图

性能启用拆解调用图,第1张

性能启用拆解调用图

我在Ubuntu
15.10上遇到了相同的问题,并且在这里找到了解决方案:https
:
//bugs.launchpad.net/ubuntu/+source/linux/+bug/1396654


更新:也适用于Ubuntu 18.10

步骤如下:

sudo apt-get install libiberty-dev binutils-devmkdir ~/installcd ~/install# If the following apt-get doesn't work on your system,# uncomment deb-src lines in your /etc/apt/sources.list,# as suggested by @ctitze# or you can download it manually from packages.ubuntu.com# as @aleixrocks suggested in the comment belowapt-get source linux-tools-`uname -r`sudo apt-get build-dep linux-tools-`uname -r`cd linux-`uname -r | sed 's/-.*//'`/tools/perfmake# now you should see the new "perf" executable here./perf

还应该有一些方法来创建一个新的linux-tools-common软件包,以将其真正集成到您的系统中。现在,用您的新性能替代正式性能,只需设置PATH:

export PATH=~/install/linux-`uname -r | sed 's/-.*//'`/tools/perf:$PATH


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4954444.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-13
下一篇 2022-11-13

发表评论

登录后才能评论

评论列表(0条)

保存