|
LLVM OpenMP 22.0.0git
|
Public Member Functions | |
| std::string | toString () const override |
| Basic toString method, which may be overridden with own implementations. | |
| TargetEmi (ompt_target_t Kind, ompt_scope_endpoint_t Endpoint, int DeviceNum, ompt_data_t *TaskData, ompt_data_t *TargetTaskData, ompt_data_t *TargetData, const void *CodeptrRA) | |
| Public Member Functions inherited from omptest::internal::EventBase< TargetEmi > | |
| 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_target_t | Kind |
| ompt_scope_endpoint_t | Endpoint |
| int | DeviceNum |
| ompt_data_t * | TaskData |
| ompt_data_t * | TargetTaskData |
| ompt_data_t * | TargetData |
| 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< TargetEmi > | |
| static constexpr EventTy | EventType |
Definition at line 200 of file InternalEvent.h.
|
inline |
Definition at line 202 of file InternalEvent.h.
References CodeptrRA, DeviceNum, Endpoint, Kind, TargetData, TargetTaskData, and TaskData.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< TargetEmi >.
Definition at line 158 of file InternalEvent.cpp.
References CodeptrRA, DeviceNum, Endpoint, Kind, omptest::util::makeHexString(), S, TargetData, TargetTaskData, and TaskData.
Referenced by TEST().
| const void* omptest::internal::TargetEmi::CodeptrRA |
Definition at line 214 of file InternalEvent.h.
Referenced by TargetEmi(), and toString().
| int omptest::internal::TargetEmi::DeviceNum |
Definition at line 210 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetEmi(), and toString().
| ompt_scope_endpoint_t omptest::internal::TargetEmi::Endpoint |
Definition at line 209 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetEmi(), and toString().
| ompt_target_t omptest::internal::TargetEmi::Kind |
Definition at line 208 of file InternalEvent.h.
Referenced by omptest::internal::operator==(), TargetEmi(), and toString().
| ompt_data_t* omptest::internal::TargetEmi::TargetData |
Definition at line 213 of file InternalEvent.h.
Referenced by TargetEmi(), and toString().
| ompt_data_t* omptest::internal::TargetEmi::TargetTaskData |
Definition at line 212 of file InternalEvent.h.
Referenced by TargetEmi(), and toString().
| ompt_data_t* omptest::internal::TargetEmi::TaskData |
Definition at line 211 of file InternalEvent.h.
Referenced by TargetEmi(), and toString().