Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dperf_event_p4.h803 #define p4_config_pebs_has(v, mask) (p4_config_unpack_pebs(v) & (mask)) macro
/Linux-v6.6/arch/x86/events/intel/
Dp4.c792 if (p4_config_pebs_has(event->attr.config, P4_PEBS_CONFIG_ENABLE)) in p4_validate_raw_event()