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

/gem5/src/mem/ruby/system/
H A DRubySystem.py53 all_instructions = Param.Bool(False, "") variable in class:RubySystem
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.hh69 void setAllInstructions(bool all_instructions);
H A DAddressProfiler.cc164 AddressProfiler::setAllInstructions(bool all_instructions) argument
166 m_all_instructions = all_instructions;
H A DProfiler.cc85 m_all_instructions(p->all_instructions),

Completed in 8 milliseconds