Home | History | Annotate | Download | only in util

Lines Matching full:softirq

2622 	int softirq;
2629 softirq = lat_flags & TRACE_FLAG_SOFTIRQ;
2637 (hardirq && softirq) ? 'H' :
2638 hardirq ? 'h' : softirq ? 's' : '.');