Lines Matching defs:nr_spes
22 static struct perf_pmu **find_all_arm_spe_pmus(int *nr_spes, int *err)
44 arm_spe_pmus[*nr_spes] = perf_pmus__find(arm_spe_pmu_name);
45 if (arm_spe_pmus[*nr_spes]) {
47 __func__, __LINE__, *nr_spes,
48 arm_spe_pmus[*nr_spes]->type,
49 arm_spe_pmus[*nr_spes]->name);
50 (*nr_spes)++;
129 int nr_spes = 0;
136 arm_spe_pmus = find_all_arm_spe_pmus(&nr_spes, err);
144 found_spe = find_pmu_for_event(arm_spe_pmus, nr_spes, evsel);