mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 02:08:04 +00:00
HV:debug:profiling Fixed inappropriate condition check
Fixed the condition to be able to collect MSR sample data Also populating addition information to help identifity appropriate data Tracked-On: #1693 Signed-off-by: Manisha Chinthapally <manisha.chinthapally@intel.com>
This commit is contained in:
committed by
lijinxia
parent
7f57a74fe7
commit
ee918f8533
@@ -21,6 +21,7 @@
|
||||
#define SEP_BUF_ENTRY_SIZE 32U
|
||||
#define SOCWATCH_MSR_OP 100U
|
||||
|
||||
#define MAGIC_NUMBER 0x99999988U
|
||||
enum MSR_CMD_STATUS {
|
||||
MSR_OP_READY = 0,
|
||||
MSR_OP_REQUESTED,
|
||||
|
Reference in New Issue
Block a user