Searched refs:m_inst_profiler_ptr (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/profiler/
H A DProfiler.hh77 AddressProfiler* getInstructionProfiler() { return m_inst_profiler_ptr; }
91 AddressProfiler* m_inst_profiler_ptr; member in class:Profiler
H A DProfiler.cc93 m_inst_profiler_ptr = new AddressProfiler(p->num_of_sequencers, this);
94 m_inst_profiler_ptr->setHotLines(m_hot_lines);
95 m_inst_profiler_ptr->setAllInstructions(m_all_instructions);
111 m_inst_profiler_ptr->regStats(pName);
355 m_inst_profiler_ptr->collateStats();

Completed in 5 milliseconds