HV_STATS_OBJECT_TYPE enumeration
The HV_STATS_OBJECT_TYPE enumeration contains values that identify a statistics object type.
Syntax
typedef enum _HV_STATS_OBJECT_TYPE { HvStatsObjectHypervisor = 0x00000001, HvStatsObjectLogicalProcessor = 0x00000002, HvStatsObjectPartition = 0x00010001, HvStatsObjectVp = 0x00010002 } HV_STATS_OBJECT_TYPE;
Constants
- HvStatsObjectHypervisor
-
A value that indicates a statistics counter for the hypervisor.
- HvStatsObjectLogicalProcessor
-
A value that indicates a statistics counter for a logical processor.
- HvStatsObjectPartition
-
A value that indicates a statistics counter for a partition.
- HvStatsObjectVp
-
A value that indicates a statistics counter for a virtual processor.
Remarks
A caller specifies a statistics object type in a call to the HvMapStatsPage hypercall function to map statistics counter types into a partition's address space and in a call to the HvUnmapStatsPage hypercall function to unmap the statistics counter types.
For more information about global and local classes of statistics counters, see Global Versus Local Statistics.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013