39 #ifndef __SIM_PROBE_MEM_HH__
40 #define __SIM_PROBE_MEM_HH__
47 namespace ProbePoints {
65 flags(pkt->req->getFlags()),
66 pc(pkt->req->hasPC() ? pkt->req->getPC() : 0) { }
std::unique_ptr< Packet > PacketUPtr
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
ProbePointArg generates a point for the class of Arg.
Declaration of the Packet class.
PacketInfo(const PacketPtr &pkt)
ProbePointArg< PacketInfo > Packet
Packet probe point.
A struct to hold on to the essential fields from a packet, so that the packet and underlying request ...