Function report |
Source Code:kernel\trace\trace_events.c |
Create Date:2022-07-28 12:19:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__ftrace_set_clr_event(NULL, NULL, NULL, set) will set/unset all events.
Proto:static int __ftrace_set_clr_event_nolock(struct trace_array *tr, const char *match, const char *sub, const char *event, int set)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_array * | tr | |
const char * | match | |
const char * | sub | |
const char * | event | |
int | set |
739 | eret = 0 |
743 | call = event_call |
744 | name = trace_event_name(call) |
749 | If static flags of different events & TRACE_EVENT_FL_IGNORE_ENABLE Then Continue |
763 | ret = ftrace_event_enable_disable(file, set) |
776 | Return ret |
Name | Describe |
---|---|
__ftrace_set_clr_event | |
event_trace_del_tracer | Must be called with event_mutex 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 |