Function report |
Source Code:kernel\kallsyms.c |
Create Date:2022-07-28 11:00:21 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_ksymbol_ftrace_mod
Proto:static int get_ksymbol_ftrace_mod(struct kallsym_iter *iter)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct kallsym_iter * | iter |
| 486 | ret = ftrace_mod_get_kallsym(pos - pos_mod_end, & value, & type, name, module_name, & exported) |
| 490 | If ret < 0 Then |
| 491 | pos_ftrace_mod_end = pos |
| 492 | Return 0 |
| 495 | Return 1 |
| Name | Describe |
|---|---|
| update_iter_mod | The end position (last + 1) of each additional kallsyms section is recorded* in iter->pos_..._end as each section is added, and so can be used to* determine which get_ksymbol_...() function to call next. |
| 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 |