Searched refs:TRACE_EVENT_FL_IGNORE_ENABLE (Results 1 – 3 of 3) sorted by relevance
186 .flags = TRACE_EVENT_FL_IGNORE_ENABLE, \
1339 if (call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in __ftrace_set_clr_event_nolock() 1550 !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in t_next() 1858 if ((call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) || in trace_events_enabled() 2909 if (!(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) { in event_callback() 2923 if (!(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) || in event_callback() 3883 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
350 TRACE_EVENT_FL_IGNORE_ENABLE = (1 << TRACE_EVENT_FL_IGNORE_ENABLE_BIT), enumerator