mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-18 19:57:31 +00:00
acrntrace: parse leaf and subleaf of cpuid
We have changed the cpuid trace-entry in HV to trace the leaf and subleaf of cpuid. This patch modifies the format accordingly. Tracked-On: #4175 Signed-off-by: Kaige Fu <kaige.fu@intel.com>
This commit is contained in:
parent
aae974b473
commit
aedd2c70e7
@ -5,7 +5,7 @@
|
||||
0x00000011 CPU%(cpu)d 0x%(event)016x %(tsc)d vmenter
|
||||
0x00010001 CPU%(cpu)d 0x%(event)016x %(tsc)d external intr [vector = 0x%(1)08x]
|
||||
0x00010002 CPU%(cpu)d 0x%(event)016x %(tsc)d intr window
|
||||
0x00010004 CPU%(cpu)d 0x%(event)016x %(tsc)d cpuid [vcpuid = %(1)d]
|
||||
0x00010004 CPU%(cpu)d 0x%(event)016x %(tsc)d cpuid [leaf = 0x%(1)08x, subleaf = 0x%(2)08x]
|
||||
0x00010012 CPU%(cpu)d 0x%(event)016x %(tsc)d hypercall [vmid = %(1)d, hypercall id = 0x%(2)08x]
|
||||
0x0001001C CPU%(cpu)d 0x%(event)016x %(tsc)d cr access [access type = 0x%(1)08x, cr num = %(2)d]
|
||||
0x0001001F CPU%(cpu)d 0x%(event)016x %(tsc)d read msr [msr = 0x%(1)08x, val = 0x%(2)016x]
|
||||
|
Loading…
Reference in New Issue
Block a user