Searched refs:dump (Results 1 - 25 of 155) sorted by relevance

1234567

/gem5/src/systemc/tests/systemc/communication/sc_fifo/test02/
H A Dtest02.cpp38 // test of sc_fifo print() and dump() methods
49 cout << "dump\n";
50 a.dump( cout );
56 cout << "dump\n";
57 a.dump( cout );
63 cout << "dump\n";
64 a.dump( cout );
/gem5/src/systemc/tests/systemc/misc/unit/data/general/shift/test1/
H A Dtest1.cpp47 x.dump(cout);
52 y.dump(cout);
57 x.dump(cout);
/gem5/src/systemc/tests/systemc/communication/sc_clock/test03/
H A Dtest03.cpp39 // test of sc_clock::dump( ostream& os ) const
51 c1.dump(cout);
55 c2.dump(cout);
/gem5/src/dev/net/
H A Detherbus.cc56 sender(0), dump(p->dump)
77 if (dump)
78 dump->dump(packet);
H A Detherdump.hh59 inline void dump(EthPacketPtr &pkt) { dumpPacket(pkt); } function in class:EtherDump
H A Ddist_etherlink.cc80 p->dump);
81 rxLink = new RxLink(name() + ".link1", this, p->delay, p->dump);
164 if (dump)
165 dump->dump(packet);
179 if (dump)
180 dump->dump(packet);
H A Detherbus.hh57 EtherDump *dump; member in class:EtherBus
/gem5/src/sim/
H A Dstat_control.hh69 * Schedule statistics dumping. This allows you to dump and/or reset the
72 * @param dump Set true to dump the statistics.
74 * @param when When the dump and/or reset should occur.
77 void schedStatEvent(bool dump, bool reset, Tick when = curTick(),
81 * Schedule periodic statistics dumping. This allows you to dump and reset the
H A Dstat_control.cc214 * Event to dump and/or reset the statistics.
219 bool dump; member in class:Stats::StatEvent
226 dump(_dump), reset(_reset), repeat(_repeat)
233 if (dump)
234 Stats::dump();
240 Stats::schedStatEvent(dump, reset, curTick() + repeat, repeat);
248 schedStatEvent(bool dump, bool reset, Tick when, Tick repeat) argument
254 dumpEvent = new StatEvent(when + simQuantum, dump, reset, repeat);
261 * If the period is set to 0, then we do not want to dump periodically,
274 * period that is less than the current tick, then we shift the first dump
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_params.h98 // dump content
100 void dump( ::std::ostream& ) const;
201 // dump content
205 scfx_params::dump( ::std::ostream& os ) const function in class:sc_dt::scfx_params
210 m_type_params.dump( os );
213 m_cast_switch.dump( os );
H A Dsc_fxcast_switch.cpp77 sc_fxcast_switch::dump( ::std::ostream& os ) const function in class:sc_dt::sc_fxcast_switch
/gem5/src/unittest/
H A Dstattestmain.py19 m5.stats.dump()
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_params.hh86 // dump content
87 void dump(::std::ostream &) const;
167 // dump content
169 scfx_params::dump(::std::ostream &os) const function in class:sc_dt::scfx_params
174 m_type_params.dump( os );
177 m_cast_switch.dump( os );
/gem5/src/systemc/tests/systemc/kernel/sc_object/test01/
H A Dtest01.cpp73 module.dump(cout);
74 module.dump();
/gem5/src/cpu/
H A Dinteltrace.cc48 Trace::IntelTraceRecord::dump() function in class:Trace::Trace::IntelTraceRecord
H A Dnativetrace.cc59 Trace::NativeTraceRecord::dump() function in class:Trace::Trace::NativeTraceRecord
H A Dactivity.hh95 /** Debug function to dump the contents of the time buffer. */
96 void dump();
H A Dinteltrace.hh56 void dump();
H A Dprofile.cc50 ProfileNode::dump(const string &symbol, uint64_t id, const SymbolTable *symtab, function in class:ProfileNode
75 node->dump(symbol, (intptr_t)node, symtab, os);
124 FunctionProfile::dump(ThreadContext *tc, ostream &os) const function in class:FunctionProfile
142 top.dump("top", 0, symtab, os);
/gem5/src/systemc/dt/fx/
H A Dsc_fxcast_switch.cc78 sc_fxcast_switch::dump(::std::ostream &os) const function in class:sc_dt::sc_fxcast_switch
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_length_param.cpp86 sc_length_param::dump( ::std::ostream& os ) const function in class:sc_dt::sc_length_param
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable.h73 void dump() const;
/gem5/src/systemc/dt/int/
H A Dsc_length_param.cc83 sc_length_param::dump(::std::ostream &os) const function in class:sc_dt::sc_length_param
/gem5/src/systemc/tests/systemc/datatypes/int/misc/test02/
H A Dtest02.cpp4 inline void dump(sc_signed& value) function
12 inline void dump(sc_unsigned& value) function
25 dump(svalue); \
28 dump(value); \
/gem5/src/cpu/kvm/
H A DBaseKvmCPU.py51 def dump(self): member in class:BaseKvmCPU

Completed in 20 milliseconds

1234567