38 #ifndef __CPU_SIMPLE_PROBES_SIMPOINT_HH__ 39 #define __CPU_SIMPLE_PROBES_SIMPOINT_HH__ 41 #include <unordered_map> 45 #include "params/SimPoint.hh" 67 return hash<Addr>()(bb.first + bb.second);
75 SimPoint(
const SimPointParams *params);
80 virtual void regProbeListeners();
111 std::unordered_map<BasicBlockRange, BBInfo>
bbMap;
118 #endif // __CPU_SIMPLE_PROBES_SIMPOINT_HH__ OutputStream * simpointStream
Pointer to SimPoint BBV output stream.
size_t operator()(const BasicBlockRange &bb) const
BasicBlockRange currentBBV
Currently executing basic block.
std::pair< Addr, Addr > BasicBlockRange
Probe for SimPoints BBV generation.
std::unordered_map< BasicBlockRange, BBInfo > bbMap
Hash table containing all previously seen basic blocks.
const uint64_t intervalSize
SimPoint profiling interval size in instructions.
uint64_t currentBBVInstCount
inst count in current basic block
Overload hash function for BasicBlockRange type.
This class is a minimal wrapper around SimObject.
uint64_t intervalCount
Inst count in current basic block.
uint64_t count
Accumulated dynamic inst count executed by BB.
uint64_t insts
Num of static insts in BB.
uint64_t intervalDrift
Excess inst count from previous interval.
const FlagsType init
This Stat is Initialized.