Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h416 struct kvm_pmc { struct
417 enum pmc_type type;
418 u8 idx;
419 u64 counter;
420 u64 eventsel;
421 struct perf_event *perf_event;
445 struct kvm_pmc gp_counters[INTEL_PMC_MAX_GENERIC]; argument