gem5
v20.1.0.0
|
The RequestorInfo class contains data about a specific requestor. More...
#include <mem_requestor.hh>
Public Member Functions | |
RequestorInfo (const SimObject *_obj, std::string requestor_name, RequestorID requestor_id) | |
Public Attributes | |
const SimObject * | obj |
SimObject related to the Requestor. More... | |
std::string | req_name |
Requestor Name. More... | |
RequestorID | id |
Requestor id. More... | |
The RequestorInfo class contains data about a specific requestor.
Definition at line 52 of file mem_requestor.hh.
|
inline |
Definition at line 54 of file mem_requestor.hh.
RequestorID RequestorInfo::id |
Requestor id.
Definition at line 67 of file mem_requestor.hh.
const SimObject* RequestorInfo::obj |
SimObject related to the Requestor.
Definition at line 61 of file mem_requestor.hh.
std::string RequestorInfo::req_name |
Requestor Name.
Definition at line 64 of file mem_requestor.hh.