gem5 v23.0.0.0
|
#include <set>
#include <unordered_map>
#include <utility>
#include "base/statistics.hh"
#include "cpu/o3/dyn_inst_ptr.hh"
#include "cpu/reg_class.hh"
#include "mem/request.hh"
#include "params/ElasticTrace.hh"
#include "proto/inst_dep_record.pb.h"
#include "proto/packet.pb.h"
#include "proto/protoio.hh"
#include "sim/eventq.hh"
#include "sim/probe/probe.hh"
Go to the source code of this file.
Classes | |
class | gem5::o3::ElasticTrace |
The elastic trace is a type of probe listener and listens to probe points in multiple stages of the O3CPU. More... | |
struct | gem5::o3::ElasticTrace::InstExecInfo |
struct | gem5::o3::ElasticTrace::TraceInfo |
struct | gem5::o3::ElasticTrace::ElasticTraceStats |
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
namespace | gem5::o3 |