Lines Matching refs:core_pmu

64 	struct perf_pmu *core_pmu = NULL;  in num_core_entries()  local
70 if (core_pmu != evsel->pmu && core_pmu != NULL) in num_core_entries()
72 core_pmu = evsel->pmu; in num_core_entries()
642 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu(); in test__checkevent_pmu() local
645 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel); in test__checkevent_pmu()
706 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu(); in test__checkevent_pmu_name() local
711 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel); in test__checkevent_pmu_name()
718 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel); in test__checkevent_pmu_name()
720 snprintf(buf, sizeof(buf), "%s/config=2/u", core_pmu->name); in test__checkevent_pmu_name()
729 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu(); in test__checkevent_pmu_partial_time_callgraph() local
733 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel); in test__checkevent_pmu_partial_time_callgraph()
745 TEST_ASSERT_EVSEL("wrong type", core_pmu->type == evsel->core.attr.type, evsel); in test__checkevent_pmu_partial_time_callgraph()
761 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu(); in test__checkevent_pmu_events() local
767 core_pmu->type == evsel->core.attr.type || in test__checkevent_pmu_events()
2607 struct perf_pmu *core_pmu = perf_pmus__find_core_pmu(); in test_events() local
2621 strcpy(buf_pos, core_pmu->name); in test_events()
2622 buf_pos += strlen(core_pmu->name); in test_events()