Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c173 #define PT_CONFIG_MASK (RTIT_CTL_TSC_EN | RTIT_CTL_DISRETC) macro
179 if ((config & PT_CONFIG_MASK) != config) in pt_event_valid()
210 reg |= (event->attr.config & PT_CONFIG_MASK); in pt_config()