DynamoRIO
|
analyzer.h File Reference
DrMemtrace top-level trace analysis driver. More...
#include <iterator>
#include <memory>
#include <string>
#include <vector>
#include "analysis_tool.h"
#include "reader.h"
#include "record_file_reader.h"
#include "scheduler.h"
Data Structures | |
class | analyzer_tmpl_t< RecordType, ReaderType > |
Typedefs | |
typedef analyzer_tmpl_t< memref_t, reader_t > | analyzer_t |
typedef analyzer_tmpl_t< trace_entry_t, dynamorio::drmemtrace::record_reader_t > | record_analyzer_t |
Detailed Description
DrMemtrace top-level trace analysis driver.
Typedef Documentation
◆ analyzer_t
typedef analyzer_tmpl_t<memref_t, reader_t> analyzer_t |
See analyzer_tmpl_t.