Searched refs:__EVENT_CONSTRAINT (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/events/ |
| A D | perf_event.h | 346 #define __EVENT_CONSTRAINT(c, n, m, w, o, f) \ macro 350 __EVENT_CONSTRAINT(c, n, m, HWEIGHT(n), 0, 0) 385 __EVENT_CONSTRAINT(c, n, m, HWEIGHT(n), 1, 0) 472 __EVENT_CONSTRAINT(code, n, \ 478 __EVENT_CONSTRAINT(code, n, \ 488 __EVENT_CONSTRAINT(code, n, \ 495 __EVENT_CONSTRAINT(code, n, \ 500 __EVENT_CONSTRAINT(code, n, \ 507 __EVENT_CONSTRAINT(code, n, \ 512 __EVENT_CONSTRAINT(code, n, \ [all …]
|
| A D | core.c | 2121 __EVENT_CONSTRAINT(0, (1ULL << x86_pmu.num_counters) - 1, in init_hw_perf_events()
|
| /linux/arch/x86/events/amd/ |
| A D | core.c | 982 __EVENT_CONSTRAINT(0, even_ctr_mask, 0, in amd_core_pmu_init()
|
| /linux/arch/x86/events/intel/ |
| A D | lbr.c | 1855 __EVENT_CONSTRAINT(INTEL_FIXED_VLBR_EVENT, (1ULL << INTEL_PMC_IDX_FIXED_VLBR),
|
| A D | uncore.c | 988 __EVENT_CONSTRAINT(0, (1ULL << type->num_counters) - 1, in uncore_type_init()
|
| A D | core.c | 6244 __EVENT_CONSTRAINT(0, (1ULL << pmu->num_counters) - 1, in intel_pmu_init() 6265 __EVENT_CONSTRAINT(0, (1ULL << pmu->num_counters) - 1, in intel_pmu_init()
|
Completed in 36 milliseconds