函数逻辑报告 | 
Source Code:kernel\trace\trace_uprobe.c | 
Create Date:2022-07-27 13:55:58 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:trace_uprobe_show
函数原型:static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct seq_file * | m | |
| struct dyn_event * | ev | 
| 727 | tu等于to_trace_uprobe(ev) | 
| 728 | c等于如果is_ret_probe(tu)则'r'否则'p' | 
| 731 | seq_printf(m, "%c:%s/%s %s:0x%0*lx", c, trace_probe_group_name( & tp), trace_probe_name( & tp), filename, (int)(*的长度 * 2), offset) | 
| 735 | 如果ref_ctr_offset则seq_printf(m, "(0x%lx)", ref_ctr_offset) | 
| 738 | 以i小于nr_args循环seq_printf(m, " %s=%s", Name of this argument , Command of this argument ) | 
| 742 | 返回:0 | 
| 名称 | 描述 | 
|---|---|
| probes_seq_show | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |