Function report | 
Source Code:kernel\trace\trace.c | 
Create Date:2022-07-28 12:00:47 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:tracing_trace_options_show
Proto:static int tracing_trace_options_show(struct seq_file *m, void *v)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct seq_file * | m | |
| void * | v | 
| 4622 | tracer_flags = val | 
| 4623 | trace_opts = opts | 
| 4626 | If trace_flags & 1 << i Then seq_printf(m, "%s\n", These must match the bit postions in trace_iterator_flags [i]) | 
| 4628 | Else seq_printf(m, "no%s\n", These must match the bit postions in trace_iterator_flags [i]) | 
| 4632 | When Will appear on the trace_options file cycle | 
| 4633 | If tracer_flags & Mask assigned in val field in tracer_flags Then seq_printf(m, "%s\n", Will appear on the trace_options file ) | 
| 4635 | Else seq_printf(m, "no%s\n", Will appear on the trace_options file ) | 
| 4640 | Return 0 | 
| 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  |