函数逻辑报告 |
Source Code:include\linux\trace_events.h |
Create Date:2022-07-27 06:57:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:trace_event_name
函数原型:static inline const char *trace_event_name(struct trace_event_call *call)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
struct trace_event_call * | call |
320 | 如果 static flags of different events 按位与TRACE_EVENT_FL_TRACEPOINT则返回: Set TRACE_EVENT_FL_TRACEPOINT flag when using "tp" ? name : NULL |
322 | 否则返回:name |
名称 | 描述 |
---|---|
trace_raw_output_prep | |
__ftrace_event_enable_disable | |
__ftrace_set_clr_event_nolock | __ftrace_set_clr_event(NULL, NULL, NULL, set) will set/unset all events. |
t_show | |
system_enable_read | |
f_show | |
event_create_dir | |
event_init | |
__trace_add_event_dirs | Create a new event directory structure for a trace directory. |
__find_event_file | Returns any file that matches the system and event |
__trace_early_add_event_dirs | The top level array has already had its trace_event_file* descriptors created in order to allow for early events to* be recorded. This function is called after the tracefs has been* initialized, and we now have to create the files associated |
__trace_early_add_events | For early boot up, the top trace array requires to have* a list of events that can be enabled. This must be done before* the filesystem is set up in order to allow events to be traced* early. |
event_enable_trigger_print | |
last_cmd_set | |
register_synth_event | |
local_field_var_ref | |
find_target_event_var | |
create_target_field_var | reate_target_field_var - Automatically create a variable for a field*@target_hist_data: The target hist trigger*@subsys_name: Optional subsystem name*@event_name: Optional event name*@var_name: The name of the field (and the resulting variable)* Hist |
hist_unreg_all | |
event_hist_trigger_func | |
trace_probe_name |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |