Function report |
Source Code:kernel\time\timer_list.c |
Create Date:2022-07-28 10:44:43 |
Last Modify:2020-03-17 14:55:40 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_name_offset
Proto:static void print_name_offset(struct seq_file *m, void *sym)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
void * | sym |
49 | If lookup_symbol_name((unsignedlong)sym, symname) < 0 Then SEQ_printf(m, "<%pK>", sym) |
51 | Else SEQ_printf(m, "%s", symname) |
Name | Describe |
---|---|
print_timer | |
print_base |
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 |