Function report |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-28 12:03:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:race_array_get_by_name - Create/Lookup a trace array, given its name
Proto:struct trace_array *trace_array_get_by_name(const char *name)
Type:struct trace_array
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name |
8575 | mutex_lock( & event_mutex) |
8579 | If name && strcmp(name, name) == 0 Then Go to out_unlock |
8583 | tr = trace_array_create(name) |
8587 | out_unlock : |
8593 | Return tr |
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 |