Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt135 61 fprintf(stderr, "failed to create evsel2\n");
/openbmc/qemu/target/ppc/translate/
H A Dspe-ops.c.inc3 GEN_HANDLER2(evsel2, "evsel", 0x04, 0x1e, 0x09, 0x00000000, PPC_SPE),
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c2655 struct evsel *evsel2 = evlist__last(evlist); in test__checkevent_pmu_events_alias() local
2657 TEST_ASSERT_VAL("wrong type", evsel1->core.attr.type == evsel2->core.attr.type); in test__checkevent_pmu_events_alias()
2658 TEST_ASSERT_VAL("wrong config", evsel1->core.attr.config == evsel2->core.attr.config); in test__checkevent_pmu_events_alias()