Function report |
Source Code:kernel\bpf\syscall.c |
Create Date:2022-07-28 12:51:56 |
Last Modify:2022-05-19 18:06:12 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_map_show_fdinfo
Proto:static void bpf_map_show_fdinfo(struct seq_file *m, struct file *filp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct file * | filp |
395 | If map_type == BPF_MAP_TYPE_PROG_ARRAY Then |
401 | seq_printf(m, "map_type:\t%u\nkey_size:\t%u\nvalue_size:\t%u\nmax_entries:\t%u\nmap_flags:\t%#x\nmemlock:\t%llu\nmap_id:\t%u\nfrozen:\t%u\n", map_type, key_size, value_size, max_entries, map_flags, pages * 1ULL << PAGE_SHIFT determines the page size , id, READ_ONCE( write-once; write-protected by freeze_mutex )) |
418 | If type Then |
419 | seq_printf(m, "owner_prog_type:\t%u\n", type) |
420 | seq_printf(m, "owner_jited:\t%u\n", jited) |
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 |