|
HPCToolkit
|
#include <unistd.h>#include <string.h>#include <stdio.h>#include <papiStdEventDefs.h>#include <papi.h>#include "hpcpapi.h"
Go to the source code of this file.
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_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) |
Variables | |
| static hpcpapi_flagdesc_t | papi_flags [] |
| 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 | ) |
|
static |