Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dpt.c294 #define PT_CONFIG_MASK (RTIT_CTL_TRACEEN | \ macro
309 if ((config & PT_CONFIG_MASK) != config) in pt_event_valid()
518 reg |= (event->attr.config & PT_CONFIG_MASK); in pt_config()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.c300 #define PT_CONFIG_MASK (RTIT_CTL_TRACEEN | \ macro
317 if ((config & PT_CONFIG_MASK) != config) in pt_event_valid()
534 reg |= (event->attr.config & PT_CONFIG_MASK); in pt_config()

Completed in 5 milliseconds