Function report |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-28 13:18:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:btf_int128_print
Proto:static void btf_int128_print(struct seq_file *m, void *data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
void * | data |
1415 | If upper_num == 0 Then seq_printf(m, "0x%llx", lower_num) |
1417 | Else seq_printf(m, "0x%llx%016llx", upper_num, lower_num) |
Name | Describe |
---|---|
btf_bitfield_seq_show | |
btf_int_seq_show |
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 |