函数逻辑报告 |
Source Code:kernel\trace\trace_events.c |
Create Date:2022-07-27 13:28:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:early_enable_events
函数原型:static __init void early_enable_events(struct trace_array *tr, bool disable_first)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct trace_array * | tr | |
bool | disable_first |
3085 | buf等于bootup_event_buf |
3089 | 当(true)循环 |
3095 | 如果token则 |
3097 | 如果disable_first则ftrace_set_clr_event(tr, token, 0) |
3100 | ret等于ftrace_set_clr_event(tr, token, 1) |
名称 | 描述 |
---|---|
event_trace_enable | |
event_trace_enable_again | vent_trace_enable() is called from trace_event_init() first to* initialize events and perhaps start any events that are on the* command line. Unfortunately, there are some events that will not* start this early, like the system call tracepoints that need |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |