39 #ifndef __SIM_PROBE_MEM_HH__ 40 #define __SIM_PROBE_MEM_HH__ 66 flags(pkt->req->getFlags()),
67 pc(pkt->req->hasPC() ? pkt->req->getPC() : 0),
68 master(pkt->req->masterId()) { }
Name space containing shared probe point declarations.
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 ...