Searched refs:EVENT_FILE_FL_ENABLED (Results 1 – 4 of 4) sorted by relevance
720 if (!(file->flags & EVENT_FILE_FL_ENABLED)) in trace_event_enable_cmd_record()741 if (!(file->flags & EVENT_FILE_FL_ENABLED)) in trace_event_enable_tgid_record()788 if (disable && (file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()829 if (!(file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()1587 if (file->flags & EVENT_FILE_FL_ENABLED) { in s_next()1780 if (flags & EVENT_FILE_FL_ENABLED && in event_enable_read()1859 set |= (1 << !!(file->flags & EVENT_FILE_FL_ENABLED)); in system_enable_read()3563 if (file->flags & EVENT_FILE_FL_ENABLED) in probe_remove_event_call()4634 if (file->flags & EVENT_FILE_FL_ENABLED) { in event_trace_self_tests()
1669 if (!(file->flags & EVENT_FILE_FL_ENABLED) || in __synth_event_trace_init()
1601 !(file->flags & EVENT_FILE_FL_ENABLED) || in user_event_ftrace()
631 EVENT_FILE_FL_ENABLED = (1 << EVENT_FILE_FL_ENABLED_BIT), enumerator