Searched refs:pmu_version (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | pmu_counters_test.c | 87 uint8_t pmu_version, in pmu_vm_create_with_one_vcpu() argument 260 GUEST_ASSERT(pmu_version); in guest_test_arch_event() 320 if (!pmu_version) in test_arch_events() 324 pmu_version, perf_capabilities); in test_arch_events() 443 uint8_t pmu_version = guest_get_pmu_version(); in guest_test_gp_counters() local 447 if (pmu_version) in guest_test_gp_counters() 458 if (pmu_version > 1) { in guest_test_gp_counters() 484 pmu_version, perf_capabilities); in test_gp_counters() 551 pmu_version, perf_capabilities); in test_fixed_counters() 582 uint8_t max_pmu_version = max_t(typeof(pmu_version), pmu_version, 5); in test_intel_counters() [all …]
|
| /linux-6.15/arch/x86/events/amd/ |
| H A D | uncore.c | 35 static int pmu_version; variable 599 if (ret || pmu_version < 2) in amd_uncore_df_event_init() 603 (pmu_version >= 2 ? AMD64_PERFMON_V2_RAW_EVENT_MASK_NB : in amd_uncore_df_event_init() 648 if (pmu_version >= 2) { in amd_uncore_df_ctx_scan() 689 if (pmu_version >= 2) { in amd_uncore_df_ctx_init() 900 if (pmu_version < 2) in amd_uncore_umc_ctx_scan() 922 if (pmu_version < 2) in amd_uncore_umc_ctx_init() 1034 pmu_version = 2; in amd_uncore_init()
|
| /linux-6.15/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-6.15/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 310 … 0xa, 0, eax, 7:0, pmu_version , Performance monitoring unit version ID
|