PAPI  5.0.1.0
EventSetInfo_t Struct Reference
Collaboration diagram for EventSetInfo_t:

Data Fields

struct _ThreadInfo * master
struct _CpuInfo * CpuInfo
int state
EventInfo_tEventInfoArray
void * ctl_state
unsigned long int tid
int EventSetIndex
int CmpIdx
int NumberOfEvents
long long * hw_start
long long * sw_stop
int NativeCount
NativeInfo_tNativeInfoArray
void * NativeBits
EventSetDomainInfo_t domain
EventSetGranularityInfo_t granularity
EventSetOverflowInfo_t overflow
EventSetMultiplexInfo_t multiplex
EventSetAttachInfo_t attach
EventSetCpuInfo_t cpu
EventSetProfileInfo_t profile
EventSetInheritInfo_t inherit

Detailed Description

Fields below are ordered by access in PAPI_read for performance

Definition at line 256 of file papi_internal.h.


Field Documentation

Which Component this EventSet Belongs to

Definition at line 278 of file papi_internal.h.

struct _CpuInfo* EventSetInfo_t::CpuInfo

Pointer to cpu that owns this EventSet

Definition at line 258 of file papi_internal.h.

This contains the encoding necessary for the hardware to set the counters to the appropriate conditions

Definition at line 269 of file papi_internal.h.

This array contains the mapping from events added into the API into hardware specific encoding as returned by the kernel or the code that directly accesses the counters.

Definition at line 263 of file papi_internal.h.

Index of the EventSet in the array

Definition at line 276 of file papi_internal.h.

Array of length num_mpx_cntrs to hold unprocessed, out of order, long long counter registers

Definition at line 282 of file papi_internal.h.

struct _ThreadInfo* EventSetInfo_t::master

Pointer to thread that owns this EventSet

Definition at line 257 of file papi_internal.h.

Component-specific bits corresponding to the native events

Definition at line 295 of file papi_internal.h.

Number of native events in NativeInfoArray

Definition at line 290 of file papi_internal.h.

Info about each native event in the set

Definition at line 293 of file papi_internal.h.

Number of events added to EventSet

Definition at line 280 of file papi_internal.h.

The state of this entire EventSet; can be PAPI_RUNNING or PAPI_STOPPED plus flags

Definition at line 260 of file papi_internal.h.

Array of length num_mpx_cntrs that contains processed, in order, PAPI counter values when used or stopped

Definition at line 286 of file papi_internal.h.

unsigned long int EventSetInfo_t::tid

Thread ID, only used if PAPI_thread_init() is called

Definition at line 273 of file papi_internal.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines