|
PAPI
5.0.1.0
|
Data Fields | |
| int | ni_event |
| int | ni_position |
| int | ni_owners |
| void * | ni_bits |
This contains info about each native event added to the EventSet. An EventSet contains an array of MAX_COUNTERS of these structures to define each native event in the set.
Definition at line 188 of file papi_internal.h.
| void* NativeInfo_t::ni_bits |
Component defined resources used by this native event
Definition at line 195 of file papi_internal.h.
native event code; always non-zero unless empty
Definition at line 189 of file papi_internal.h.
specifies how many owners share this native event
Definition at line 193 of file papi_internal.h.
counter array position where this native event lives
Definition at line 191 of file papi_internal.h.