Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Dpt.c294 #define PT_CONFIG_MASK (RTIT_CTL_TRACEEN | \ macro
309 if ((config & PT_CONFIG_MASK) != config) in pt_event_valid()
501 reg |= (event->attr.config & PT_CONFIG_MASK); in pt_config()