Function report |
Source Code:kernel\bpf\syscall.c |
Create Date:2022-07-28 12:53:20 |
Last Modify:2022-05-19 18:06:12 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_prog_show_fdinfo
Proto:static void bpf_prog_show_fdinfo(struct seq_file *m, struct file *filp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct file * | filp |
1475 | bpf_prog_get_stats(prog, & stats) |
1477 | seq_printf(m, "prog_type:\t%u\nprog_jited:\t%u\nprog_tag:\t%s\nmemlock:\t%llu\nprog_id:\t%u\nrun_time_ns:\t%llu\nrun_cnt:\t%llu\n", Type of BPF program , Is our filter JIT'ed? , prog_tag, Number of allocated pages * 1ULL << PAGE_SHIFT determines the page size , id, nsecs, cnt) |
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 |