LLVM OpenMP 22.0.0git
|
Public Member Functions | |
std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
TargetDataOpEmi (ompt_scope_endpoint_t Endpoint, ompt_data_t *TargetTaskData, ompt_data_t *TargetData, ompt_id_t *HostOpId, ompt_target_data_op_t OpType, void *SrcAddr, int SrcDeviceNum, void *DstAddr, int DstDeviceNum, size_t Bytes, const void *CodeptrRA) | |
Public Member Functions inherited from omptest::internal::EventBase< TargetDataOpEmi > | |
EventBase () | |
virtual | ~EventBase ()=default |
virtual bool | equals (const InternalEvent *o) const override |
Equals method to cast and dispatch to the specific class operator==. | |
Public Member Functions inherited from omptest::internal::InternalEvent | |
InternalEvent () | |
InternalEvent (EventTy T) | |
virtual | ~InternalEvent ()=default |
Public Attributes | |
ompt_scope_endpoint_t | Endpoint |
ompt_data_t * | TargetTaskData |
ompt_data_t * | TargetData |
ompt_id_t * | HostOpId |
ompt_target_data_op_t | OpType |
void * | SrcAddr |
int | SrcDeviceNum |
void * | DstAddr |
int | DstDeviceNum |
size_t | Bytes |
const void * | CodeptrRA |
Public Attributes inherited from omptest::internal::InternalEvent | |
EventTy | Type |
Identifying event type. |
Additional Inherited Members | |
Static Public Attributes inherited from omptest::internal::EventBase< TargetDataOpEmi > | |
static constexpr EventTy | EventType |
Definition at line 237 of file InternalEvent.h.
|
inline |
Definition at line 239 of file InternalEvent.h.
References Bytes, CodeptrRA, DstAddr, DstDeviceNum, Endpoint, HostOpId, OpType, SrcAddr, SrcDeviceNum, TargetData, and TargetTaskData.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< TargetDataOpEmi >.
Definition at line 199 of file InternalEvent.cpp.
References Bytes, CodeptrRA, DstAddr, DstDeviceNum, Endpoint, HostOpId, omptest::util::makeHexString(), OpType, S, SrcAddr, SrcDeviceNum, TargetData, and TargetTaskData.
Referenced by TEST().
size_t omptest::internal::TargetDataOpEmi::Bytes |
Definition at line 257 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().
const void* omptest::internal::TargetDataOpEmi::CodeptrRA |
Definition at line 258 of file InternalEvent.h.
Referenced by TargetDataOpEmi(), and toString().
void* omptest::internal::TargetDataOpEmi::DstAddr |
Definition at line 255 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().
int omptest::internal::TargetDataOpEmi::DstDeviceNum |
Definition at line 256 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().
ompt_scope_endpoint_t omptest::internal::TargetDataOpEmi::Endpoint |
Definition at line 248 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().
ompt_id_t* omptest::internal::TargetDataOpEmi::HostOpId |
Definition at line 251 of file InternalEvent.h.
Referenced by TargetDataOpEmi(), and toString().
ompt_target_data_op_t omptest::internal::TargetDataOpEmi::OpType |
Definition at line 252 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().
void* omptest::internal::TargetDataOpEmi::SrcAddr |
Definition at line 253 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().
int omptest::internal::TargetDataOpEmi::SrcDeviceNum |
Definition at line 254 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().
ompt_data_t* omptest::internal::TargetDataOpEmi::TargetData |
Definition at line 250 of file InternalEvent.h.
Referenced by TargetDataOpEmi(), and toString().
ompt_data_t* omptest::internal::TargetDataOpEmi::TargetTaskData |
Definition at line 249 of file InternalEvent.h.
Referenced by TargetDataOpEmi(), and toString().