Home
last modified time | relevance | path

Searched refs:handle_nmi (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dpt.h118 * @handle_nmi: do handle PT PMI on this cpu, there's an active event
126 int handle_nmi; member
H A Dpt.c1468 if (!READ_ONCE(pt->handle_nmi)) in intel_pt_interrupt()
1566 WRITE_ONCE(pt->handle_nmi, 1); in pt_event_start()
1588 WRITE_ONCE(pt->handle_nmi, 0); in pt_event_stop()
1640 * Here, handle_nmi tells us if the tracing is on in pt_event_snapshot_aux()
1642 if (READ_ONCE(pt->handle_nmi)) in pt_event_snapshot_aux()
1658 * preempted by anything that touches pt->handle_nmi. in pt_event_snapshot_aux()
1660 if (pt->handle_nmi) in pt_event_snapshot_aux()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.h118 * @handle_nmi: do handle PT PMI on this cpu, there's an active event
126 int handle_nmi; member
H A Dpt.c1484 if (!READ_ONCE(pt->handle_nmi)) in intel_pt_interrupt()
1582 WRITE_ONCE(pt->handle_nmi, 1); in pt_event_start()
1604 WRITE_ONCE(pt->handle_nmi, 0); in pt_event_stop()
1656 * Here, handle_nmi tells us if the tracing is on in pt_event_snapshot_aux()
1658 if (READ_ONCE(pt->handle_nmi)) in pt_event_snapshot_aux()
1674 * preempted by anything that touches pt->handle_nmi. in pt_event_snapshot_aux()
1676 if (pt->handle_nmi) in pt_event_snapshot_aux()

Completed in 5 milliseconds