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

#include <papi_internal.h>

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

◆ ni_event

int NativeInfo_t::ni_event

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

Definition at line 189 of file papi_internal.h.

◆ ni_owners

int NativeInfo_t::ni_owners

specifies how many owners share this native event

Definition at line 195 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 191 of file papi_internal.h.

◆ ni_position

int NativeInfo_t::ni_position

counter array position where this native event lives

Definition at line 193 of file papi_internal.h.


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