gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::CacheAccessProbeArg Class Reference

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.
 
CacheAccessorcache
 Accessor for the cache.
 

Detailed Description

Information provided to probes on a cache event.

See also
ppHit, ppMiss, ppFill in gem5::BaseCache (src/mem/cache/base.hh)

Definition at line 77 of file cache_probe_arg.hh.

Constructor & Destructor Documentation

◆ CacheAccessProbeArg()

gem5::CacheAccessProbeArg::CacheAccessProbeArg ( PacketPtr _pkt,
CacheAccessor & _cache )
inline

Definition at line 85 of file cache_probe_arg.hh.

Member Data Documentation

◆ cache

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().

◆ pkt

PacketPtr gem5::CacheAccessProbeArg::pkt

The documentation for this class was generated from the following file:

Generated on Tue Jun 18 2024 16:24:10 for gem5 by doxygen 1.11.0