函数逻辑报告 |
Source Code:kernel\trace\trace_uprobe.c |
Create Date:2022-07-27 13:55:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Allocate new trace_uprobe and initialize it (including uprobes).
函数原型:static struct trace_uprobe *alloc_trace_uprobe(const char *group, const char *event, int nargs, bool is_ret)
返回类型:struct trace_uprobe
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | group | |
const char * | event | |
int | nargs | |
bool | is_ret |
347 | ret等于trace_probe_init( & tp, event, group, true) |
351 | dyn_event_init( & devent, & trace_uprobe_ops) |
352 | handler等于uprobe_dispatcher |
356 | 返回:tu |
358 | error : |
361 | 返回:错误号 |
名称 | 描述 |
---|---|
trace_uprobe_create |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |