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

/gem5/src/mem/probes/
H A Dmem_trace.hh69 ProtoOutputStream *traceStream;
H A Dmem_trace.cc75 traceStream = new ProtoOutputStream(filename);
/gem5/src/proto/
H A Dprotoio.hh85 * A ProtoOutputStream wraps a coded stream, potentially with
92 class ProtoOutputStream : public ProtoStream class in inherits:ProtoStream
103 ProtoOutputStream(const std::string& filename);
109 ~ProtoOutputStream();
H A Dprotoio.cc47 ProtoOutputStream::ProtoOutputStream(const string& filename) : function in class:ProtoOutputStream
74 ProtoOutputStream::~ProtoOutputStream()
84 ProtoOutputStream::write(const Message& msg)
/gem5/src/cpu/
H A Dinst_pb_trace.cc54 ProtoOutputStream *InstPBTrace::traceStream;
85 traceStream = new ProtoOutputStream(simout.resolve(filename));
H A Dinst_pb_trace.hh102 static ProtoOutputStream *traceStream;
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh357 ProtoOutputStream* dataTraceStream;
360 ProtoOutputStream* instTraceStream;
H A Delastic_trace.cc79 instTraceStream = new ProtoOutputStream(filename);
81 dataTraceStream = new ProtoOutputStream(filename);

Completed in 9 milliseconds