45 #ifndef __MEM_COMM_MONITOR_HH__
46 #define __MEM_COMM_MONITOR_HH__
50 #include "params/CommMonitor.hh"
404 bool expects_response);
445 #endif //__MEM_COMM_MONITOR_HH__
Stats::Formula averageReadBW
A MasterPort is a specialisation of a BaseMasterPort, which implements the default protocol for the t...
unsigned int writtenBytes
Histogram for write bandwidth per sample window.
void startup() override
startup() is the final initialization call before simulation.
bool recvTimingResp(PacketPtr pkt)
Receive a timing response from the slave port.
BaseSlavePort & getSlavePort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a slave port with a given name and index.
Tick recvAtomic(PacketPtr pkt)
void recvTimingSnoopReq(PacketPtr pkt)
Receive a timing snoop request from the slave port.
bool disableBurstLengthHists
Disable flag for burst length histograms.
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
const Tick samplePeriodTicks
Length of simulation time bin.
const PortID InvalidPortID
unsigned int readBytes
Histogram for read bandwidth per sample window.
MonitorMasterPort(const std::string &_name, CommMonitor &_mon)
Sender state class for the monitor so that we can annotate packets with a transmit time and receive t...
void updateRespStats(const ProbePoints::PacketInfo &pkt, Tick latency, bool is_atomic)
void recvRespRetry()
Called by the master port if sendTimingResp was called on this slave port (causing recvTimingResp to ...
void regStats() override
Register statistics for this object.
bool recvTimingReq(PacketPtr pkt)
void recvReqRetry()
Called by the slave port if sendTimingReq was called on this master port (causing recvTimingReq to be...
MonitorSlavePort(const std::string &_name, CommMonitor &_mon)
A SlavePort is a specialisation of a port.
Tick recvAtomic(PacketPtr pkt)
Receive an atomic request packet from the master port.
CommMonitor(Params *params)
Constructor based on the Python params.
unsigned int outstandingWriteReqs
void recvRetrySnoopResp()
Called by the slave port if sendTimingSnoopResp was called on this master port (causing recvTimingSno...
bool disableITTDists
Disable flag for ITT distributions.
A BaseSlavePort is a protocol-agnostic slave port, responsible only for the structural connection to ...
Declaration of Statistics objects.
This is a simple scalar statistic, like a counter.
void recvFunctionalSnoop(PacketPtr pkt)
std::unique_ptr< Packet > PacketUPtr
Stats declarations, all in a struct for convenience.
AddrRangeList getAddrRanges() const
Stats::Histogram readTransHist
Histogram of number of read transactions per time bin.
Stats::Histogram writeBurstLengthHist
Histogram of write burst lengths.
void recvRetrySnoopResp()
Stats::Scalar totalReadBytes
ProbePoints::PacketUPtr ppPktReq
Successfully forwarded request packet.
Stats::Histogram outstandingWritesHist
Histogram of outstanding write requests.
Stats::Formula averageWriteBW
const Addr writeAddrMask
Address mask for sources of write accesses to be captured.
~CommMonitorSenderState()
Destructor.
This is the slave port of the communication monitor.
CommMonitorParams Params
Parameters of communication monitor.
This is the master port of the communication monitor.
bool recvTimingResp(PacketPtr pkt)
Stats::Histogram writeLatencyHist
Histogram of write request-to-response latencies.
bool disableLatencyHists
Disable flag for latency histograms.
bool disableAddrDists
Disable flag for address distributions.
void recvFunctional(PacketPtr pkt)
uint64_t Tick
Tick count type.
A simple distribution stat.
Stats::Histogram writeTransHist
Histogram of number of timing write transactions per time bin.
void regProbePoints() override
Register probe points for this object.
Tick recvAtomicSnoop(PacketPtr pkt)
Receive an atomic snoop request packet from the slave port.
bool recvTimingSnoopResp(PacketPtr pkt)
Receive a timing snoop response from the master port.
CommMonitorSenderState(Tick _transmitTime)
Construct a new sender state and store the time so we can calculate round-trip latency.
Tick transmitTime
Tick when request is transmitted.
MonitorSlavePort slavePort
Instance of slave port, i.e.
The communication monitor is a MemObject which can monitor statistics of the communication happening ...
Stats::Distribution ittWriteWrite
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
bool disableTransactionHists
Disable flag for transaction histograms.
bool disableOutstandingHists
Disable flag for outstanding histograms.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Stats::Distribution ittReadRead
Inter transaction time (ITT) distributions.
AddrRangeList getAddrRanges() const
Get a list of the non-overlapping address ranges the owner is responsible for.
A virtual base opaque structure used to hold state associated with the packet (e.g., an MSHR), specific to a MemObject that sees the packet.
const Addr readAddrMask
Address mask for sources of read accesses to be captured.
MonitorMasterPort masterPort
Instance of master port, facing the memory side.
BaseMasterPort & getMasterPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a master port with a given name and index.
Stats::Scalar totalWrittenBytes
bool recvTimingReq(PacketPtr pkt)
Receive a timing request from the master port.
Stats::Histogram readBandwidthHist
void recvRangeChange()
Called to receive an address range change from the peer slave port.
The MemObject class extends the ClockedObject with accessor functions to get its master and slave por...
bool isSnooping() const
Determine if this master port is snooping or not.
A BaseMasterPort is a protocol-agnostic master port, responsible only for the structural connection t...
bool disableBandwidthHists
Disable flag for the bandwidth histograms.
const SimObjectParams * _params
Cached copy of the object parameters.
Stats::Histogram readBurstLengthHist
Histogram of read burst lengths.
void recvTimingSnoopReq(PacketPtr pkt)
ProbePoints::PacketUPtr ppPktResp
Successfully forwarded response packet.
void recvFunctional(PacketPtr pkt)
Receive a functional request packet from the master port.
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
void samplePeriodic()
This function is called periodically at the end of each time bin.
const double samplePeriod
Sample period in seconds.
EventWrapper< CommMonitor,&CommMonitor::samplePeriodic > samplePeriodicEvent
Periodic event called at the end of each simulation time bin.
unsigned int outstandingReadReqs
Tick recvAtomicSnoop(PacketPtr pkt)
MonitorStats(const CommMonitorParams *params)
Create the monitor stats and initialise all the members that are not statistics themselves, but used to control the stats or track values during a sample period.
Stats::Histogram outstandingReadsHist
Histogram of outstanding read requests.
const Params * params() const
Stats::SparseHistogram readAddrDist
Histogram of number of read accesses to addresses over time.
void recvFunctionalSnoop(PacketPtr pkt)
Receive a functional snoop request packet from the slave port.
Stats::Histogram writeBandwidthHist
Stats::Distribution ittReqReq
Stats::SparseHistogram writeAddrDist
Histogram of number of write accesses to addresses over time.
bool recvTimingSnoopResp(PacketPtr pkt)
MonitorStats stats
Instantiate stats.
A struct to hold on to the essential fields from a packet, so that the packet and underlying request ...
Stats::Histogram readLatencyHist
Histogram of read request-to-response latencies.
void updateReqStats(const ProbePoints::PacketInfo &pkt, bool is_atomic, bool expects_response)