函数逻辑报告 |
Source Code:kernel\bpf\syscall.c |
Create Date:2022-07-27 14:06:04 |
Last Modify:2022-05-19 18:06:12 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bpf_prog_show_fdinfo
函数原型:static void bpf_prog_show_fdinfo(struct seq_file *m, struct file *filp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
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) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |