Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1477439
  • 博文数量: 228
  • 博客积分: 1698
  • 博客等级: 上尉
  • 技术积分: 3241
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-24 21:49
个人简介

Linux

文章分类

全部博文(228)

文章存档

2017年(1)

2016年(43)

2015年(102)

2014年(44)

2013年(5)

2012年(30)

2011年(3)

发布时间:2014-01-09 14:31:48

结构体struct  module在内核中代表一个内核模块,通过insmod(实际执行init_module系统调用)把内核模块插入内核时,模块便与一个struct module结构体相关联,并成为内核的一部分。内核中对应的系统调用为kernel/module.c中如下函数:SYSCALL_DEFINE3(init_module, void __user *, umod, unsigned long, len, const .........【阅读全文】

阅读(1459) | 评论(0) | 转发(1)
给主人留下些什么吧!~~

hanwei_10492013-04-23 16:33

google-perftools export

回复  |  举报
留言热议
请登录后留言。

登录 注册