Searched refs:X86_RAW_EVENT_MASK (Results 1 – 5 of 5) sorted by relevance
57 #define X86_RAW_EVENT_MASK \ macro72 (X86_RAW_EVENT_MASK | \
174 config = eventsel & X86_RAW_EVENT_MASK; in reprogram_gp_counter()
2904 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_core2()2925 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_core2()2932 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_snb()2953 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_snb()2960 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_precdist()2977 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_precdist()
315 #define FIXED_EVENT_FLAGS (X86_RAW_EVENT_MASK|HSW_IN_TX|HSW_IN_TX_CHECKPOINTED)
560 event->hw.config |= event->attr.config & X86_RAW_EVENT_MASK; in x86_pmu_hw_config()