Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dperf_event.h92 unsigned int num_counters_fixed:5; member
102 int num_counters_fixed; member
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event.c208 if (x86_pmu.num_counters_fixed) { in check_hw_exists()
213 for (i = 0; i < x86_pmu.num_counters_fixed; i++) { in check_hw_exists()
643 if (x86_pmu.num_counters_fixed) { in __perf_sched_find_counter()
793 max_count = x86_pmu.num_counters + x86_pmu.num_counters_fixed; in collect_events()
1119 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++) { in perf_event_print_debug()
1365 if (x86_pmu.num_counters_fixed > X86_PMC_MAX_FIXED) { in init_hw_perf_events()
1367 x86_pmu.num_counters_fixed, X86_PMC_MAX_FIXED); in init_hw_perf_events()
1368 x86_pmu.num_counters_fixed = X86_PMC_MAX_FIXED; in init_hw_perf_events()
1372 ((1LL << x86_pmu.num_counters_fixed)-1) << X86_PMC_IDX_FIXED; in init_hw_perf_events()
1405 pr_info("... fixed-purpose events: %d\n", x86_pmu.num_counters_fixed); in init_hw_perf_events()
[all …]
Dperf_event.h318 int num_counters_fixed; member
Dperf_event_intel.c1015 for (idx = 0; idx < x86_pmu.num_counters_fixed; idx++) in intel_pmu_reset()
1747 x86_pmu.num_counters_fixed = max((int)edx.split.num_counters_fixed, 3); in intel_pmu_init()
/linux-3.4.99/arch/x86/kvm/
Dcpuid.c349 edx.split.num_counters_fixed = cap.num_counters_fixed; in do_cpuid_ent()