Function report |
Source Code:kernel\kallsyms.c |
Create Date:2022-07-28 11:00:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Find the offset on the compressed stream given and index in the* kallsyms array.
Proto:static unsigned int get_symbol_offset(unsigned long pos)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | pos |
131 | name = kallsyms_names[kallsyms_markers[pos >> 8]] |
142 | Return name - kallsyms_names |
Name | Describe |
---|---|
kallsyms_lookup | Lookup an address* - modname is set to NULL if it's in the kernel.* - We guarantee that the returned name is valid until we reschedule even if.* It resides in a module.* - We also guarantee that modname will be valid until rescheduled. |
lookup_symbol_name | |
lookup_symbol_attrs | |
reset_iter |
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 |