Lines Matching defs:arm_spe_pmus
24 struct perf_pmu **arm_spe_pmus = NULL;
29 arm_spe_pmus = zalloc(sizeof(struct perf_pmu *) * nr_cpus);
30 if (!arm_spe_pmus) {
44 arm_spe_pmus[*nr_spes] = perf_pmus__find(arm_spe_pmu_name);
45 if (arm_spe_pmus[*nr_spes]) {
48 arm_spe_pmus[*nr_spes]->type,
49 arm_spe_pmus[*nr_spes]->name);
54 return arm_spe_pmus;
122 struct perf_pmu **arm_spe_pmus = NULL;
136 arm_spe_pmus = find_all_arm_spe_pmus(&nr_spes, err);
143 if (arm_spe_pmus && !found_spe)
144 found_spe = find_pmu_for_event(arm_spe_pmus, nr_spes, evsel);
150 free(arm_spe_pmus);