Go to the documentation of this file.
38 #ifndef __CPU_SIMPLE_PROBES_SIMPOINT_HH__
39 #define __CPU_SIMPLE_PROBES_SIMPOINT_HH__
41 #include <unordered_map>
45 #include "params/SimPoint.hh"
74 return hash<gem5::Addr>()(
bb.first +
bb.second);
122 std::unordered_map<BasicBlockRange, BBInfo>
bbMap;
131 #endif // __CPU_SIMPLE_PROBES_SIMPOINT_HH__
uint64_t insts
Num of static insts in BB.
const uint64_t intervalSize
SimPoint profiling interval size in instructions.
This class is a minimal wrapper around SimObject.
virtual void regProbeListeners()
Register probe listeners for this object.
uint64_t intervalCount
Inst count in current basic block.
const Params & params() const
BasicBlockRange currentBBV
Currently executing basic block.
void profile(const std::pair< SimpleThread *, StaticInstPtr > &)
Profile basic blocks for SimPoints.
size_t operator()(const gem5::BasicBlockRange &bb) const
std::unordered_map< BasicBlockRange, BBInfo > bbMap
Hash table containing all previously seen basic blocks.
SimPoint(const SimPointParams ¶ms)
uint64_t currentBBVInstCount
inst count in current basic block
std::pair< Addr, Addr > BasicBlockRange
Probe for SimPoints BBV generation.
virtual void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
uint64_t intervalDrift
Excess inst count from previous interval.
Overload hash function for BasicBlockRange type.
uint64_t count
Accumulated dynamic inst count executed by BB.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
OutputStream * simpointStream
Pointer to SimPoint BBV output stream.
Generated on Tue Sep 7 2021 14:53:45 for gem5 by doxygen 1.8.17