Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:02:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_tracing_log_err
Proto:static struct tracing_log_err *get_tracing_log_err(struct trace_array *tr)
Type:struct tracing_log_err
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_array * | tr |
7074 | If n_err_log_entries < TRACING_LOG_ERRS_MAX Then |
7075 | err = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
7078 | n_err_log_entries++ |
7080 | Return err |
7086 | Return err |
Name | Describe |
---|---|
tracing_log_err | racing_log_err - write an error to the tracing error log*@tr: The associated trace array for the error (NULL for top level array)*@loc: A string describing where the error occurred*@cmd: The tracing command that caused the error*@errs: The array of |
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 |