Searched refs:trace_type (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_irqsoff.c33 static int trace_type __read_mostly;
44 return ((trace_type & TRACER_PREEMPT_OFF) && preempt_count());
54 return ((trace_type & TRACER_IRQS_OFF) &&
630 trace_type = TRACER_IRQS_OFF;
662 trace_type = TRACER_PREEMPT_OFF;
696 trace_type = TRACER_IRQS_OFF | TRACER_PREEMPT_OFF;
H A Dtrace.h16 enum trace_type { enum
179 * used in the trace_type enum.
H A Dtrace_functions_graph.c575 enum trace_type type, int cpu, pid_t pid, u32 flags)

Completed in 112 milliseconds