函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\syscall.c Create Date:2022-07-27 14:06:29
Last Modify:2022-05-19 18:06:12 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:bpf_raw_tracepoint_release

函数原型:static int bpf_raw_tracepoint_release(struct inode *inode, struct file *filp)

返回类型:int

参数:

类型参数名称
struct inode *inode
struct file *filp
1925  raw_tp等于 needed for tty driver, and maybe others
1927  如果prog
1928  bpf_probe_unregister(btp, prog)
1929  bpf_prog_put(prog)
1931  bpf_put_raw_tracepoint(btp)
1932  kfree(raw_tp)
1933  返回:0