Searched refs:num_counters_fixed (Results 1 – 7 of 7) sorted by relevance
119 unsigned int num_counters_fixed:5; member129 int num_counters_fixed; member
218 if (x86_pmu.num_counters_fixed) { in check_hw_exists()223 for (i = 0; i < x86_pmu.num_counters_fixed; i++) { in check_hw_exists()985 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed; in collect_events()1337 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++) { in perf_event_print_debug()1849 pr_info("... fixed-purpose events: %d\n", x86_pmu.num_counters_fixed); in init_hw_perf_events()2176 if (x86_pmu.num_counters_fixed && idx >= INTEL_PMC_IDX_FIXED) { in x86_pmu_event_idx()2569 cap->num_counters_fixed = x86_pmu.num_counters_fixed; in perf_get_x86_pmu_capability()
536 int num_counters_fixed; member
2182 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++) in intel_pmu_reset()3934 x86_pmu.num_counters_fixed = in intel_pmu_init()3935 max((int)edx.split.num_counters_fixed, assume); in intel_pmu_init()4367 if (x86_pmu.num_counters_fixed > INTEL_PMC_MAX_FIXED) { in intel_pmu_init()4369 x86_pmu.num_counters_fixed, INTEL_PMC_MAX_FIXED); in intel_pmu_init()4370 x86_pmu.num_counters_fixed = INTEL_PMC_MAX_FIXED; in intel_pmu_init()4374 ((1LL << x86_pmu.num_counters_fixed)-1) << INTEL_PMC_IDX_FIXED; in intel_pmu_init()4387 ~(~0ULL << (INTEL_PMC_IDX_FIXED + x86_pmu.num_counters_fixed)); in intel_pmu_init()
903 reserved = x86_pmu.max_pebs_events + x86_pmu.num_counters_fixed; in pebs_update_threshold()1511 mask |= ((1ULL << x86_pmu.num_counters_fixed) - 1) << INTEL_PMC_IDX_FIXED; in intel_pmu_drain_pebs_nhm()1512 size = INTEL_PMC_IDX_FIXED + x86_pmu.num_counters_fixed; in intel_pmu_drain_pebs_nhm()
291 min_t(int, edx.split.num_counters_fixed, in intel_pmu_refresh()
535 edx.split.num_counters_fixed = cap.num_counters_fixed; in __do_cpuid_ent()