函数逻辑报告 |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-27 13:37:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:alloc_synth_event
函数原型:static struct synth_event *alloc_synth_event(const char *name, int n_fields, struct synth_field **fields)
返回类型:struct synth_event
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | name | |
int | n_fields | |
struct synth_field ** | fields |
1248 | 如果非event则 |
1253 | name等于kstrdup(name, GFP_KERNEL) |
1254 | 如果非name则 |
1261 | 如果非fields则 |
1267 | dyn_event_init( & devent, & synth_event_ops) |
1273 | out : |
1274 | 返回:event |
名称 | 描述 |
---|---|
__create_synth_event |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |