首页 > 系统服务 > 详细

linux —— 编译linux内核

时间:2016-09-16 06:43:27      阅读:257      评论:0      收藏:0      [点我收藏+]

git项目:https://github.com/torvalds/linux

linux LDP(Linux Document Project):帮助文档项目 

 


 

Oprofile 工具:一个功能强大的性能分析工具,在这里 被推荐下载,下载地址:在这里

Oprofile的安装和使用:

安装说明:这里 

安装时缺少2个库:

configure: error: popt library not found
相应的安装包:sudo apt install popt-devel

configure: error: liberty library not found
相应的安装包:sudo apt install libiberty-dev

测试时间:2016/9/16

 oprofile 库的 安装和使用 2

linux —— 编译linux内核

原文:http://www.cnblogs.com/BensonLaur/p/5875827.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!