函数逻辑报告 |
Source Code:kernel\trace\trace_nop.c |
Create Date:2022-07-27 13:18:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:It only serves as a signal handler and a callback to* accept or refuse the setting of a flag.* If you don't implement it, then the flag setting will be* automatically accepted.
函数原型:static int nop_set_flag(struct trace_array *tr, unsigned int old_flags, unsigned int bit, int set)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct trace_array * | tr | |
unsigned int | old_flags | |
unsigned int | bit | |
int | set |
70 | 如果bit恒等于TRACE_NOP_OPT_ACCEPT则 |
77 | 如果bit恒等于TRACE_NOP_OPT_REFUSE则 |
81 | 返回:负EINVAL |
84 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |