Searched refs:evsel1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dparse-events.c2806 struct evsel *evsel1 = evlist__first(evlist); local
2809 TEST_ASSERT_VAL("wrong type", evsel1->core.attr.type == evsel2->core.attr.type);
2810 TEST_ASSERT_VAL("wrong config", evsel1->core.attr.config == evsel2->core.attr.config);

Completed in 101 milliseconds