Searched refs:EVENT_FILE_FL_ENABLED (Results 1 – 2 of 2) sorted by relevance
347 if (!(file->flags & EVENT_FILE_FL_ENABLED)) in trace_event_enable_cmd_record()392 if (disable && (file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()423 if (!(file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()908 if (file->flags & EVENT_FILE_FL_ENABLED) in s_next()1018 if (flags & EVENT_FILE_FL_ENABLED && in event_enable_read()1095 set |= (1 << !!(file->flags & EVENT_FILE_FL_ENABLED)); in system_enable_read()2425 if (file->flags & EVENT_FILE_FL_ENABLED) in probe_remove_event_call()3292 if (file->flags & EVENT_FILE_FL_ENABLED) { in event_trace_self_tests()
348 EVENT_FILE_FL_ENABLED = (1 << EVENT_FILE_FL_ENABLED_BIT), enumerator