Home
last modified time | relevance | path

Searched refs:num_counters_fixed (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dperf_event.h110 unsigned int num_counters_fixed:5; member
120 int num_counters_fixed; member
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c214 if (x86_pmu.num_counters_fixed) { in check_hw_exists()
219 for (i = 0; i < x86_pmu.num_counters_fixed; i++) { in check_hw_exists()
949 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed; in collect_events()
1293 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++) { in perf_event_print_debug()
1745 pr_info("... fixed-purpose events: %d\n", x86_pmu.num_counters_fixed); in init_hw_perf_events()
2031 if (x86_pmu.num_counters_fixed && idx >= INTEL_PMC_IDX_FIXED) { in x86_pmu_event_idx()
2407 cap->num_counters_fixed = x86_pmu.num_counters_fixed; in perf_get_x86_pmu_capability()
Dperf_event_intel.c1769 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++) in intel_pmu_reset()
3279 x86_pmu.num_counters_fixed = max((int)edx.split.num_counters_fixed, 3); in intel_pmu_init()
3584 if (x86_pmu.num_counters_fixed > INTEL_PMC_MAX_FIXED) { in intel_pmu_init()
3586 x86_pmu.num_counters_fixed, INTEL_PMC_MAX_FIXED); in intel_pmu_init()
3587 x86_pmu.num_counters_fixed = INTEL_PMC_MAX_FIXED; in intel_pmu_init()
3591 ((1LL << x86_pmu.num_counters_fixed)-1) << INTEL_PMC_IDX_FIXED; in intel_pmu_init()
3604 ~(~0UL << (INTEL_PMC_IDX_FIXED + x86_pmu.num_counters_fixed)); in intel_pmu_init()
Dperf_event.h526 int num_counters_fixed; member
/linux-4.4.14/arch/x86/kvm/
Dpmu_intel.c291 min_t(int, edx.split.num_counters_fixed, in intel_pmu_refresh()
Dcpuid.c462 edx.split.num_counters_fixed = cap.num_counters_fixed; in __do_cpuid_ent()