Function report |
Source Code:kernel\trace\trace_events.c |
Create Date:2022-07-28 12:19:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:race_set_clr_event - enable or disable an event*@system: system name to match (NULL for any system)*@event: event name to match (NULL for all events, within system)*@set: 1 to enable, 0 to disable* This is a way for other parts of the kernel to enable or
Proto:int trace_set_clr_event(const char *system, const char *event, int set)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | system | |
const char * | event | |
int | set |
845 | tr = The global tracer (top) should be the first trace array added,* but we check the flag anyway. |
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 |