Home
last modified time | relevance | path

Searched refs:RTIT_STATUS_STOPPED (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h99 #define RTIT_STATUS_STOPPED BIT(5) macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c525 if (status & RTIT_STATUS_STOPPED) { in pt_handle_status()
526 status &= ~RTIT_STATUS_STOPPED; in pt_handle_status()