Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dftrace_event.h193 TRACE_EVENT_FL_IGNORE_ENABLE = (1 << TRACE_EVENT_FL_IGNORE_ENABLE_BIT), enumerator
/linux-3.4.99/kernel/trace/
Dtrace_export.c183 .flags = TRACE_EVENT_FL_IGNORE_ENABLE, \
Dtrace_events.c297 if (call->flags & TRACE_EVENT_FL_IGNORE_ENABLE) in __ftrace_set_clr_event()
1170 if (call->class->reg && !(call->flags & TRACE_EVENT_FL_IGNORE_ENABLE)) in event_create_dir()