Home
last modified time | relevance | path

Searched refs:pmc_is_globally_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/
H A Dpmu.h206 static inline bool pmc_is_globally_enabled(struct kvm_pmc *pmc) in pmc_is_globally_enabled() function
H A Dpmu.c511 if (!pmc_is_globally_enabled(pmc) || !pmc_is_locally_enabled(pmc) || in reprogram_counter()
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c757 !pmc_is_globally_enabled(pmc) || !pmc->perf_event) in intel_pmu_cross_mapped_check()