|
HPCToolkit
|
#include <stdlib.h>#include <inttypes.h>#include <papi.h>

Go to the source code of this file.
Classes | |
| struct | hpcpapi_flagdesc_t |
| struct | hpcpapi_profile_desc_t |
| struct | hpcpapi_profile_desc_vec_t |
Functions | |
| int | hpc_init_papi (int(*is_init)(void), int(*init)(int)) |
| int | hpc_init_papi_force (int(*init)(int)) |
| const hpcpapi_flagdesc_t * | hpcpapi_flag_by_name (const char *name) |
| void | dump_hpcpapi_profile_desc (hpcpapi_profile_desc_t *desc, const char *prefix) |
| void | dump_hpcpapi_profile_desc_buf (hpcpapi_profile_desc_t *desc, int idx, const char *prefix) |
| void | dump_hpcpapi_profile_desc_vec (hpcpapi_profile_desc_vec_t *descvec) |
| void dump_hpcpapi_profile_desc | ( | hpcpapi_profile_desc_t * | desc, |
| const char * | prefix | ||
| ) |
| void dump_hpcpapi_profile_desc_buf | ( | hpcpapi_profile_desc_t * | desc, |
| int | idx, | ||
| const char * | prefix | ||
| ) |
| void dump_hpcpapi_profile_desc_vec | ( | hpcpapi_profile_desc_vec_t * | descvec | ) |
| int hpc_init_papi | ( | int(*)(void) | is_init, |
| int(*)(int) | init | ||
| ) |
| int hpc_init_papi_force | ( | int(*)(int) | init | ) |
| const hpcpapi_flagdesc_t* hpcpapi_flag_by_name | ( | const char * | name | ) |