Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dperf_event_p4.h802 #define p4_config_pebs_has(v, mask) (p4_config_unpack_pebs(v) & (mask)) macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p4.c791 if (p4_config_pebs_has(event->attr.config, P4_PEBS_CONFIG_ENABLE)) in p4_validate_raw_event()