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

/gem5/src/mem/ruby/system/
H A DRubySystem.py52 hot_lines = Param.Bool(False, "") variable in class:RubySystem
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.hh68 void setHotLines(bool hot_lines);
H A DAddressProfiler.cc158 AddressProfiler::setHotLines(bool hot_lines) argument
160 m_hot_lines = hot_lines;
H A DProfiler.cc84 : m_ruby_system(rs), m_hot_lines(p->hot_lines),

Completed in 8 milliseconds