发布时间:2015-07-21 11:33:38
<h2 id="1.ftrace简介|outline" style="margin:5px 0px;padding:0px;border:0px;outline:0px;vertical-align:baseline;font-family:HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial;white-space:normal;font-size:1.6em !important;background-color:#FFFFFF;">ftrace 简介</h2><p s.........【阅读全文】
发布时间:2015-06-23 08:52:44
1. 依据arch/arm/kernel/vmlinux.lds 生成linux内核源码根目录下的vmlinux,这个vmlinux属于未压缩,带调试信息、符号表的最初的内核,大小约23MB; arm-linux-gnu-ld -EL -p --no-undefined -X -o vmlinux -T arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o&nb.........【阅读全文】
发布时间:2015-05-26 18:49:04
Linux动态频率调节系统CPUFreq之一:概述随着技术的发展,我们对CPU的处理能力提出了越来越高的需求,芯片厂家也对制造工艺不断地提升。现在的主流PC处理器的主频已经在3GHz左右,就算是 智能手机的处理器也已经可以工作在1.5GHz以上,可是我们并不是时时刻刻都需要让CPU工作在最高的主频上,尤其是移动设备和笔记本电脑.........【阅读全文】
发布时间:2015-05-03 10:02:22
What is TrustZone?The term "TrustZone" is somewhat confusingly used when referring to any of the following: The security extensions to the ARM architecture and the protection type signals in the AMBA3 AXI bus. The security extensions to the ARM architecture a.........【阅读全文】
发布时间:2015-01-16 04:50:28
首先cd到目标目录,然后find . -name '*.py' > cscope.files然后cscope -b最后在vim里目标目录下cs a cscope.outHappy! 来自:http://bbs.chinaunix.net/thread-1448716-1-1.html......【阅读全文】