Symbol: X86_CONFIG
arch/x86/events/intel/core.c
4343
u64 alt_config = X86_CONFIG(.event=0xc0, .inv=1, .cmask=16);
arch/x86/events/intel/core.c
4371
u64 alt_config = X86_CONFIG(.event=0xc2, .umask=0x01, .inv=1, .cmask=16);
arch/x86/events/intel/core.c
4395
u64 alt_config = X86_CONFIG(.event=0xc0, .umask=0x01, .inv=1, .cmask=16);
arch/x86/events/intel/core.c
4479
return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0xcd, .umask=0x01);
arch/x86/events/intel/core.c
4484
return (event->attr.config & INTEL_ARCH_EVENT_MASK) == X86_CONFIG(.event=0x03, .umask=0x82);
arch/x86/events/intel/core.c
5415
X86_CONFIG(.event=0xc0, .umask=0x01);
arch/x86/events/intel/core.c
7444
x86_pmu.rtm_abort_event = X86_CONFIG(.event=0xc9, .umask=0x04);
arch/x86/events/intel/core.c
7680
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
7683
X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
7877
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
7880
X86_CONFIG(.event=0xb1, .umask=0x3f, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
7917
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
7920
X86_CONFIG(.event=0xb1, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
7958
X86_CONFIG(.event=0x0e, .umask=0x01, .inv=1, .cmask=1);
arch/x86/events/intel/core.c
8152
x86_pmu.rtm_abort_event = X86_CONFIG(.event=0xc9, .umask=0x04);
arch/x86/events/zhaoxin/core.c
570
X86_CONFIG(.event = 0x01, .umask = 0x01, .inv = 0x01, .cmask = 0x01);
arch/x86/events/zhaoxin/core.c
573
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,