20int main (
int argc,
char **argv)
42 printf(
"Trying all vmware events\n");
49 for(cid=0; cid<numcmp; cid++) {
52 test_fail(__FILE__, __LINE__,
"PAPI_get_component_info failed\n", 0);
55 if (strstr(cmpinfo->
name,
"vmware")) {
56 if (!
TESTS_QUIET) printf(
"\tFound vmware component %d - %s\n", cid, cmpinfo->
name);
74 printf(
"Error getting event info\n");
76 "PAPI_get_event_info",
retval );
81 printf(
"Error translating %#x\n",code);
83 "PAPI_event_code_to_name",
retval );
93 "PAPI_create_eventset()",
retval);
99 "PAPI_add_event()",
retval);
123 "PAPI_cleanup_eventset()",
retval);
129 "PAPI_destroy_eventset()",
retval);
138 if (total_events==0) {
139 test_skip(__FILE__,__LINE__,
"No vmware 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
Get the event's name and description info.
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]
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]
char units[PAPI_MIN_STR_LEN]
#define NUM_EVENTS
Tests basic vmware functionality.