Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_output.c827 if (type >= __TRACE_LAST_TYPE) in free_trace_event_type()
836 next = ida_alloc_range(&trace_event_ida, __TRACE_LAST_TYPE, in alloc_trace_event_type()
884 } else if (WARN(event->type > __TRACE_LAST_TYPE, in register_trace_event()
1126 if (event->type <= __TRACE_LAST_TYPE) { in print_event_fields()
1135 if (call->event.type > __TRACE_LAST_TYPE) in print_event_fields()
H A Dtrace.h61 __TRACE_LAST_TYPE, enumerator
H A Dtrace.c3538 if ((event->type > __TRACE_LAST_TYPE) && in print_trace_fmt()