Searched refs:prepare (Results 1 - 6 of 6) sorted by relevance

/gem5/util/systemc/gem5_within_systemc/
H A Dstats.cc62 /* gather_stats -> prepare */
67 (dynamic_cast<Stats::VectorInfo *>(*i))->prepare();
70 (*i)->prepare();
/gem5/util/cxx_config/
H A Dstats.cc58 /* gather_stats -> prepare */
60 (*i)->prepare();
/gem5/src/python/m5/stats/
H A D__init__.py317 def prepare(): function
323 stat.prepare()
326 _visit_stats(lambda g, s: s.prepare())
368 # Only prepare stats the first time we dump them in the same tick.
371 prepare()
/gem5/src/base/
H A Dstatistics.hh106 void prepare() { s.prepare(); } function in class:Stats::InfoProxy
416 prepare() function in class:Stats::DataWrapVec
423 self.data(i)->prepare(info);
540 void prepare(Info *info) { }
633 prepare(Info *info)
770 void prepare() { data()->prepare(this->info()); }
779 void prepare() { }
888 void prepare() { }
[all...]
/gem5/src/python/pybind11/
H A Dstats.cc120 .def("prepare", &Stats::Info::prepare)
/gem5/src/base/stats/
H A Dinfo.hh121 virtual void prepare() = 0;

Completed in 11 milliseconds