函数逻辑报告 |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-27 13:38:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:parse_hist_trigger_attrs
函数原型:static struct hist_trigger_attrs *parse_hist_trigger_attrs(struct trace_array *tr, char *trigger_str)
返回类型:struct hist_trigger_attrs
参数:
类型 | 参数 | 名称 |
---|---|---|
struct trace_array * | tr | |
char * | trigger_str |
2170 | ret等于0 |
2176 | 当trigger_str循环 |
2180 | rhs等于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 |
2181 | 如果rhs则 |
2186 | ret等于parse_assignment(tr, str, attrs) |
2196 | 否则 |
2203 | 如果非keys_str则 |
2208 | 如果非clock则 |
2216 | 返回:attrs |
2217 | free : |
2220 | 返回:错误号 |
名称 | 描述 |
---|---|
event_hist_trigger_func |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |