函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_uprobe.c Create Date:2022-07-27 13:56:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:probes_open

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

返回类型:int

参数:

类型参数名称
struct inode *inode
struct file *file
766  ret等于security_locked_down(LOCKDOWN_TRACEFS)
767  如果ret则返回:ret
770  如果f_mode按位与le is open for writing f_flags按位与O_TRUNC
771  ret等于dyn_events_release_all - Release all specific events*@type: the dyn_event_operations * which filters releasing events* This releases all events which ->ops matches @type
772  如果ret则返回:ret
776  返回:seq_open(file, & probes_seq_op)