Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 11:59:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_func_help_header
Proto:static void print_func_help_header(struct trace_buffer *buf, struct seq_file *m, unsigned int flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_buffer * | buf | |
struct seq_file * | m | |
unsigned int | flags |
3695 | tgid = flags & TRACE_ITER_RECORD_TGID |
3697 | print_event_info(buf, m) |
3699 | seq_printf(m, "# TASK-PID %s CPU# TIMESTAMP FUNCTION\n", tgid ? "TGID " : "") |
3700 | seq_printf(m, "# | | %s | | |\n", tgid ? " | " : "") |
Name | Describe |
---|---|
trace_default_header |
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 |