Using perf, the Linux Performance Analysis tool
on Ubuntu KarmicA lot has been going on with Linux performance counters (now
called performance events...
分类:
其他好文 时间:
2014-05-16 04:06:37
阅读次数:
386
本文内容取材于http://blog.csdn.net/haizimin/article/details/7734184以OpenCV安装到如下目录为例:
C:\Program Files\OpenCV(在安装时选择"将\OpenCV\bin加入系统变量Add\OpenCV\bin to the s...
分类:
其他好文 时间:
2014-05-16 03:52:28
阅读次数:
234
有时候会碰到如题这种问题,从网上查知解决办法,非常管用为eclipse.exe创建一个快捷方式,然后快捷方式上右键-属性,在目标栏填入E:\eclipse\eclipse.exe
-vm "C:\Program Files\Java\jdk1.6.0_16\bin\javaw.exe" -data ...
分类:
系统相关 时间:
2014-05-15 21:31:41
阅读次数:
317
1. 追蹤Kernel function
(以schedule()示範)先至/sys/kernel/debug/tracing# cat available_tracers確定有無
函式追蹤器(function)blk mmiotrace function_graph wakeup_rt wakeu...
分类:
其他好文 时间:
2014-05-15 17:50:00
阅读次数:
339
在确保你安装好git后,我们就可以通过git来下载不同版本的linux kernel了,这时要先说一下...
分类:
系统相关 时间:
2014-05-15 12:12:37
阅读次数:
388
1 首先 从网上下载Tomcat1.7,然后放到本机目录。2
然后在MyEclipse10.0菜单Preferences指向Tomcat的路径,我本机路径是 D:\Program Files
(x86)\apache-tomcat-7.0.47然后是设定tomcat对应的JDK测试 ,启动Tomca...
分类:
系统相关 时间:
2014-05-15 12:02:11
阅读次数:
343
Generating Files with the TextTransform Utility
\Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files
(x86)\Common Files\mi...
分类:
其他好文 时间:
2014-05-15 10:14:13
阅读次数:
212
Generating Files with the TextTransform Utility
\Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files
(x86)\Common Files\mi...
分类:
其他好文 时间:
2014-05-15 10:06:28
阅读次数:
994
1,下载代码
git clone git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6.git
cd bluetooth-next-2.6
2,修改代码
vi drivers/bluetooth/btusb.c
3,把代码添加到git管理仓库
git add drivers/bluetooth/...
分类:
其他好文 时间:
2014-05-15 02:59:38
阅读次数:
386
2.6内核
1>修改linux-source-2.6.31/kernel/sys.c文件,在文件末尾添加系统响应函数。函数实现如下:
asmlinkage int sys_mycall(int number)
{
printk("这是我添加的第一个系统调用");
return number;
}
2>在linux-source-2.6.31...
分类:
系统相关 时间:
2014-05-15 02:51:56
阅读次数:
382