Function report |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-28 13:17:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Regular int is not a bit field and it must be either* u8/u16/u32/u64 or __int128.
Proto:static bool btf_type_int_is_regular(const struct btf_type *t)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct btf_type * | t |
594 | int_data = btf_type_int(t) |
595 | nr_bits = BTF_INT_BITS(int_data) |
596 | nr_bytes = BITS_ROUNDUP_BYTES(nr_bits) |
602 | Return false |
605 | Return true |
Name | Describe |
---|---|
btf_int_check_kflag_member | |
btf_array_resolve |
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 |