PAPI 7.1.0.0
Loading...
Searching...
No Matches
MPX_EventSet Struct Reference

#include <sw_multiplex.h>

Data Fields

MPX_status status
 
struct _threadlist * mythr
 
struct _masterevent * mev [PAPI_MAX_SW_MPX_EVENTS]
 
int num_events
 
long long start_c
 
long long stop_c
 
long long start_values [PAPI_MAX_SW_MPX_EVENTS]
 
long long stop_values [PAPI_MAX_SW_MPX_EVENTS]
 
long long start_hc [PAPI_MAX_SW_MPX_EVENTS]
 

Detailed Description

Structure contained in the EventSet structure that holds information about multiplexing.

Definition at line 16 of file sw_multiplex.h.

Field Documentation

◆ mev

struct _masterevent* MPX_EventSet::mev[PAPI_MAX_SW_MPX_EVENTS]

Pointers to this EventSet's MPX entries in the master list for this thread

Definition at line 21 of file sw_multiplex.h.

◆ mythr

struct _threadlist* MPX_EventSet::mythr

Pointer to this thread's structure

Definition at line 19 of file sw_multiplex.h.

◆ num_events

int MPX_EventSet::num_events

Number of entries in above list

Definition at line 23 of file sw_multiplex.h.

◆ start_c

long long MPX_EventSet::start_c

Not sure...

Definition at line 25 of file sw_multiplex.h.

◆ start_hc

long long MPX_EventSet::start_hc[PAPI_MAX_SW_MPX_EVENTS]

Definition at line 28 of file sw_multiplex.h.

◆ start_values

long long MPX_EventSet::start_values[PAPI_MAX_SW_MPX_EVENTS]

Definition at line 26 of file sw_multiplex.h.

◆ status

MPX_status MPX_EventSet::status

Definition at line 17 of file sw_multiplex.h.

◆ stop_c

long long MPX_EventSet::stop_c

Definition at line 25 of file sw_multiplex.h.

◆ stop_values

long long MPX_EventSet::stop_values[PAPI_MAX_SW_MPX_EVENTS]

Definition at line 27 of file sw_multiplex.h.


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