Searched refs:evsel1 (Results 1 – 2 of 2) sorted by relevance
127 53 fprintf(stderr, "failed to create evsel1\n");
2868 struct evsel *evsel1 = evlist__first(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()2873 evsel1); in test__checkevent_pmu_events_alias()