Searched refs:pmu_version (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_counters_test.c | 91 u8 pmu_version, in pmu_vm_create_with_one_vcpu() 113 vcpu_set_cpuid_property(vcpus[i], X86_PROPERTY_PMU_VERSION, pmu_version); in run_vcpu() 283 u32 pmu_version = guest_get_pmu_version(); in guest_test_arch_event() 285 bool guest_has_perf_global_ctrl = pmu_version >= 2; in guest_test_arch_event() 292 GUEST_ASSERT(pmu_version); in guest_test_arch_event() 355 static void test_arch_events(u8 pmu_version, u64 perf_capabilities) in test_arch_events() 384 pmu_version, perf_capabilities); in guest_test_rdpmc() 387 if (!pmu_version) in guest_test_rdpmc() 391 guest_test_arch_events, pmu_version, in guest_test_rdpmc() 515 u8 pmu_version 92 pmu_vm_create_with_one_vcpu(struct kvm_vcpu ** vcpu,void * guest_code,u8 pmu_version,u64 perf_capabilities) pmu_vm_create_with_one_vcpu() argument 270 u32 pmu_version = guest_get_pmu_version(); guest_test_arch_event() local 331 test_arch_events(u8 pmu_version,u64 perf_capabilities,u8 length,u32 unavailable_mask) test_arch_events() argument 464 u8 pmu_version = guest_get_pmu_version(); guest_test_gp_counters() local 498 test_gp_counters(u8 pmu_version,u64 perf_capabilities,u8 nr_gp_counters) test_gp_counters() argument 564 test_fixed_counters(u8 pmu_version,u64 perf_capabilities,u8 nr_fixed_counters,u32 supported_bitmask) test_fixed_counters() argument 587 u8 pmu_version = kvm_cpu_property(X86_PROPERTY_PMU_VERSION); test_intel_counters() local [all...] |
| /linux/arch/x86/events/amd/ |
| H A D | uncore.c | 37 static int pmu_version; variable 692 (pmu_version >= 2 ? AMD64_PERFMON_V2_RAW_EVENT_MASK_NB : in amd_uncore_df_event_init() 737 if (pmu_version >= 2) { in amd_uncore_df_ctx_scan() 778 if (pmu_version >= 2) { in amd_uncore_df_ctx_init() 1028 if (pmu_version < 2) in amd_uncore_umc_ctx_scan() 1050 if (pmu_version < 2) in amd_uncore_umc_ctx_init() 1162 pmu_version = 2; in amd_uncore_init()
|
| /linux/drivers/macintosh/ |
| H A D | via-pmu.c | 165 static int pmu_version; variable 615 pmu_version = req.reply[0]; in init_pmu() 631 PMU_DRIVER_VERSION, pbook_type[pmu_kind], pmu_version); in init_pmu() 854 seq_printf(m, "PMU firmware version : %02x\n", pmu_version); in pmu_info_proc_show()
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 312 0xa, 0, eax, 7:0, pmu_version , Performance monitoring unit version ID
|