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:
  • /home/runner/work/dynamorio/dynamorio/build_release-64/clients/include/drmemtrace/trace_entry.h