|
PAPI 7.1.0.0
|
#include <papi_preset.h>
Data Fields | |
| char * | symbol |
| char * | short_descr |
| char * | long_descr |
| int | derived_int |
| unsigned int | count |
| unsigned int | event_type |
| char * | postfix |
| unsigned int | code [PAPI_MAX_INFO_TERMS] |
| char * | name [PAPI_MAX_INFO_TERMS] |
| char * | note |
collected text and data info for all preset events
Definition at line 23 of file papi_preset.h.
| unsigned int hwi_presets_t::code[PAPI_MAX_INFO_TERMS] |
Definition at line 32 of file papi_preset.h.
| unsigned int hwi_presets_t::count |
Definition at line 29 of file papi_preset.h.
| int hwi_presets_t::derived_int |
Derived type code
Definition at line 27 of file papi_preset.h.
| unsigned int hwi_presets_t::event_type |
Definition at line 30 of file papi_preset.h.
| char* hwi_presets_t::long_descr |
long description (full sentence)
Definition at line 26 of file papi_preset.h.
| char* hwi_presets_t::name[PAPI_MAX_INFO_TERMS] |
Definition at line 33 of file papi_preset.h.
| char* hwi_presets_t::note |
Definition at line 34 of file papi_preset.h.
| char* hwi_presets_t::postfix |
Definition at line 31 of file papi_preset.h.
| char* hwi_presets_t::short_descr |
short description of the event for labels, etc.
Definition at line 25 of file papi_preset.h.
| char* hwi_presets_t::symbol |
name of the preset event; i.e. PAPI_TOT_INS, etc.
Definition at line 24 of file papi_preset.h.