|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/kvm_host.h>#include <linux/perf_event.h>#include "x86.h"#include "cpuid.h"#include "lapic.h"Go to the source code of this file.
Data Structures | |
| struct | kvm_arch_event_perf_mapping |
Functions | |
| void | kvm_deliver_pmi (struct kvm_vcpu *vcpu) |
| bool | kvm_pmu_msr (struct kvm_vcpu *vcpu, u32 msr) |
| int | kvm_pmu_get_msr (struct kvm_vcpu *vcpu, u32 index, u64 *data) |
| int | kvm_pmu_set_msr (struct kvm_vcpu *vcpu, u32 index, u64 data) |
| int | kvm_pmu_read_pmc (struct kvm_vcpu *vcpu, unsigned pmc, u64 *data) |
| void | kvm_pmu_cpuid_update (struct kvm_vcpu *vcpu) |
| void | kvm_pmu_init (struct kvm_vcpu *vcpu) |
| void | kvm_pmu_reset (struct kvm_vcpu *vcpu) |
| void | kvm_pmu_destroy (struct kvm_vcpu *vcpu) |
| void | kvm_handle_pmu_event (struct kvm_vcpu *vcpu) |
Variables | |
| int | fixed_pmc_events [] = {1, 0, 7} |
1.8.2