gem5
|
#include <unordered_map>
#include "base/output.hh"
#include "cpu/simple_thread.hh"
#include "params/SimPoint.hh"
#include "sim/probe/probe.hh"
Go to the source code of this file.
Classes | |
struct | std::hash< BasicBlockRange > |
class | SimPoint |
struct | SimPoint::BBInfo |
Basic Block information. More... | |
Namespaces | |
std | |
Overload hash function for BasicBlockRange type. | |
Typedefs | |
typedef std::pair< Addr, Addr > | BasicBlockRange |
Probe for SimPoints BBV generation. More... | |
typedef std::pair<Addr, Addr> BasicBlockRange |
Probe for SimPoints BBV generation.
Start and end address of basic block for SimPoint profiling. This structure is used to look up the hash table of BBVs.
Definition at line 61 of file simpoint.hh.