On Fri, 12 Apr 2019 16:38:10 +0300 Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> wrote: > + > +enum *trace_flag_type* { > + _TRACE_FLAG_IRQS_OFF_, > + _TRACE_FLAG_IRQS_NOSUPPOR_, Hmm, do we really need to save one character here? That should be: _TRACE_FLAG_IRQS_NOSUPPORT_ Lets change the code to do this. -- Steve > + _TRACE_FLAG_NEED_RESCHED_, > + _TRACE_FLAG_HARDIRQ_, > + _TRACE_FLAG_SOFTIRQ_, > +}; > +
![]() |