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

/gem5/src/mem/ruby/profiler/
H A DProfiler.hh64 class Profiler class
67 Profiler(const RubySystemParams *params, RubySystem *rs);
68 ~Profiler();
87 Profiler(const Profiler& obj);
88 Profiler& operator=(const Profiler& obj);
H A DAddressProfiler.hh38 #include "mem/ruby/profiler/Profiler.hh"
50 AddressProfiler(int num_of_sequencers, Profiler *profiler);
90 Profiler *m_profiler;
105 std::string description, Profiler *profiler);
H A DProfiler.cc45 #include "mem/ruby/profiler/Profiler.hh"
83 Profiler::Profiler(const RubySystemParams *p, RubySystem *rs) function in class:Profiler
99 Profiler::~Profiler()
104 Profiler::regStats(const std::string &pName)
348 Profiler::collateStats()
493 Profiler::addAddressTraceSample(const RubyRequest& msg, NodeID id)
H A DAddressProfiler.cc34 #include "mem/ruby/profiler/Profiler.hh"
67 string description, Profiler *profiler)
146 AddressProfiler::AddressProfiler(int num_of_sequencers, Profiler *profiler)
/gem5/src/mem/ruby/system/
H A DRubySystem.hh41 #include "mem/ruby/profiler/Profiler.hh"
70 Profiler*
138 Profiler* m_profiler;
H A DRubySystem.cc76 m_profiler = new Profiler(p, this);

Completed in 11 milliseconds