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()
3585 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_core2()3606 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_core2()3613 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_snb()3634 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_snb()3641 if ((event->hw.config & X86_RAW_EVENT_MASK) == 0x003c) { in intel_pebs_aliases_precdist()3658 alt_config |= (event->hw.config & ~X86_RAW_EVENT_MASK); in intel_pebs_aliases_precdist()
412 #define FIXED_EVENT_FLAGS (X86_RAW_EVENT_MASK|HSW_IN_TX|HSW_IN_TX_CHECKPOINTED)
621 event->hw.config |= event->attr.config & X86_RAW_EVENT_MASK; in x86_pmu_hw_config()
Completed in 25 milliseconds