Lines Matching defs:core_pmu
64 struct perf_pmu *core_pmu = NULL;
70 if (core_pmu != evsel->pmu && core_pmu != NULL)
72 core_pmu = evsel->pmu;
642 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu();
645 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel);
706 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu();
711 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel);
718 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel);
720 snprintf(buf, sizeof(buf), "%s/config=2/u", core_pmu->name);
729 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu();
733 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel);
745 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel);
761 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu();
767 core_pmu->type == evsel->core.attr.type ||
2614 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu();
2628 strcpy(buf_pos, core_pmu->name);
2629 buf_pos += strlen(core_pmu->name);