Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dtrace_events.h169 TRACE_FLAG_IRQS_NOSUPPORT = 0x02, enumerator
195 return tracing_gen_ctx_irq_test(TRACE_FLAG_IRQS_NOSUPPORT); in tracing_gen_ctx_flags()
199 return tracing_gen_ctx_irq_test(TRACE_FLAG_IRQS_NOSUPPORT); in tracing_gen_ctx()
/Linux-v5.15/tools/lib/traceevent/
Devent-parse.h431 TRACE_FLAG_IRQS_NOSUPPORT = 0x02, enumerator
Devent-parse.c5792 (lat_flags & TRACE_FLAG_IRQS_NOSUPPORT) ? in data_latency_format()
/Linux-v5.15/kernel/trace/
Dtrace_output.c465 (entry->flags & TRACE_FLAG_IRQS_NOSUPPORT) ? 'X' : in trace_print_lat_fmt()