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:
Manisha Chinthapally
2018-11-01 09:51:32 -07:00
committed by lijinxia
parent 7f57a74fe7
commit ee918f8533
2 changed files with 3 additions and 1 deletions

View File

@@ -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,