在线笔记
全部博文(596)
发布时间:2013-05-24 15:38:33
4 Linux Commands To View Page Faults Statisticsby NIXCRAFT on NOVEMBER 5, 2012 · 1 COMMENT· last updated at NOVEMBER 6, 2012How do I view minor and major page faults statistics for a process under Linux operating systems?You can use pa.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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 .........【阅读全文】