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

/gem5/src/cpu/
H A Dinst_pb_trace.cc72 : InstTracer(p), buf(nullptr), bufSize(0), curMsg(nullptr)
104 if (curMsg) {
105 traceStream->write(*curMsg);
106 delete curMsg;
107 curMsg = NULL;
137 if (curMsg) {
139 traceStream->write(*curMsg);
140 delete curMsg;
141 curMsg = NULL;
152 curMsg
[all...]
H A Dinst_pb_trace.hh108 ProtoMessage::Inst *curMsg; member in class:Trace::InstPBTrace

Completed in 5 milliseconds