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

/gem5/src/mem/ruby/profiler/
H A DProfiler.hh83 bool getAllInstructions() const { return m_all_instructions; }
143 const bool m_all_instructions; member in class:Profiler
H A DProfiler.cc85 m_all_instructions(p->all_instructions),
90 m_address_profiler_ptr->setAllInstructions(m_all_instructions);
92 if (m_all_instructions) {
95 m_inst_profiler_ptr->setAllInstructions(m_all_instructions);
106 if (!m_all_instructions) {
110 if (m_all_instructions) {
350 if (!m_all_instructions) {
354 if (m_all_instructions) {
H A DAddressProfiler.cc166 m_all_instructions = all_instructions;
203 if (m_all_instructions) {
288 if (m_all_instructions) {
310 if (m_all_instructions) {
H A DAddressProfiler.hh94 bool m_all_instructions; member in class:AddressProfiler

Completed in 13 milliseconds