PAPI  5.0.1.0
EventInfo_t Struct Reference

Data Fields

unsigned int event_code
int pos [8]
char * ops
int derived

Detailed Description

This contains info about an individual event added to the EventSet. The event can be either PRESET or NATIVE, and either simple or derived. If derived, it can consist of up to PAPI_EVENTS_IN_DERIVED_EVENT native events. An EventSet contains a pointer to an array of these structures to define each added event.

Definition at line 176 of file papi_internal.h.


Field Documentation

Counter derivation command used for derived events

Definition at line 180 of file papi_internal.h.

Preset or native code for this event as passed to PAPI_add_event()

Definition at line 177 of file papi_internal.h.

operation string of preset (points into preset event struct)

Definition at line 179 of file papi_internal.h.

position in the counter array for this events components

Definition at line 178 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