Searched refs:__EVENT_CONSTRAINT (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 409 #define __EVENT_CONSTRAINT(c, n, m, w, o, f) \ macro 413 __EVENT_CONSTRAINT(c, n, m, HWEIGHT(n), 0, 0) 423 __EVENT_CONSTRAINT(c, n, ARCH_PERFMON_EVENTSEL_EVENT, HWEIGHT(n),\ 448 __EVENT_CONSTRAINT(c, n, m, HWEIGHT(n), 1, 0) 507 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK, \ 511 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 515 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 519 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 523 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ 527 __EVENT_CONSTRAINT(c, n, INTEL_ARCH_EVENT_MASK|X86_ALL_EVENT_FLAGS, \ [all …]
|
| H A D | core.c | 2188 __EVENT_CONSTRAINT(0, x86_pmu.cntr_mask64, in init_hw_perf_events()
|
| /linux/arch/x86/events/intel/ |
| H A D | uncore.c | 1010 __EVENT_CONSTRAINT(0, (1ULL << type->num_counters) - 1, in uncore_type_init()
|
| H A D | core.c | 5999 __EVENT_CONSTRAINT(0, pmu->cntr_mask64, in intel_pmu_check_hybrid_pmus() 7445 __EVENT_CONSTRAINT(0, pmu->cntr_mask64, in intel_pmu_init_hybrid() 8287 __EVENT_CONSTRAINT(0, pmu->cntr_mask64, in intel_pmu_init()
|