gem5 v24.0.0.0
|
#include <cassert>
#include <cstdint>
#include <list>
#include <map>
#include <string>
#include <unordered_map>
#include <vector>
#include "base/cprintf.hh"
#include "base/named.hh"
#include "base/trace.hh"
#include "base/types.hh"
#include "debug/MemChecker.hh"
#include "params/MemChecker.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::MemChecker |
MemChecker. More... | |
class | gem5::MemChecker::Transaction |
The Transaction class captures the lifetimes of read and write operations, and the values they consumed or produced respectively. More... | |
class | gem5::MemChecker::WriteCluster |
The WriteCluster class captures sets of writes where all writes are overlapping with at least one other write. More... | |
class | gem5::MemChecker::ByteTracker |
The ByteTracker keeps track of transactions for the same byte – all outstanding reads, the completed reads (and what they observed) and write clusters (see WriteCluster). More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |