HV_EVENTLOG_ENTRY_TIME_BASIS enumeration
The HV_EVENTLOG_ENTRY_TIME_BASIS enumeration contains values that identify the source of the event header timestamp in a call to the HvInitializeEventLogBufferGroup function.
Syntax
typedef enum { HvEventLogEntryTimeReference = 0, HvEventLogEntryTimeTsc = 1 } HV_EVENTLOG_ENTRY_TIME_BASIS;
Constants
- HvEventLogEntryTimeReference
-
A value that indicates that the source is the hypervisor's reference time (time since the hypervisor was started).
- HvEventLogEntryTimeTsc
-
A value that indicates that the source is the time stamp counter (TSC) of the logical processor that posts the event to the buffer.
Remarks
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: