Searched defs:kvm_pmc (Results 1 – 3 of 3) sorted by relevance
31 struct kvm_pmc { struct44 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
17 struct kvm_pmc { struct30 struct kvm_pmc pmc[ARMV8_PMU_MAX_COUNTERS]; argument
490 struct kvm_pmc { struct491 enum pmc_type type;492 u8 idx;493 bool is_paused;494 bool intr;495 u64 counter;496 u64 prev_counter;497 u64 eventsel;498 struct perf_event *perf_event;499 struct kvm_vcpu *vcpu;[all …]