Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kvm_pmu Struct Reference

#include <kvm_host.h>

Data Fields

unsigned nr_arch_gp_counters
 
unsigned nr_arch_fixed_counters
 
unsigned available_event_types
 
u64 fixed_ctr_ctrl
 
u64 global_ctrl
 
u64 global_status
 
u64 global_ovf_ctrl
 
u64 counter_bitmask [2]
 
u64 global_ctrl_mask
 
u8 version
 
struct kvm_pmc gp_counters [INTEL_PMC_MAX_GENERIC]
 
struct kvm_pmc fixed_counters [INTEL_PMC_MAX_FIXED]
 
struct irq_work irq_work
 
u64 reprogram_pmi
 

Detailed Description

Definition at line 311 of file kvm_host.h.

Field Documentation

unsigned available_event_types

Definition at line 314 of file kvm_host.h.

u64 counter_bitmask[2]

Definition at line 319 of file kvm_host.h.

Definition at line 323 of file kvm_host.h.

u64 fixed_ctr_ctrl

Definition at line 315 of file kvm_host.h.

u64 global_ctrl

Definition at line 316 of file kvm_host.h.

u64 global_ctrl_mask

Definition at line 320 of file kvm_host.h.

u64 global_ovf_ctrl

Definition at line 318 of file kvm_host.h.

u64 global_status

Definition at line 317 of file kvm_host.h.

Definition at line 322 of file kvm_host.h.

Definition at line 324 of file kvm_host.h.

unsigned nr_arch_fixed_counters

Definition at line 313 of file kvm_host.h.

unsigned nr_arch_gp_counters

Definition at line 312 of file kvm_host.h.

u64 reprogram_pmi

Definition at line 325 of file kvm_host.h.

u8 version

Definition at line 321 of file kvm_host.h.


The documentation for this struct was generated from the following file: