gem5 v24.0.0.0
|
#include <cstdint>
#include <list>
#include <queue>
#include <set>
#include <unordered_map>
#include "base/statistics.hh"
#include "debug/TraceCPUData.hh"
#include "debug/TraceCPUInst.hh"
#include "mem/packet.hh"
#include "mem/port.hh"
#include "mem/request.hh"
#include "params/TraceCPU.hh"
#include "proto/inst_dep_record.pb.h"
#include "proto/packet.pb.h"
#include "proto/protoio.hh"
#include "sim/clocked_object.hh"
#include "sim/sim_events.hh"
Go to the source code of this file.
Classes | |
class | gem5::TraceCPU |
The trace cpu replays traces generated using the elastic trace probe attached to the O3 CPU model. More... | |
class | gem5::TraceCPU::IcachePort |
IcachePort class that interfaces with L1 Instruction Cache. More... | |
class | gem5::TraceCPU::DcachePort |
DcachePort class that interfaces with L1 Data Cache. More... | |
class | gem5::TraceCPU::FixedRetryGen |
Generator to read protobuf trace containing memory requests at fixed timestamps, perform flow control and issue memory requests. More... | |
struct | gem5::TraceCPU::FixedRetryGen::TraceElement |
This struct stores a line in the trace file. More... | |
class | gem5::TraceCPU::FixedRetryGen::InputStream |
The InputStream encapsulates a trace file and the internal buffers and populates TraceElements based on the input. More... | |
struct | gem5::TraceCPU::FixedRetryGen::FixedRetryGenStatGroup |
class | gem5::TraceCPU::ElasticDataGen |
The elastic data memory request generator to read protobuf trace containing execution trace annotated with data and ordering dependencies. More... | |
class | gem5::TraceCPU::ElasticDataGen::GraphNode |
The struct GraphNode stores an instruction in the trace file. More... | |
struct | gem5::TraceCPU::ElasticDataGen::ReadyNode |
Struct to store a ready-to-execute node and its execution tick. More... | |
class | gem5::TraceCPU::ElasticDataGen::HardwareResource |
The HardwareResource class models structures that hold the in-flight nodes. More... | |
class | gem5::TraceCPU::ElasticDataGen::InputStream |
The InputStream encapsulates a trace file and the internal buffers and populates GraphNodes based on the input. More... | |
struct | gem5::TraceCPU::ElasticDataGen::ElasticDataGenStatGroup |
struct | gem5::TraceCPU::TraceStats |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |