Home
last modified time | relevance | path

Searched defs:kvm_pmc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/kvm/
Darm_pmu.h18 struct kvm_pmc { struct
31 struct kvm_pmc pmc[ARMV8_PMU_MAX_COUNTERS]; argument
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h488 struct kvm_pmc { struct
489 enum pmc_type type;
490 u8 idx;
491 u64 counter;
492 u64 eventsel;
493 struct perf_event *perf_event;
494 struct kvm_vcpu *vcpu;
499 u64 current_config;
500 bool is_paused;
524 struct kvm_pmc gp_counters[KVM_INTEL_PMC_MAX_GENERIC]; argument