PAPI 7.1.0.0
|
Go to the source code of this file.
Functions | |
int | prof_events (int num_tests) |
void | prof_print_address (const char *title, const PAPI_exe_info_t *prginfo) |
void | prof_print_prof_info (vptr_t start, vptr_t end, int threshold, char *event_name) |
void | do_no_profile (int quiet) |
void | prof_alloc (int num, unsigned long blength) |
int | prof_buckets (int bucket) |
void | prof_head (unsigned long blength, int bucket, int num_buckets, const char *header) |
void | prof_out (vptr_t start, int n, int bucket, int num_buckets, unsigned int scale) |
int | prof_check (int n, int bucket, int num_buckets) |
unsigned long | prof_size (unsigned long plength, unsigned scale, int bucket, int *num_buckets) |
Variables | |
long long ** | values |
char | event_name [PAPI_MAX_STR_LEN] |
int | PAPI_event |
int | EventSet = PAPI_NULL |
void * | profbuf [5] |
void do_no_profile | ( | int | quiet | ) |
Definition at line 113 of file prof_utils.c.
Definition at line 140 of file prof_utils.c.
Definition at line 160 of file prof_utils.c.
Definition at line 272 of file prof_utils.c.
Definition at line 42 of file prof_utils.c.
Definition at line 183 of file prof_utils.c.
Definition at line 202 of file prof_utils.c.
void prof_print_address | ( | const char * | title, |
const PAPI_exe_info_t * | prginfo | ||
) |
Definition at line 69 of file prof_utils.c.
Definition at line 93 of file prof_utils.c.
Definition at line 310 of file prof_utils.c.
char event_name[PAPI_MAX_STR_LEN] |
Definition at line 30 of file prof_utils.c.
Definition at line 32 of file prof_utils.c.
int PAPI_event |
Definition at line 31 of file prof_utils.c.
void* profbuf[5] |
Definition at line 33 of file prof_utils.c.
Definition at line 29 of file prof_utils.c.