|
LLVM OpenMP 22.0.0git
|
Public Member Functions | |
| std::string | toString () const override |
| Basic toString method, which may be overridden with own implementations. | |
| TargetDataOp (ompt_id_t TargetId, 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< TargetDataOp > | |
| 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_id_t | TargetId |
| 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< TargetDataOp > | |
| static constexpr EventTy | EventType |
Definition at line 217 of file InternalEvent.h.
|
inline |
Definition at line 219 of file InternalEvent.h.
References Bytes, CodeptrRA, DstAddr, DstDeviceNum, HostOpId, OpType, SrcAddr, SrcDeviceNum, and TargetId.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< TargetDataOp >.
Definition at line 185 of file InternalEvent.cpp.
References Bytes, CodeptrRA, DstAddr, DstDeviceNum, HostOpId, omptest::util::makeHexString(), OpType, S, SrcAddr, SrcDeviceNum, and TargetId.
Referenced by TEST().
| size_t omptest::internal::TargetDataOp::Bytes |
Definition at line 233 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOp(), and toString().
| const void* omptest::internal::TargetDataOp::CodeptrRA |
Definition at line 234 of file InternalEvent.h.
Referenced by TargetDataOp(), and toString().
| void* omptest::internal::TargetDataOp::DstAddr |
Definition at line 231 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOp(), and toString().
| int omptest::internal::TargetDataOp::DstDeviceNum |
Definition at line 232 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOp(), and toString().
| ompt_id_t omptest::internal::TargetDataOp::HostOpId |
Definition at line 227 of file InternalEvent.h.
Referenced by TargetDataOp(), and toString().
| ompt_target_data_op_t omptest::internal::TargetDataOp::OpType |
Definition at line 228 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOp(), and toString().
| void* omptest::internal::TargetDataOp::SrcAddr |
Definition at line 229 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOp(), and toString().
| int omptest::internal::TargetDataOp::SrcDeviceNum |
Definition at line 230 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetDataOp(), and toString().
| ompt_id_t omptest::internal::TargetDataOp::TargetId |
Definition at line 226 of file InternalEvent.h.
Referenced by TargetDataOp(), and toString().