Searched refs:evsel2 (Results 1 – 2 of 2) sorted by relevance
135 61 fprintf(stderr, "failed to create evsel2\n");
2869 struct evsel *evsel2 = evlist__last(evlist); in test__checkevent_pmu_events_alias() local2871 TEST_ASSERT_EVSEL("wrong type", evsel1->core.attr.type == evsel2->core.attr.type, evsel1); in test__checkevent_pmu_events_alias()2872 TEST_ASSERT_EVSEL("wrong config", evsel1->core.attr.config == evsel2->core.attr.config, in test__checkevent_pmu_events_alias()