PEARL
Parallel Event Access and Replay Library
Friends | List of all members
pearl::Leave_rep Class Reference

Event representation for leaving a source code region.

#include <pearl/Leave_rep.h>

Inheritance diagram for pearl::Leave_rep:
pearl::Event_rep pearl::SmallObject pearl::LeaveProgram_rep

Public Member Functions

Constructors & destructor
 Leave_rep (timestamp_t timestamp, const Region &region, uint64_t *metrics)
 
 Leave_rep (const GlobalDefs &defs, Buffer &buffer)
 
virtual ~Leave_rep ()
 
Event type information
virtual event_t getType () const
 
virtual bool isOfType (event_t type) const
 
Access event data
virtual const RegiongetRegion () const
 
- Public Member Functions inherited from pearl::Event_rep
bool operator== (const timestamp_t &rhs) const
 
bool operator!= (const timestamp_t &rhs) const
 
bool operator< (const timestamp_t &rhs) const
 
bool operator> (const timestamp_t &rhs) const
 
timestamp_t getTimestamp () const
 
virtual const CallsitegetCallsite () const
 
virtual MpiCommgetComm () const
 
virtual uint32_t getRoot () const
 
virtual uint64_t getBytesSent () const
 
virtual uint64_t getBytesReceived () const
 
virtual uint32_t getSource () const
 
virtual uint32_t getDestination () const
 
virtual uint32_t getTag () const
 
virtual uint64_t getRequestId () const
 
virtual uint32_t getLockId () const
 
virtual MpiWindowget_window () const
 
virtual uint32_t get_remote () const
 
virtual uint32_t get_rma_id () const
 
virtual MpiGroupget_group () const
 
virtual bool is_sync () const
 
virtual bool is_exclusive () const
 
void setTimestamp (timestamp_t timestamp)
 
virtual void setRequestId (uint64_t requestId)
 
virtual ~Event_rep ()
 

Protected Member Functions

Serialize event data
virtual void pack (Buffer &buffer) const
 
Generate human-readable output of event data
virtual std::ostream & output (std::ostream &stream) const
 
- Protected Member Functions inherited from pearl::Event_rep
virtual uint32_t get_next_reqoffs () const
 
virtual uint32_t get_prev_reqoffs () const
 
virtual void set_prev_reqoffs (uint32_t)
 
virtual void set_next_reqoffs (uint32_t)
 
 Event_rep (pearl::timestamp_t timestamp)
 
 Event_rep (const GlobalDefs &defs, Buffer &buffer)
 
- Protected Member Functions inherited from pearl::SmallObject
 ~SmallObject ()
 Destructor. More...
 

Friends

class Event
 
class LocalTrace
 
void PEARL_verify_calltree (GlobalDefs &defs, LocalTrace &trace)
 
void PEARL_preprocess_trace (const GlobalDefs &defs, const LocalTrace &trace)
 

Additional Inherited Members

- Static Public Member Functions inherited from pearl::SmallObject
static void * operator new (std::size_t objectSize)
 Allocate storage space. More...
 
static void operator delete (void *deadObject, std::size_t objectSize)
 Deallocate storage space. More...
 

Constructor & Destructor Documentation

◆ Leave_rep() [1/2]

pearl::Leave_rep::Leave_rep ( timestamp_t  timestamp,
const Region region,
uint64_t *  metrics 
)

◆ Leave_rep() [2/2]

pearl::Leave_rep::Leave_rep ( const GlobalDefs defs,
Buffer buffer 
)

◆ ~Leave_rep()

virtual pearl::Leave_rep::~Leave_rep ( )
virtual

Member Function Documentation

◆ getRegion()

virtual const Region& pearl::Leave_rep::getRegion ( ) const
virtual

Reimplemented from pearl::Event_rep.

◆ getType()

virtual event_t pearl::Leave_rep::getType ( ) const
virtual

Implements pearl::Event_rep.

Reimplemented in pearl::LeaveProgram_rep.

◆ isOfType()

virtual bool pearl::Leave_rep::isOfType ( event_t  type) const
virtual

Implements pearl::Event_rep.

Reimplemented in pearl::LeaveProgram_rep.

◆ output()

virtual std::ostream& pearl::Leave_rep::output ( std::ostream &  stream) const
protectedvirtual

Reimplemented from pearl::Event_rep.

Reimplemented in pearl::LeaveProgram_rep.

◆ pack()

virtual void pearl::Leave_rep::pack ( Buffer buffer) const
protectedvirtual

Reimplemented from pearl::Event_rep.

Reimplemented in pearl::LeaveProgram_rep.

Friends And Related Function Documentation

◆ Event

friend class Event
friend

◆ LocalTrace

friend class LocalTrace
friend

◆ PEARL_preprocess_trace

void PEARL_preprocess_trace ( const GlobalDefs defs,
const LocalTrace trace 
)
friend

◆ PEARL_verify_calltree

void PEARL_verify_calltree ( GlobalDefs defs,
LocalTrace trace 
)
friend

Member Data Documentation

◆ mCallpath

Callpath* pearl::Leave_rep::mCallpath

◆ mRegion

Region* pearl::Leave_rep::mRegion

The documentation for this class was generated from the following file:

Scalasca    Copyright © 1998–2019 Forschungszentrum Jülich GmbH, Jülich Supercomputing Centre
Copyright © 2009–2015 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming