gem5 v24.1.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 Mon Jan 13 2025 04:28:49 for gem5 by doxygen 1.9.8