Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_export.c180 .flags = TRACE_EVENT_FL_IGNORE_ENABLE, \
Dtrace_events.c719 if (call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in __ftrace_set_clr_event_nolock()
875 !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in t_next()
2083 if (call->class->reg && !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in event_create_dir()
2114 if (!(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in event_create_dir()
2571 if (call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in find_event_file()
/linux-4.4.14/include/linux/
Dtrace_events.h266 TRACE_EVENT_FL_IGNORE_ENABLE = (1 << TRACE_EVENT_FL_IGNORE_ENABLE_BIT), enumerator