Searched refs:nr_spes (Results 1 – 1 of 1) sorted by relevance
23 static struct perf_pmu **find_all_arm_spe_pmus(int *nr_spes, int *err) in find_all_arm_spe_pmus() argument45 arm_spe_pmus[*nr_spes] = perf_pmus__find(arm_spe_pmu_name); in find_all_arm_spe_pmus()46 if (arm_spe_pmus[*nr_spes]) { in find_all_arm_spe_pmus()48 __func__, __LINE__, *nr_spes, in find_all_arm_spe_pmus()49 arm_spe_pmus[*nr_spes]->type, in find_all_arm_spe_pmus()50 arm_spe_pmus[*nr_spes]->name); in find_all_arm_spe_pmus()51 (*nr_spes)++; in find_all_arm_spe_pmus()130 int nr_spes = 0; in auxtrace_record__init() local137 arm_spe_pmus = find_all_arm_spe_pmus(&nr_spes, err); in auxtrace_record__init()145 found_spe = find_pmu_for_event(arm_spe_pmus, nr_spes, evsel); in auxtrace_record__init()