Home
last modified time | relevance | path

Searched refs:TRACE_FLAG_IRQS_NOSUPPORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtrace_events.h181 TRACE_FLAG_IRQS_NOSUPPORT = 0x02, enumerator
208 return tracing_gen_ctx_irq_test(TRACE_FLAG_IRQS_NOSUPPORT); in tracing_gen_ctx_flags()
212 return tracing_gen_ctx_irq_test(TRACE_FLAG_IRQS_NOSUPPORT); in tracing_gen_ctx()
/openbmc/linux/kernel/trace/
H A Dtrace_output.c463 (entry->flags & TRACE_FLAG_IRQS_NOSUPPORT) ? 'X' : in trace_print_lat_fmt()