LLVM OpenMP 22.0.0git
omptest::internal::TargetDataOpEmi Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/tools/omptest/include/InternalEvent.h"

Inheritance diagram for omptest::internal::TargetDataOpEmi:
[legend]

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
voidSrcAddr
int SrcDeviceNum
voidDstAddr
int DstDeviceNum
size_t Bytes
const voidCodeptrRA
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

Detailed Description

Definition at line 237 of file InternalEvent.h.

Constructor & Destructor Documentation

◆ TargetDataOpEmi()

omptest::internal::TargetDataOpEmi::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 )
inline

Member Function Documentation

◆ toString()

std::string internal::TargetDataOpEmi::toString ( ) const
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().

Member Data Documentation

◆ Bytes

size_t omptest::internal::TargetDataOpEmi::Bytes

Definition at line 257 of file InternalEvent.h.

Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().

◆ CodeptrRA

const void* omptest::internal::TargetDataOpEmi::CodeptrRA

Definition at line 258 of file InternalEvent.h.

Referenced by TargetDataOpEmi(), and toString().

◆ DstAddr

void* omptest::internal::TargetDataOpEmi::DstAddr

Definition at line 255 of file InternalEvent.h.

Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().

◆ DstDeviceNum

int omptest::internal::TargetDataOpEmi::DstDeviceNum

Definition at line 256 of file InternalEvent.h.

Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().

◆ Endpoint

ompt_scope_endpoint_t omptest::internal::TargetDataOpEmi::Endpoint

Definition at line 248 of file InternalEvent.h.

Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().

◆ HostOpId

ompt_id_t* omptest::internal::TargetDataOpEmi::HostOpId

Definition at line 251 of file InternalEvent.h.

Referenced by TargetDataOpEmi(), and toString().

◆ OpType

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().

◆ SrcAddr

void* omptest::internal::TargetDataOpEmi::SrcAddr

Definition at line 253 of file InternalEvent.h.

Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().

◆ SrcDeviceNum

int omptest::internal::TargetDataOpEmi::SrcDeviceNum

Definition at line 254 of file InternalEvent.h.

Referenced by omptest::internal::operator==(), TargetDataOpEmi(), and toString().

◆ TargetData

ompt_data_t* omptest::internal::TargetDataOpEmi::TargetData

Definition at line 250 of file InternalEvent.h.

Referenced by TargetDataOpEmi(), and toString().

◆ TargetTaskData

ompt_data_t* omptest::internal::TargetDataOpEmi::TargetTaskData

Definition at line 249 of file InternalEvent.h.

Referenced by TargetDataOpEmi(), and toString().


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