gem5 v24.0.0.0
|
Information provided to probes on a cache event. More...
#include <cache_probe_arg.hh>
Public Member Functions | |
CacheAccessProbeArg (PacketPtr _pkt, CacheAccessor &_cache) | |
Public Attributes | |
PacketPtr | pkt |
Packet that triggered the cache access. | |
CacheAccessor & | cache |
Accessor for the cache. | |
Information provided to probes on a cache event.
Definition at line 77 of file cache_probe_arg.hh.
|
inline |
Definition at line 85 of file cache_probe_arg.hh.
CacheAccessor& gem5::CacheAccessProbeArg::cache |
Accessor for the cache.
Definition at line 83 of file cache_probe_arg.hh.
Referenced by gem5::prefetch::Queued::notify(), and gem5::prefetch::Base::probeNotify().
PacketPtr gem5::CacheAccessProbeArg::pkt |
Packet that triggered the cache access.
Definition at line 81 of file cache_probe_arg.hh.
Referenced by gem5::prefetch::Queued::notify(), gem5::prefetch::BOP::notifyFill(), gem5::prefetch::SBOOE::notifyFill(), and gem5::prefetch::Base::probeNotify().