Searched refs:m_hot_lines (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/ruby/profiler/
H A DProfiler.hh82 bool getHotLines() const { return m_hot_lines; }
142 const bool m_hot_lines; member in class:Profiler
H A DAddressProfiler.hh93 bool m_hot_lines; member in class:AddressProfiler
H A DAddressProfiler.cc160 m_hot_lines = hot_lines;
172 if (m_hot_lines) {
H A DProfiler.cc84 : m_ruby_system(rs), m_hot_lines(p->hot_lines),
89 m_address_profiler_ptr->setHotLines(m_hot_lines);
94 m_inst_profiler_ptr->setHotLines(m_hot_lines);

Completed in 9 milliseconds