gem5
v20.1.0.0
|
#include <cassert>
#include <cstdint>
#include <functional>
#include <string>
#include "base/callback.hh"
#include "base/logging.hh"
#include "base/statistics.hh"
#include "base/types.hh"
#include "mem/cache/cache_blk.hh"
#include "mem/packet.hh"
#include "params/BaseTags.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | BaseTags |
A common base class of Cache tagstore objects. More... | |
struct | BaseTags::BaseTagStats |
TODO: It would be good if these stats were acquired after warmup. More... | |
Declaration of a common base class for cache tagstore objects.
Definition in file base.hh.