Symbol: EVENT_CONSTRAINT
arch/x86/events/amd/core.c
1149
static struct event_constraint amd_f15_PMC0 = EVENT_CONSTRAINT(0, 0x01, 0);
arch/x86/events/amd/core.c
1150
static struct event_constraint amd_f15_PMC20 = EVENT_CONSTRAINT(0, 0x07, 0);
arch/x86/events/amd/core.c
1151
static struct event_constraint amd_f15_PMC3 = EVENT_CONSTRAINT(0, 0x08, 0);
arch/x86/events/amd/core.c
1153
static struct event_constraint amd_f15_PMC50 = EVENT_CONSTRAINT(0, 0x3F, 0);
arch/x86/events/amd/core.c
1154
static struct event_constraint amd_f15_PMC53 = EVENT_CONSTRAINT(0, 0x38, 0);
arch/x86/events/amd/core.c
1267
EVENT_CONSTRAINT(0, 0x1, AMD64_RAW_EVENT_MASK);
arch/x86/events/intel/core.c
5172
EVENT_CONSTRAINT(0, 0x4, 0);
arch/x86/events/intel/ds.c
1116
EVENT_CONSTRAINT(0, 1ULL << INTEL_PMC_IDX_FIXED_BTS, 0);
arch/x86/events/intel/uncore.c
34
EVENT_CONSTRAINT(~0ULL, 1 << UNCORE_PMC_IDX_FIXED, ~0ULL);
arch/x86/events/intel/uncore.c
36
EVENT_CONSTRAINT(0, 0, 0);
arch/x86/events/intel/uncore.h
35
#define UNCORE_EVENT_CONSTRAINT(c, n) EVENT_CONSTRAINT(c, n, 0xff)
arch/x86/events/intel/uncore_nhmex.c
398
EVENT_CONSTRAINT(0 , 1, 0xc0),
arch/x86/events/intel/uncore_nhmex.c
399
EVENT_CONSTRAINT(0x40, 2, 0xc0),
arch/x86/events/intel/uncore_nhmex.c
400
EVENT_CONSTRAINT(0x80, 4, 0xc0),
arch/x86/events/intel/uncore_nhmex.c
401
EVENT_CONSTRAINT(0xc0, 8, 0xc0),
arch/x86/events/intel/uncore_snbep.c
3233
EVENT_CONSTRAINT(0x80, 0xe, 0x80),
arch/x86/events/perf_event.h
444
EVENT_CONSTRAINT(c, n, ARCH_PERFMON_EVENTSEL_EVENT)
arch/x86/events/perf_event.h
467
EVENT_CONSTRAINT(c, (1ULL << (32+n)), FIXED_EVENT_FLAGS)
arch/x86/events/perf_event.h
479
EVENT_CONSTRAINT(c, (1ULL << (INTEL_PMC_IDX_METRIC_BASE + n)), \
arch/x86/events/perf_event.h
486
EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK)
arch/x86/events/perf_event.h
490
EVENT_CONSTRAINT(c, n, ARCH_PERFMON_EVENTSEL_EVENT|(c))
arch/x86/events/perf_event.h
494
EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS)
arch/x86/events/perf_event.h
526
EVENT_CONSTRAINT(c, n, ARCH_PERFMON_EVENTSEL_EVENT|X86_ALL_EVENT_FLAGS)
arch/x86/events/perf_event.h
533
EVENT_CONSTRAINT(code, n, X86_ALL_EVENT_FLAGS)