gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ProbePoints::PacketInfo Struct Reference

A struct to hold on to the essential fields from a packet, so that the packet and underlying request can be safely passed on, and consequently modified or even deleted. More...

#include <mem.hh>

Public Member Functions

 PacketInfo (const PacketPtr &pkt)
 

Public Attributes

MemCmd cmd
 
Addr addr
 
uint32_t size
 
Request::FlagsType flags
 
Addr pc
 

Detailed Description

A struct to hold on to the essential fields from a packet, so that the packet and underlying request can be safely passed on, and consequently modified or even deleted.

Definition at line 54 of file mem.hh.

Constructor & Destructor Documentation

ProbePoints::PacketInfo::PacketInfo ( const PacketPtr pkt)
inlineexplicit

Definition at line 61 of file mem.hh.

Member Data Documentation

Addr ProbePoints::PacketInfo::addr
MemCmd ProbePoints::PacketInfo::cmd
Request::FlagsType ProbePoints::PacketInfo::flags

Definition at line 58 of file mem.hh.

Referenced by MemTraceProbe::handleRequest().

Addr ProbePoints::PacketInfo::pc

Definition at line 59 of file mem.hh.

Referenced by MemTraceProbe::handleRequest().

uint32_t ProbePoints::PacketInfo::size

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

Generated on Fri Jun 9 2017 13:04:35 for gem5 by doxygen 1.8.6