函数逻辑报告 |
Source Code:kernel\trace\fgraph.c |
Create Date:2022-07-27 13:24:55 |
| Last Modify:2020-03-17 20:08:56 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:unregister_ftrace_graph
函数原型:void unregister_ftrace_graph(struct fgraph_ops *gops)
返回类型:void
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct fgraph_ops * | gops |
| 639 | mutex_lock( & ftrace_lock) |
| 641 | 如果此条件成立可能性小(为编译器优化)(!ftrace_graph_active)则转到:out |
| 644 | ftrace_graph_active自减 |
| 645 | The callbacks that hook a function 等于Simply points to ftrace_stub, but with the proper protocol.* Defined by the linker script in linux/vmlinux.lds.h |
| 648 | ftrace_shutdown( & graph_ops, FTRACE_STOP_FUNC_RET) |
| 652 | out : |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |