23int main (
int argc,
char **argv)
45 printf(
"Trying all infiniband events\n");
50 for(cid=0; cid<numcmp; cid++) {
53 test_fail(__FILE__, __LINE__,
"PAPI_get_component_info failed\n",-1);
57 printf(
"Component %d - %d events - %s\n", cid,
61 if ( strstr(cmpinfo->
name,
"infiniband") == NULL) {
65 test_skip(__FILE__,__LINE__,
"Component infiniband is disabled", 0);
140 if (total_events==0) {
141 test_skip(__FILE__,__LINE__,
"No infiniband events found", 0);
const char * names[NUM_EVENTS]
add PAPI preset or native hardware event to an event set
Empty and destroy an EventSet.
Create a new empty PAPI EventSet.
Empty and destroy an EventSet.
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.
Start counting hardware events in an event set.
Stop counting hardware events in an event set.
static long long values[NUM_EVENTS]
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]