Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_export.c176 .flags = TRACE_EVENT_FL_IGNORE_ENABLE, \
Dtrace_events.c1025 if (call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in __ftrace_set_clr_event_nolock()
1215 !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in t_next()
1443 if ((call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) || in system_enable_read()
2424 if (call->class->reg && !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in event_create_dir()
2445 if (!(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) { in event_create_dir()
3060 file->event_call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
Dtrace_eprobe.c865 (TRACE_EVENT_FL_IGNORE_ENABLE | in find_and_get_event()
/linux-6.1.9/include/linux/
Dtrace_events.h342 TRACE_EVENT_FL_IGNORE_ENABLE = (1 << TRACE_EVENT_FL_IGNORE_ENABLE_BIT), enumerator