Function report |
Source Code:kernel\trace\tracing_map.c |
Create Date:2022-07-28 12:07:08 |
Last Modify:2020-03-17 19:44:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:DEFINE_TRACING_MAP_CMP_FN(s64);DEFINE_TRACING_MAP_CMP_FN(u64);DEFINE_TRACING_MAP_CMP_FN(s32);DEFINE_TRACING_MAP_CMP_FN(u32);DEFINE_TRACING_MAP_CMP_FN(s16);DEFINE_TRACING_MAP_CMP_FN(u16);DEFINE_TRACING_MAP_CMP_FN(s8);DEFINE_TRACING_MAP_CMP_FN(u8);
Proto:tracing_map_cmp_fn_t tracing_map_cmp_num(int field_size, int field_is_signed)
Type:tracing_map_cmp_fn_t
Parameter:
Type | Parameter | Name |
---|---|---|
int | field_size | |
int | field_is_signed |
169 | fn = tracing_map_cmp_none |
172 | Case field_size == 8 |
178 | Case field_size == 4 |
184 | Case field_size == 2 |
190 | Case field_size == 1 |
198 | Return fn |
Name | Describe |
---|---|
create_tracing_map_fields |
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 |