Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:00:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_trace_fmt
Proto:static enum print_line_t print_trace_fmt(struct trace_iterator *iter)
Type:enum print_line_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_iterator * | iter |
3816 | sym_flags = trace_flags & TRACE_ITER_SYM_MASK masks the options in trace_flags that* control the output of kernel symbols. |
3822 | test_cpu_buff_start(iter) |
3824 | event = ftrace_find_event(type) |
3826 | If trace_flags & TRACE_ITER_CONTEXT_INFO Then |
3827 | If iter_flags & TRACE_FILE_LAT_FMT Then trace_print_lat_context(iter) |
3829 | Else trace_print_context(iter) |
Name | Describe |
---|---|
print_trace_line | Called with trace_event_read_lock() held. |
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 |