函数逻辑报告 |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-27 13:07:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:tracing_set_tracer
函数原型:static int tracing_set_tracer(struct trace_array *tr, const char *buf)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct trace_array * | tr | |
const char * | buf |
5731 | ret等于0 |
5740 | ret等于0 |
5747 | 如果非t则 |
5751 | 如果t恒等于current_trace则转到:out |
5778 | 如果ref则 |
5783 | trace_branch_disable() |
5785 | enabled自减 |
5791 | current_trace等于nop_trace |
5817 | 如果init则 |
5823 | current_trace等于t |
5824 | enabled自加 |
5825 | trace_branch_enable(tr) |
5826 | out : |
5829 | 返回:ret |
名称 | 描述 |
---|---|
register_tracer | gister_tracer - register a tracer with the ftrace system.*@type: the plugin for the tracer* Register a new plugin tracer. |
tracing_set_trace_write |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |