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);
char event_name[2][PAPI_MAX_STR_LEN]
int PAPI_stop(int EventSet, long long *values)
const PAPI_component_info_t * PAPI_get_component_info(int cidx)
void test_pass(const char *filename)
int PAPI_add_event(int EventSet, int EventCode)
char units[PAPI_MIN_STR_LEN]
#define NUM_EVENTS
Tests basic vmware functionality.
int PAPI_num_components(void)
int PAPI_get_event_info(int EventCode, PAPI_event_info_t *info)
void test_skip(const char *file, int line, const char *call, int retval)
int PAPI_library_init(int version)
char name[PAPI_MAX_STR_LEN]
int PAPI_enum_cmp_event(int *EventCode, int modifier, int cidx)
int PAPI_cleanup_eventset(int EventSet)
int PAPI_create_eventset(int *EventSet)
int PAPI_event_code_to_name(int EventCode, char *out)
int tests_quiet(int argc, char **argv)
void test_fail(const char *file, int line, const char *call, int retval)
int PAPI_destroy_eventset(int *EventSet)
int PAPI_start(int EventSet)
static long long values[NUM_EVENTS]