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

/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_intel_pt.c193 #define PT_CONFIG_MASK (RTIT_CTL_TSC_EN | \ macro
203 if ((config & PT_CONFIG_MASK) != config) pt_event_valid()
269 reg |= (event->attr.config & PT_CONFIG_MASK); pt_config()

Completed in 59 milliseconds