--- title: "dynamorio::drmemtrace::speculator_tmpl_t< RecordType > Class Template Reference" layout: default permalink: /classdynamorio_1_1drmemtrace_1_1speculator__tmpl__t.html ---
DynamoRIO
|
#include <speculator.h>
Public Types | |
enum | speculator_flags_t { USE_NOPS = 0x01 , LAST_FROM_TRACE = 0x02 , AVERAGE_FROM_TRACE = 0x04 , FROM_BINARY = 0x08 } |
Public Member Functions | |
speculator_tmpl_t (speculator_flags_t flags, int verbosity=0) | |
Provides instruction fetch and data access trace record generation for speculative paths that were not actually traced. Supports a variety of methods for obtaining speculative content.
enum dynamorio::drmemtrace::speculator_tmpl_t::speculator_flags_t |
Options controlling which speculation strategy to use.
|
inline |
Default constructor.