函数逻辑报告 |
Source Code:kernel\trace\trace_probe.c |
Create Date:2022-07-27 13:53:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:@buf must has MAX_EVENT_NAME_LEN size
函数原型:int traceprobe_parse_event_name(const char **pevent, const char **pgroup, char *buf, int offset)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char ** | pevent | |
const char ** | pgroup | |
char * | buf | |
int | offset |
235 | slash等于strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for |
236 | 如果slash则 |
256 | 如果len恒等于0则 |
258 | 返回:负EINVAL |
259 | 否则如果len大于MAX_EVENT_NAME_LEN则 |
261 | 返回:负EINVAL |
265 | 返回:负EINVAL |
267 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |