22int main (
int argc,
char **argv)
41 printf(
"Listing all appio events\n");
46 for(cid=0; cid<numcmp; cid++) {
49 test_fail(__FILE__, __LINE__,
"PAPI_get_component_info failed\n",-1);
52 if ( strstr(cmpinfo->
name,
"appio") == NULL) {
57 printf(
"Component %d (%d) - %d events - %s\n",
83 if (total_events==0) {
84 test_skip(__FILE__,__LINE__,
"No appio events found", 0);
Enumerate PAPI preset or native events for a given component.
Convert a numeric hardware event code to a name.
get information about a specific software component
initialize the PAPI library.
Get the number of components available on the system.
char event_name[2][PAPI_MAX_STR_LEN]
Return codes and api definitions.
int tests_quiet(int argc, char **argv)
void PAPI_NORETURN test_fail(const char *file, int line, const char *call, int retval)
void PAPI_NORETURN test_pass(const char *filename)
void PAPI_NORETURN test_skip(const char *file, int line, const char *call, int retval)
char name[PAPI_MAX_STR_LEN]