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

/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.hh37 #include "mem/ruby/profiler/AccessTraceForAddress.hh"
38 #include "mem/ruby/profiler/Profiler.hh"
50 AddressProfiler(int num_of_sequencers, Profiler *profiler);
105 std::string description, Profiler *profiler);
H A DAddressProfiler.cc29 #include "mem/ruby/profiler/AddressProfiler.hh"
34 #include "mem/ruby/profiler/Profiler.hh"
67 string description, Profiler *profiler)
85 if (profiler->getAllInstructions())
146 AddressProfiler::AddressProfiler(int num_of_sequencers, Profiler *profiler) argument
147 : m_profiler(profiler)
311 // This code is used if the address profiler is an
312 // all-instructions profiler record program counter address
66 printSorted(ostream& out, int num_of_sequencers, const AddressMap &record_map, string description, Profiler *profiler) argument

Completed in 6 milliseconds