Searched refs:X86_RAW_EVENT_MASK (Results 1 – 5 of 5) sorted by relevance
70 #define X86_RAW_EVENT_MASK \ macro85 (X86_RAW_EVENT_MASK | \
225 config = eventsel & X86_RAW_EVENT_MASK; in reprogram_gp_counter()
3535 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_core2()3556 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_core2()3563 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_snb()3584 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_snb()3591 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_precdist()3608 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_precdist()
411 #define FIXED_EVENT_FLAGS (X86_RAW_EVENT_MASK|HSW_IN_TX|HSW_IN_TX_CHECKPOINTED)
619 event->hw.config |= event->attr.config & X86_RAW_EVENT_MASK; in x86_pmu_hw_config()