Home
last modified time | relevance | path

Searched refs:EVENT_CONSTRAINT (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.h247 #define EVENT_CONSTRAINT(c, n, m) \ macro
282 EVENT_CONSTRAINT(c, n, ARCH_PERFMON_EVENTSEL_EVENT)
299 EVENT_CONSTRAINT(c, (1ULL << (32+n)), FIXED_EVENT_FLAGS)
305 EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK)
309 EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS)
325 EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS)
329 EVENT_CONSTRAINT(code, n, X86_ALL_EVENT_FLAGS)
Dperf_event_amd.c534 static struct event_constraint amd_f15_PMC0 = EVENT_CONSTRAINT(0, 0x01, 0);
535 static struct event_constraint amd_f15_PMC20 = EVENT_CONSTRAINT(0, 0x07, 0);
536 static struct event_constraint amd_f15_PMC3 = EVENT_CONSTRAINT(0, 0x08, 0);
538 static struct event_constraint amd_f15_PMC50 = EVENT_CONSTRAINT(0, 0x3F, 0);
539 static struct event_constraint amd_f15_PMC53 = EVENT_CONSTRAINT(0, 0x38, 0);
Dperf_event_intel_uncore_nhmex.c389 EVENT_CONSTRAINT(0 , 1, 0xc0),
390 EVENT_CONSTRAINT(0x40, 2, 0xc0),
391 EVENT_CONSTRAINT(0x80, 4, 0xc0),
392 EVENT_CONSTRAINT(0xc0, 8, 0xc0),
Dperf_event_intel_uncore.h25 #define UNCORE_EVENT_CONSTRAINT(c, n) EVENT_CONSTRAINT(c, n, 0xff)
Dperf_event_intel_uncore.c19 EVENT_CONSTRAINT(~0ULL, 1 << UNCORE_PMC_IDX_FIXED, ~0ULL);
21 EVENT_CONSTRAINT(0, 0, 0);
Dperf_event_intel_ds.c454 EVENT_CONSTRAINT(0, 1ULL << INTEL_PMC_IDX_FIXED_BTS, 0);
Dperf_event_intel.c2455 EVENT_CONSTRAINT(0, 0x4, 0);