Searched refs:startTraceInst (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/o3/probe/
H A DElasticTrace.py58 startTraceInst = Param.UInt64(0, "The number of committed instructions " \
61 "committed instruction.") variable in class:ElasticTrace
H A Delastic_trace.cc59 startTraceInst(params->startTraceInst),
103 inform("@%llu: regProbeListeners() called, startTraceInst = %llu",
104 curTick(), startTraceInst);
105 if (startTraceInst == 0) {
113 startTraceInst);
H A Delastic_trace.hh363 const InstSeqNum startTraceInst; member in class:ElasticTrace

Completed in 10 milliseconds