Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1469316
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2013-05-15 20:09:10

1)安装oprofile依赖库:popt,bfd,liberty#./configure --with-kernel=/usr/src/linux/ --with-kernel-support#make#make DESTDIR=`pwd`/_install install如果不能编译,替换掉系统的库文件Warning: QT version 3 was requested but not found. No GUI will be built.Warning: The user account 'oprofile:oprof.........【阅读全文】

阅读(2688) | 评论(0) | 转发(0)

发布时间:2013-05-14 22:40:36

http://www.logix.cz/michal/devel/gas-cfi/CFI support for GNU assembler (GAS) Modern ABIs don't require frame pointers to be used in functions. However missing FPs bring difficulties when doing a backtrace. One solution is to provide Dwarf-2 CFI data for each such  function. This .........【阅读全文】

阅读(1090) | 评论(0) | 转发(0)

发布时间:2013-05-14 16:19:27

......【阅读全文】

阅读(811) | 评论(0) | 转发(0)

发布时间:2013-05-12 16:18:31

CFLAGS="-fprofile-arcs -ftest-coverage"LIBS="-lgcov"1。GCOV(1) 编译 CFLAGS CXXFLAGS LDFLAGS += "-fprofile-arcs -ftest-coverage -g -O0 -fPIC"    gcc -fprofile-arcs -ftest-coverage -g -O0 -o test test.c    生成.gcno文件(gcov note文件)    备注:gcc -c.........【阅读全文】

阅读(5374) | 评论(0) | 转发(0)

发布时间:2013-05-08 15:31:51

1。改变主题colorscheme keohler/usr/share/vim/vim72/colors2小键盘shift+alt+numlck3.统计%s/string//gn4.文件编码set fileencoding......【阅读全文】

阅读(696) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册