ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Functions | Variables
CoreDSLCoverage.cpp File Reference
#include <cstdarg>
#include <map>
#include "etiss/CoreDSLCoverage.h"
#include "etiss/jit/Coverage.h"
Include dependency graph for CoreDSLCoverage.cpp:

Go to the source code of this file.

Functions

void vetiss_coverage_count (int count, va_list args)
 

Variables

std::map< int, intcoverage_map
 

Function Documentation

◆ vetiss_coverage_count()

void vetiss_coverage_count ( int  count,
va_list  args 
)

Definition at line 22 of file CoreDSLCoverage.cpp.

References get_metrics::args, coverage_map, and va_arg.

Variable Documentation

◆ coverage_map

std::map<int, int> coverage_map

Definition at line 20 of file CoreDSLCoverage.cpp.

Referenced by etiss::CPUCore::execute(), and vetiss_coverage_count().