函数逻辑报告 | 
Source Code:kernel\trace\trace.c | 
Create Date:2022-07-27 13:10:19 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:racing_init_dentry - initialize top level trace array* This is called when creating files or directories in the tracing* directory. It is called via fs_initcall() by any of the boot up code
函数原型:struct dentry *tracing_init_dentry(void)
返回类型:struct dentry
参数:无
| 8806 | tr等于The global_trace is the descriptor that holds the top-level tracing* buffers for the live tracing. | 
| 8808 | 如果security_locked_down(LOCKDOWN_TRACEFS)则 | 
| 8814 | 如果dir则返回:NULL | 
| 8817 | 如果WARN_ON(!tracefs_initialized())或IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_DEBUG_FS)且WARN_ON(!debugfs_initialized())则返回:错误号 | 
| 8828 | dir等于debugfs_create_automount("tracing", NULL, trace_automount, NULL) | 
| 8831 | 返回:NULL | 
| 名称 | 描述 | 
|---|---|
| tracer_init_tracefs | |
| tracing_stat_init | |
| init_trace_printk_function_export | |
| init_tracefs | _tracefs - A function to initialize the tracefs interface files* This function creates entries in tracefs for "hwlat_detector" | 
| stack_trace_init | |
| init_graph_tracefs | |
| event_trace_init | |
| trace_events_hist_init | |
| init_kprobe_trace | Make a tracefs interface for controlling probe points | 
| init_dynamic_event | Make a tracefs interface for controlling dynamic events | 
| init_uprobe_trace | Make a trace interface for controling probe points | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |