Searched refs:ProtoMessage (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/
H A Dinst_pb_trace.cc88 ProtoMessage::InstHeader header_msg;
152 curMsg = new ProtoMessage::Inst;
162 curMsg->set_type(static_cast<ProtoMessage::Inst_InstType>(si->opClass()));
171 curMsg->set_type(static_cast<ProtoMessage::Inst_InstType>(si->opClass()));
173 ProtoMessage::Inst::MemAccess *mem_msg = curMsg->add_mem_access();
H A Dinst_pb_trace.hh53 namespace ProtoMessage { namespace
108 ProtoMessage::Inst *curMsg;
/gem5/src/mem/probes/
H A Dmem_trace.cc89 ProtoMessage::PacketHeader header_msg;
112 ProtoMessage::Packet pkt_msg;
/gem5/src/cpu/testers/traffic_gen/
H A Dtrace_gen.cc62 ProtoMessage::PacketHeader header_msg;
81 ProtoMessage::Packet pkt_msg;
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh97 typedef ProtoMessage::InstDepRecord::RecordType RecordType;
98 typedef ProtoMessage::InstDepRecord Record;
H A Delastic_trace.cc83 ProtoMessage::PacketHeader inst_pkt_header;
89 ProtoMessage::InstDepRecordHeader data_rec_header;
158 ProtoMessage::Packet inst_fetch_pkt;
828 ProtoMessage::InstDepRecord dep_pkt;
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh569 typedef ProtoMessage::InstDepRecord::RecordType RecordType;
570 typedef ProtoMessage::InstDepRecord Record;
H A Dtrace_cpu.cc1266 ProtoMessage::InstDepRecordHeader header_msg;
1290 ProtoMessage::InstDepRecord pkt_msg;
1477 ProtoMessage::PacketHeader header_msg;
1497 ProtoMessage::Packet pkt_msg;

Completed in 22 milliseconds