cache_simulator_create.h File Reference

DrMemtrace cache simulator creation. More...

#include <string>
#include "analysis_tool.h"

Data Structures

struct  dynamorio::drmemtrace::cache_simulator_knobs_t
 

Namespaces

 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)
 

Detailed Description

DrMemtrace cache simulator creation.