25int main (
int argc,
char **argv)
48 for(cid=0; cid<numcmp; cid++) {
52 test_fail(__FILE__, __LINE__,
"PAPI_get_component_info failed\n", 0);
54 printf(
"\tComponent %d - %s\n", cid, cmpinfo->
name);
64 printf(
"Error translating %#x\n",code);
66 "PAPI_event_code_to_name",
retval );
77 "PAPI_create_eventset()",
retval);
83 "PAPI_add_event()",
retval);
101 "PAPI_cleanup_eventset()",
retval);
107 "PAPI_destroy_eventset()",
retval);
116 if (total_events==0) {
118 test_skip(__FILE__,__LINE__,
"No coretemp events found",0);
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.
char event_name[2][PAPI_MAX_STR_LEN]
static long long values[NUM_EVENTS]
#define NUM_EVENTS
Tests basic component functionality.
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]