Function report |
Source Code:kernel\kallsyms.c |
Create Date:2022-07-28 11:00:26 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:s_show
Proto:static int s_show(struct seq_file *m, void *p)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct seq_file * | m | |
| void * | p |
| 601 | If Not name[0] Then Return 0 |
| 604 | value = show_value ? value : NULL |
| 606 | If module_name[0] Then |
| 615 | seq_printf(m, "%px %c %s\t[%s]\n", value, type, name, module_name) |
| 617 | Else seq_printf(m, "%px %c %s\n", value, type, name) |
| 620 | Return 0 |
| 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 |