Home
last modified time | relevance | path

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

/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt127 53 fprintf(stderr, "failed to create evsel1\n");
/linux/tools/perf/tests/
H A Dparse-events.c2868 struct evsel *evsel1 = evlist__first(evlist); in test__checkevent_pmu_events_alias() local
2871 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()