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

/linux-master/tools/perf/tests/
H A Dparse-events.c2807 struct evsel *evsel2 = evlist__last(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 262 milliseconds