Simutrace 3.2.2
Simulation Tracing Framework
SimuTraceEntryTypes.h File Reference
#include "SimuStorTypes.h"

Data Structures

union  Data32
 32 bit data More...
 
union  Data64
 64 bit data More...
 
union  MemoryAccessMetaData
 Memory trace entry meta data. More...
 
struct  DataWrite32
 32 bit memory trace entry with data More...
 
struct  Write32
 32 bit memory trace entry More...
 
struct  DataWrite64
 64 bit memory trace entry with data More...
 
struct  Write64
 64 bit memory trace entry More...
 

Typedefs

typedef uint32_t Address32
 32 bit memory address More...
 
typedef uint64_t Address64
 64 bit memory address More...
 

Enumerations

enum  ArchitectureSize
 The bit size of the architecture. More...
 
enum  MemoryAccessType
 The type of a memory operation. More...
 
enum  MemoryAddressType
 The type of a memory address. More...
 

Typedef Documentation

typedef uint32_t Address32

Holds virtual or physical addresses accessed during a memory operation. This type is used on 32 bit architectures as defined by ArchitectureSize.

Since
3.0
typedef uint64_t Address64

Holds virtual or physical addresses accessed during a memory operation. This type is used on 64 bit architectures as defined by ArchitectureSize.

Since
3.0

Enumeration Type Documentation

Specifies the size of the memory accesses in bits that a stream should receive. This will determine the size of the instruction pointer, memory address and data fields.

Since
3.0
Enumerator
As32Bit 

32 bit memory operations

As64Bit 

64 bit memory operations

AsMax 

Internal, do not use.

Specifies the type of memory operation that a stream should receive.

Since
3.0
Enumerator
MatRead 

Memory read operations

MatWrite 

Memory write operations

MatMax 

Internal, do not use.

Specifies the semantic of the address field in a memory entry.

Since
3.0
Enumerator
AtPhysical 

Address in physical memory, i.e., RAM

AtVirtual 

Address in virtual memory, e.g., the address space of a process

AtLogical 

Same as AtVirtual

AtLinear 

Same as AtVirtual

AtMax 

Internal, do not use.

Karlsruhe Institute of Technology (KIT)
Operating Systems Group

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