PAPI  5.7.0.0
NativeInfo_t Struct Reference
Collaboration diagram for NativeInfo_t:

Data Fields

int ni_event
 
int ni_papi_code
 
int ni_position
 
int ni_owners
 
hwd_register_tni_bits
 

Detailed Description

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 189 of file papi_internal.h.

Field Documentation

◆ ni_bits

hwd_register_t* NativeInfo_t::ni_bits

Component defined resources used by this native event

Definition at line 198 of file papi_internal.h.

◆ ni_event

int NativeInfo_t::ni_event

native (libpfm4) event code; always non-zero unless empty

Definition at line 190 of file papi_internal.h.

◆ ni_owners

int NativeInfo_t::ni_owners

specifies how many owners share this native event

Definition at line 196 of file papi_internal.h.

◆ ni_papi_code

int NativeInfo_t::ni_papi_code

papi event code value returned to papi applications

Definition at line 192 of file papi_internal.h.

◆ ni_position

int NativeInfo_t::ni_position

counter array position where this native event lives

Definition at line 194 of file papi_internal.h.


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