Searched refs:evsel2 (Results 1 – 2 of 2) sorted by relevance
135 61 fprintf(stderr, "failed to create evsel2\n");
2331 struct evsel *evsel2 = evlist__last(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()