Searched refs:collateStats (Results 1 - 20 of 20) sorted by relevance

/gem5/src/mem/ruby/system/
H A DRubySystem.hh81 void collateStats() { m_profiler->collateStats(); } function in class:RubySystem
151 void process() { m_ruby_system->collateStats(); }
H A DSequencer.hh67 void collateStats();
H A DGPUCoalescer.hh108 void collateStats();
/gem5/src/mem/ruby/network/simple/
H A DSwitch.cc159 Switch::collateStats() function in class:Switch
161 m_perfect_switch->collateStats();
163 m_throttles[i]->collateStats();
H A DSimpleNetwork.hh56 void collateStats();
H A DPerfectSwitch.hh80 void collateStats();
H A DSwitch.hh73 void collateStats();
H A DSimpleNetwork.cc161 SimpleNetwork::collateStats() function in class:SimpleNetwork
164 m_switches[i]->collateStats();
H A DThrottle.hh79 void collateStats();
H A DThrottle.cc234 Throttle::collateStats() function in class:Throttle
H A DPerfectSwitch.cc320 PerfectSwitch::collateStats() function in class:PerfectSwitch
/gem5/src/mem/ruby/network/
H A DNetwork.hh110 virtual void collateStats() = 0;
176 void process() {ctr->collateStats();}
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.hh129 virtual void collateStats() function in class:AbstractController
130 {fatal("collateStats() should be overridden!");}
226 void process() {ctr->collateStats();}
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.hh71 void collateStats() {} function in class:AddressProfiler
H A DProfiler.hh74 void collateStats();
H A DProfiler.cc348 Profiler::collateStats() function in class:Profiler
351 m_address_profiler_ptr->collateStats();
355 m_inst_profiler_ptr->collateStats();
/gem5/src/mem/ruby/network/garnet2.0/
H A DRouter.hh103 void collateStats();
H A DGarnetNetwork.hh105 void collateStats();
H A DGarnetNetwork.cc399 GarnetNetwork::collateStats()
426 m_routers[i]->collateStats();
H A DRouter.cc222 Router::collateStats() function in class:Router

Completed in 27 milliseconds