Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:59:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This also sets the "private" pointer to non-NULL if the* kernel pointers should be hidden (so you can just test* "m->private" to see if you should keep the values private).* We use the same logic as for /proc/kallsyms.
Proto:static int modules_open(struct inode *inode, struct file *file)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
struct file * | file |
4390 | err = seq_open(file, & Format: modulename size refcount deps addressWhere refcount is a number or -, and deps is a comma-separated listof depends or -.) |
4392 | If Not err Then |
4394 | private = If kallsyms_show_value() Then NULL Else 8ul |
4397 | Return err |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |