gem5 v24.0.0.0
|
#include "mem/ruby/profiler/AddressProfiler.hh"
#include <vector>
#include "base/bitfield.hh"
#include "base/stl_helpers.hh"
#include "mem/ruby/profiler/Profiler.hh"
#include "mem/ruby/protocol/RubyRequest.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::ruby |
Typedefs | |
typedef AddressProfiler::AddressMap | gem5::ruby::AddressMap |
Functions | |
AccessTraceForAddress & | gem5::ruby::lookupTraceForAddress (Addr addr, AddressMap &record_map) |
void | gem5::ruby::printSorted (std::ostream &out, int num_of_sequencers, const AddressMap &record_map, std::string description, Profiler *profiler) |