gem5 v24.1.0.1
|
#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 |
Copyright (c) 2024 Arm Limited All rights reserved. | |
namespace | gem5::o3 |