Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:03:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:create_trace_option_core_file
Proto:static struct dentry *create_trace_option_core_file(struct trace_array *tr, const char *option, long index)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_array * | tr | |
const char * | option | |
long | index |
8232 | t_options = trace_options_init_dentry(tr) |
8233 | If Not t_options Then Return NULL |
8236 | Return trace_create_file(option, 0644, t_options, (void * ) & trace_flags_index[index], & trace_options_core_fops) |
Name | Describe |
---|---|
create_trace_options_dir |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |