HPCToolkit
hpcpapi.h File Reference
#include <stdlib.h>
#include <inttypes.h>
#include <papi.h>
Include dependency graph for hpcpapi.h:
This graph shows which files directly or indirectly include this file:

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_thpcpapi_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)
 

Function Documentation

◆ dump_hpcpapi_profile_desc()

void dump_hpcpapi_profile_desc ( hpcpapi_profile_desc_t desc,
const char *  prefix 
)

Definition at line 152 of file hpcpapi.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dump_hpcpapi_profile_desc_buf()

void dump_hpcpapi_profile_desc_buf ( hpcpapi_profile_desc_t desc,
int  idx,
const char *  prefix 
)

Definition at line 170 of file hpcpapi.c.

Here is the caller graph for this function:

◆ dump_hpcpapi_profile_desc_vec()

void dump_hpcpapi_profile_desc_vec ( hpcpapi_profile_desc_vec_t descvec)

Definition at line 139 of file hpcpapi.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hpc_init_papi()

int hpc_init_papi ( int(*)(void)  is_init,
int(*)(int)  init 
)

Definition at line 78 of file hpcpapi.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hpc_init_papi_force()

int hpc_init_papi_force ( int(*)(int)  init)

Definition at line 91 of file hpcpapi.c.

Here is the caller graph for this function:

◆ hpcpapi_flag_by_name()

const hpcpapi_flagdesc_t* hpcpapi_flag_by_name ( const char *  name)

Definition at line 126 of file hpcpapi.c.

Here is the caller graph for this function: