--- title: "dynamorio::drmemtrace::_trace_entry_t Struct Reference" layout: default permalink: /structdynamorio_1_1drmemtrace_1_1__trace__entry__t.html ---
DynamoRIO
dynamorio::drmemtrace::_trace_entry_t Struct Reference

#include <trace_entry.h>

Detailed Description

This is the data format generated by the online tracer and produced after post-processing of raw offline traces. The dynamorio::drmemtrace::reader_t class transforms this into memref_t before handing to analysis tools. Each trace entry is a <type, size, addr> tuple representing:

  • a memory reference
  • an instr fetch
  • a bundle of instrs
  • a flush request
  • a prefetch request
  • a thread/process

The documentation for this struct was generated from the following file: