Simutrace 3.2.2
Simulation Tracing Framework
DataWrite64 Struct Reference

64 bit memory trace entry with data More...

#include <SimuTraceEntryTypes.h>

Data Fields

MemoryAccessMetaData metadata
 Operation meta data.
 
Address64 ip
 Instruction pointer (IP) in virtual memory of the CPU instruction that issued the memory operation.
 
Address64 address
 Physical or virtual address accessed by the memory operation.
 
Data64 data
 Read or written data. See the meta data field and Data64 for information on the access size.
 

Detailed Description

Memory trace entry for 64 bit memory operations (read or write) including the read or written data. To register a stream using this entry type see StStreamFindMemoryType().

Since
3.0
See also
StStreamFindMemoryType()
MemoryAccessMetaData
Write32
DataWrite32
Write64

The documentation for this struct was generated from the following file:
Karlsruhe Institute of Technology (KIT)
Operating Systems Group

http://simutrace.org
Generated by doxygen 1.8.10
Marc Rittinghaus