Searched refs:evsel1 (Results 1 – 2 of 2) sorted by relevance
127 53 fprintf(stderr, "failed to create evsel1\n");
2330 struct evsel *evsel1 = evlist__first(evlist); in test__checkevent_pmu_events_alias() local2333 TEST_ASSERT_VAL("wrong type", evsel1->core.attr.type == evsel2->core.attr.type); in test__checkevent_pmu_events_alias()2334 TEST_ASSERT_VAL("wrong config", evsel1->core.attr.config == evsel2->core.attr.config); in test__checkevent_pmu_events_alias()