--- title: "dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::range_t Struct Reference" layout: default permalink: /structdynamorio_1_1drmemtrace_1_1scheduler__tmpl__t_1_1range__t.html ---
DynamoRIO
|
#include <scheduler.h>
Public Member Functions | |
range_t (uint64_t start, uint64_t stop) | |
Data Fields | |
uint64_t | start_instruction |
uint64_t | stop_instruction |
A bounded sequence of instructions.
|
inline |
Convenience constructor.
uint64_t dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::range_t::start_instruction |
The starting point as a trace instruction ordinal. These ordinals begin at 1, so a 'start_instruction' value of 0 is invalid.
uint64_t dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::range_t::stop_instruction |
The ending point, inclusive. A stop value of 0 means the end of the trace.