Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:03:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_options_init_dentry
Proto:static struct dentry *trace_options_init_dentry(struct trace_array *tr)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_array * | tr |
8131 | d_tracer = tracing_get_dentry(tr) |
8135 | options = tracefs_create_dir("options", d_tracer) |
8136 | If Not options Then |
8137 | pr_warn("Could not create tracefs directory 'options'\n") |
8138 | Return NULL |
8141 | Return options |
Name | Describe |
---|---|
create_trace_option_file | |
create_trace_option_core_file | |
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 |