Symbol: X86_CONFIG
arch/x86/events/intel/core.c
4623
u64 alt_config = X86_CONFIG(.event=0xc0, .inv=1, .cmask=16);
arch/x86/events/intel/core.c
4651
u64 alt_config = X86_CONFIG(.event=0xc2, .umask=0x01, .inv=1, .cmask=16);
arch/x86/events/intel/core.c
4675
u64 alt_config = X86_CONFIG(.event=0xc0, .umask=0x01, .inv=1, .cmask=16);
arch/x86/events/intel/core.c
4759
return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0xcd, .umask=0x01);
arch/x86/events/intel/core.c
4764
return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0x03, .umask=0x82);
arch/x86/events/intel/core.c
5695
X86_CONFIG(.event=0xc0, .umask=0x01);
arch/x86/events/intel/core.c
7730
x86_pmu.rtm_abort_event = X86_CONFIG(.event=0xc9, .umask=0x04);
arch/x86/events/intel/core.c
8015
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8018
X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8211
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8214
X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8251
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8254
X86_CONFIG(.event=0xb1, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8292
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8488
x86_pmu.rtm_abort_event = X86_CONFIG(.event=0xc9, .umask=0x04);
arch/x86/events/zhaoxin/core.c
571
X86_CONFIG(.event = 0x01, .umask = 0x01, .inv = 0x01, .cmask = 0x01);
arch/x86/events/zhaoxin/core.c
574
X86_CONFIG(.event = 0x0f, .umask = 0x04, .inv = 0, .cmask = 0);
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
441
perf_miss_attr.config = X86_CONFIG(.event = 0xd1,
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
443
perf_hit_attr.config = X86_CONFIG(.event = 0xd1,
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
480
perf_hit_attr.config = X86_CONFIG(.event = 0x2e,
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
482
perf_miss_attr.config = X86_CONFIG(.event = 0x2e,