PAPI  5.0.1.0
components_config.h
Go to the documentation of this file.
00001 /* Automatically generated by configure */
00002 #ifndef COMPONENTS_CONFIG_H
00003 #define COMPONENTS_CONFIG_H
00004 
00005 extern papi_vector_t _papi_pe_vector;
00006 extern papi_vector_t _appio_vector;
00007 extern papi_vector_t _coretemp_vector;
00008 extern papi_vector_t _lmsensors_vector;
00009 extern papi_vector_t _mx_vector;
00010 extern papi_vector_t _net_vector;
00011 extern papi_vector_t _rapl_vector;
00012 extern papi_vector_t _stealtime_vector;
00013 
00014 struct papi_vectors *_papi_hwd[] = {
00015    &_papi_pe_vector,
00016    &_appio_vector,
00017    &_coretemp_vector,
00018    &_lmsensors_vector,
00019    &_mx_vector,
00020    &_net_vector,
00021    &_rapl_vector,
00022    &_stealtime_vector,
00023    NULL
00024 };
00025 
00026 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines