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