Home
last modified time | relevance | path

Searched refs:EVENT_FILE_FL_ENABLED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_events.c713 if (!(file->flags & EVENT_FILE_FL_ENABLED)) in trace_event_enable_cmd_record()
734 if (!(file->flags & EVENT_FILE_FL_ENABLED)) in trace_event_enable_tgid_record()
781 if (disable && (file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()
820 if (!(file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()
1407 if (file->flags & EVENT_FILE_FL_ENABLED) in s_next()
1536 if (flags & EVENT_FILE_FL_ENABLED && in event_enable_read()
1614 set |= (1 << !!(file->flags & EVENT_FILE_FL_ENABLED)); in system_enable_read()
3236 if (file->flags & EVENT_FILE_FL_ENABLED) in probe_remove_event_call()
4308 if (file->flags & EVENT_FILE_FL_ENABLED) { in event_trace_self_tests()
H A Dtrace_events_synth.c1645 if (!(file->flags & EVENT_FILE_FL_ENABLED) || in __synth_event_trace_init()
H A Dtrace_events_user.c1566 !(file->flags & EVENT_FILE_FL_ENABLED) || in user_event_ftrace()
/openbmc/linux/include/linux/
H A Dtrace_events.h641 EVENT_FILE_FL_ENABLED = (1 << EVENT_FILE_FL_ENABLED_BIT), enumerator