Searched refs:evsel2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | libperf-counting.txt | 135 61 fprintf(stderr, "failed to create evsel2\n");
|
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-ops.c.inc | 3 GEN_HANDLER2(evsel2, "evsel", 0x04, 0x1e, 0x09, 0x00000000, PPC_SPE),
|
/openbmc/linux/tools/perf/tests/ |
H A D | parse-events.c | 2655 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()
|