Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c334 if (!(file->flags & EVENT_FILE_FL_ENABLED)) in trace_event_enable_cmd_record()
355 if (!(file->flags & EVENT_FILE_FL_ENABLED)) in trace_event_enable_tgid_record()
401 if (disable && (file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()
438 if (!(file->flags & EVENT_FILE_FL_ENABLED)) { in __ftrace_event_enable_disable()
1021 if (file->flags & EVENT_FILE_FL_ENABLED) in s_next()
1150 if (flags & EVENT_FILE_FL_ENABLED && in event_enable_read()
1228 set |= (1 << !!(file->flags & EVENT_FILE_FL_ENABLED)); in system_enable_read()
2574 if (file->flags & EVENT_FILE_FL_ENABLED) in probe_remove_event_call()
3620 if (file->flags & EVENT_FILE_FL_ENABLED) { in event_trace_self_tests()
H A Dtrace_events_synth.c1451 if (!(file->flags & EVENT_FILE_FL_ENABLED) || in __synth_event_trace_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtrace_events.h508 EVENT_FILE_FL_ENABLED = (1 << EVENT_FILE_FL_ENABLED_BIT), enumerator