Searched refs:FixedRetryGen (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/trace/
H A Dtrace_cpu.hh343 class FixedRetryGen class in class:TraceCPU
429 FixedRetryGen(TraceCPU& _owner, const std::string& _name, function in class:TraceCPU::FixedRetryGen
459 /** Returns name of the FixedRetryGen instance. */
478 /** Exit the FixedRetryGen. */
516 /** String to store the name of the FixedRetryGen. */
542 /** Last simulated tick by the FixedRetryGen */
1002 /** String to store the name of the FixedRetryGen. */
1063 /** Instance of FixedRetryGen to replay instruction read requests. */
1064 FixedRetryGen icacheGen;
H A Dtrace_cpu.cc1017 TraceCPU::FixedRetryGen::regStats()
1048 TraceCPU::FixedRetryGen::init()
1063 TraceCPU::FixedRetryGen::tryNext()
1112 TraceCPU::FixedRetryGen::exit()
1118 TraceCPU::FixedRetryGen::nextExecute()
1149 TraceCPU::FixedRetryGen::send(Addr addr, unsigned size, const MemCmd& cmd,
1473 TraceCPU::FixedRetryGen::InputStream::InputStream(const std::string& filename)
1489 TraceCPU::FixedRetryGen::InputStream::reset()
1495 TraceCPU::FixedRetryGen::InputStream::read(TraceElement* element)

Completed in 12 milliseconds