函数逻辑报告 |
Source Code:kernel\trace\trace_output.c |
Create Date:2022-07-27 13:11:34 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:race_find_event - find a registered event*@type: the type of event to look for* Returns an event of type @type otherwise NULL* Called with trace_event_read_lock() held.
函数原型:struct trace_event *ftrace_find_event(int type)
返回类型:struct trace_event
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| int | type |
| 666 | key等于type按位与must be a power of 2 减1 |
| 673 | 返回:NULL |
| 名称 | 描述 |
|---|---|
| print_raw_fmt | |
| print_hex_fmt | |
| print_bin_fmt | |
| register_trace_event | gister_trace_event - register output for an event type*@event: the event type to register* Event types are stored in a hash and this hash is used to* find a way to print an event |
| print_graph_comment | |
| print_trace_fmt |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |