Searched refs:num_counters_fixed (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dperf_event.h71 unsigned int num_counters_fixed:5; member in struct:cpuid10_edx::__anon10561
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event.c201 int num_counters_fixed; member in struct:x86_pmu
681 if (x86_pmu.num_counters_fixed)
731 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed;
1062 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++) {
1383 if (x86_pmu.num_counters_fixed > X86_PMC_MAX_FIXED) {
1385 x86_pmu.num_counters_fixed, X86_PMC_MAX_FIXED);
1386 x86_pmu.num_counters_fixed = X86_PMC_MAX_FIXED;
1390 ((1LL << x86_pmu.num_counters_fixed)-1) << X86_PMC_IDX_FIXED;
1414 pr_info("... fixed-purpose events: %d\n", x86_pmu.num_counters_fixed);
H A Dperf_event_intel.c683 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++)
954 x86_pmu.num_counters_fixed = max((int)edx.split.num_counters_fixed, 3);

Completed in 107 milliseconds