Simutrace
3.2.2
Simulation Tracing Framework
|
32 bit memory trace entry with data More...
#include <SimuTraceEntryTypes.h>
Data Fields | |
MemoryAccessMetaData | metadata |
Operation meta data. | |
Address32 | ip |
Instruction pointer (IP) in virtual memory of the CPU instruction that issued the memory operation. | |
Address32 | address |
Physical or virtual address accessed by the memory operation. | |
Data32 | data |
Read or written data. See the meta data field and Data32 for information on the access size. | |
Memory trace entry for 32 bit memory operations (read or write) including the read or written data. To register a stream using this entry type see StStreamFindMemoryType().