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

#include <papi_internal.h>

Data Fields

unsigned int event_code
 
int pos [PAPI_EVENTS_IN_DERIVED_EVENT]
 
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

◆ derived

int EventInfo_t::derived

Counter derivation command used for derived events

Definition at line 180 of file papi_internal.h.

◆ event_code

unsigned int EventInfo_t::event_code

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

Definition at line 177 of file papi_internal.h.

◆ ops

char* EventInfo_t::ops

operation string of preset (points into preset event struct)

Definition at line 179 of file papi_internal.h.

◆ pos

int EventInfo_t::pos[PAPI_EVENTS_IN_DERIVED_EVENT]

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: