DrMemtrace cache simulator creation. More...
Data Structures | |
struct | dynamorio::drmemtrace::cache_simulator_knobs_t |
Namespaces | |
namespace | dynamorio::drmemtrace |
Functions | |
analysis_tool_t * | dynamorio::drmemtrace::cache_simulator_create (const cache_simulator_knobs_t &knobs) |
analysis_tool_t * | dynamorio::drmemtrace::cache_simulator_create (const std::string &config_file) |
analysis_tool_t * | dynamorio::drmemtrace::cache_miss_analyzer_create (const cache_simulator_knobs_t &knobs, unsigned int miss_count_threshold, double miss_frac_threshold, double confidence_threshold) |
DrMemtrace cache simulator creation.