Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_export.c186 .flags = TRACE_EVENT_FL_IGNORE_ENABLE, \
H A Dtrace_events.c1327 if (call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in __ftrace_set_clr_event_nolock()
1538 !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in t_next()
1847 if ((call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) || in trace_events_enabled()
2898 if (!(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) { in event_callback()
2912 if (!(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) || in event_callback()
3781 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
H A Dtrace_eprobe.c780 (TRACE_EVENT_FL_IGNORE_ENABLE | in find_and_get_event()
/linux-6.15/include/linux/
H A Dtrace_events.h350 TRACE_EVENT_FL_IGNORE_ENABLE = (1 << TRACE_EVENT_FL_IGNORE_ENABLE_BIT), enumerator