Home
last modified time | relevance | path

Searched refs:TRACE_EVENT_FL_IGNORE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_export.c176 .flags = TRACE_EVENT_FL_IGNORE_ENABLE, \
H A Dtrace_events.c798 if (call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in __ftrace_set_clr_event_nolock()
988 !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in t_next()
1216 if ((call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) || in system_enable_read()
2193 if (call->class->reg && !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in event_create_dir()
2214 if (!(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) { in event_create_dir()
2740 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtrace_events.h270 TRACE_EVENT_FL_IGNORE_ENABLE = (1 << TRACE_EVENT_FL_IGNORE_ENABLE_BIT), enumerator