随笔分类 -  linux内核

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要:项目地址 https://github.com/cyrus-and/gdb-dashboard 项目介绍 gdb-dashboard是一个gdb的可视化界面,可以通过web或者终端来现实可视化信息,支持自定义配置的仪表盘来显示程序执行期间相关的信息。它的主要目标是降低GDB使用难度,可以通过界面来进 阅读全文
posted @ 2016-06-05 22:59 zengkefu 阅读(4485) 评论(0) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-26941022-id-3199961.html void fun(int a, int b){ int c; c=a+b; } void fun1(int a,int b){int d;d=a+b; } int main(int argc 阅读全文
posted @ 2016-06-05 21:27 zengkefu 阅读(1163) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/Fredric-2013/category/696688.html 阅读全文
posted @ 2016-06-05 21:17 zengkefu 阅读(208) 评论(0) 推荐(0) 编辑
摘要:http://loda.hala01.com/2011/12/linux-kernel-%E6%8E%92%E7%A8%8B%E6%A9%9F%E5%88%B6%E4%BB%8B%E7%B4%B9/ Linux Kernel 排程機制介紹 Linux Kernel 排程機制介紹 hlchou@mai 阅读全文
posted @ 2016-06-05 20:05 zengkefu 阅读(1576) 评论(0) 推荐(0) 编辑
摘要:换作Linux: 1、杀使用内存大,非必要的进程 2、增加连接数 3、磁盘分区的碎片整理 4、服务优化,把不要的服务关闭 5、更换性能更好的硬件,纵向升级 常见优化手段: 1、更换性能更好的硬件,纵向升级 2、系统配置优化 3、优化应用程序,修正不正确地方 4、负载均衡,把应有平分到多台机器上,横向 阅读全文
posted @ 2016-06-05 19:58 zengkefu 阅读(247) 评论(0) 推荐(0) 编辑
摘要:Linux在进行系统调优的时候,首先要考虑整个操作系统的结构,然后针对各个部分进行优化,下面展示一个Linux系统的各个组成部分: 有上图可以看出,我们可以调整的有应用程序,库文件,内核,驱动,还有硬件本身,所以接下来讲对这些进行详细的介绍,从而是系统的性能有所提高。 内核子系统中主要包括一下几个方 阅读全文
posted @ 2016-06-05 19:56 zengkefu 阅读(472) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/linux/l-kdbug/ 阅读全文
posted @ 2016-06-05 19:51 zengkefu 阅读(326) 评论(0) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-20543183-id-1930786.html http://blog.csdn.net/ustc_dylan/article/category/469214 http://blog.csdn.net/JanneoEvans/articl 阅读全文
posted @ 2016-06-05 19:35 zengkefu 阅读(239) 评论(0) 推荐(0) 编辑
摘要:http://blog.donghao.org/2014/04/24/%E8%BF%BD%E8%B8%AAcpu%E8%B7%91%E6%BB%A1/ 阅读全文
posted @ 2016-06-05 19:17 zengkefu 阅读(260) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/vanbreaker/article/details/8299491 http://doc.okbase.net/29060569/archive/46628.html 图解 阅读全文
posted @ 2016-06-05 19:04 zengkefu 阅读(289) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/lihuidashen/category/667475.html 阅读全文
posted @ 2016-06-04 10:53 zengkefu 阅读(126) 评论(0) 推荐(0) 编辑
摘要:http://eli.thegreenplace.net/2011/01/23/how-debuggers-work-part-1 http://eli.thegreenplace.net/ 阅读全文
posted @ 2016-06-03 23:02 zengkefu 阅读(135) 评论(0) 推荐(0) 编辑
摘要:gcc核心扩展linuxforum(转)=========================== Linux 内核使用的 GNU C 扩展 =========================== GNC CC 是一个功能非常强大的跨平台 C 编译器,它对 C 语言提供了很多扩展, 这些扩展对优化、目标代码布局、更安全的检查等方面提供了很强的支持。本文把 支持 GNU 扩展的 C 语言... 阅读全文
posted @ 2016-05-29 19:40 zengkefu 阅读(635) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mydo/article/details/8279924 阅读全文
posted @ 2016-05-29 19:37 zengkefu 阅读(115) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mydo/article/category/3084893 阅读全文
posted @ 2016-05-29 19:34 zengkefu 阅读(377) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/huiguixian/article/details/7044869 阅读全文
posted @ 2016-05-29 19:29 zengkefu 阅读(174) 评论(0) 推荐(0) 编辑
摘要:http://my.oschina.net/senmole/blog?catalog=153878Linux Kernel的代码,上次就发现一个结构体的定义形式看不懂,后来才知道它用的不是标准的ANSI C,而是GCC的一些扩展。刚好看到《Linux内核修炼之道》中对GCC扩展有所描述,转载一下吧,对看kernel代码有所帮助。 3.5内核代码的特点 Linux内核同时使用C语言和汇编语言实现... 阅读全文
posted @ 2016-05-29 17:43 zengkefu 阅读(414) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/hazir/tag/kernel/ Linux 内核进程管理之进程ID Linux 内核使用 task_struct 数据结构来关联所有与进程有关的数据和结构,Linux 内核所有涉及到进程和程序的所有算法都是围绕该数据结构建立的,是内核中最重要的数据结 阅读全文
posted @ 2016-05-29 15:50 zengkefu 阅读(552) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/linux/l-cn-dumpanalyse/https://www.kernel.org/pub/linux/utils/kernel/ http://seanlook.com/2014/11/03/one-troubleshooting-for-centos-corrupt/ :记一次错误卸载软件包导致Linu... 阅读全文
posted @ 2016-05-29 15:41 zengkefu 阅读(1682) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/tenfyguo/article/details/9409743 http://blog.csdn.net/tenfyguo/article/details/50185915 http://blog.chinaunix.net/uid-20788636-id 阅读全文
posted @ 2016-05-29 14:25 zengkefu 阅读(763) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页