函数逻辑报告 |
Source Code:kernel\trace\trace_uprobe.c |
Create Date:2022-07-27 13:55:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:append_trace_uprobe
函数原型:static int append_trace_uprobe(struct trace_uprobe *tu, struct trace_uprobe *to)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct trace_uprobe * | tu | |
struct trace_uprobe * | to |
442 | ret等于Return the smallest index of different type argument (start from 1).* If all argument types and name are same, return 0. |
443 | 如果ret则 |
449 | 如果trace_uprobe_has_same_uprobe(to, tu)则 |
456 | ret等于trace_probe_append( & tp, & tp) |
457 | 如果非ret则dyn_event_add( & devent) |
460 | 返回:ret |
名称 | 描述 |
---|---|
register_trace_uprobe | Register a trace_uprobe and probe_event |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |