scheduler.h File Reference

DrMemtrace top-level trace scheduler. More...

#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <atomic>
#include <deque>
#include <limits>
#include <map>
#include <memory>
#include <mutex>
#include <queue>
#include <set>
#include <stack>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "archive_istream.h"
#include "archive_ostream.h"
#include "flexible_queue.h"
#include "memref.h"
#include "memtrace_stream.h"
#include "reader.h"
#include "record_file_reader.h"
#include "speculator.h"
#include "trace_entry.h"
#include "utils.h"

Data Structures

class  dynamorio::drmemtrace::replay_file_checker_t
 
class  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >
 
struct  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::range_t
 
struct  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::timestamp_range_t
 
struct  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::input_thread_info_t
 
struct  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::input_reader_t
 
struct  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::input_workload_t
 
struct  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::scheduler_options_t
 
class  dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::stream_t
 

Namespaces

 dynamorio::drmemtrace
 

Typedefs

typedef scheduler_tmpl_t< memref_t, reader_t > dynamorio::drmemtrace::scheduler_t
 
typedef scheduler_tmpl_t< trace_entry_t, dynamorio::drmemtrace::record_reader_tdynamorio::drmemtrace::record_scheduler_t
 

Detailed Description

DrMemtrace top-level trace scheduler.