Searched refs:nmi_count (Results 1 – 2 of 2) sorted by relevance
18 int nmi_count; /* # NMIs during this sample */ member50 __field( int, nmi_count )61 __entry->nmi_count = s->nmi_count;74 __entry->nmi_count,
108 #define nmi_count() (preempt_count() & NMI_MASK) macro126 #define in_nmi() (nmi_count())
Completed in 4 milliseconds