Searched refs:arm_spe_pmus (Results 1 – 1 of 1) sorted by relevance
18 struct perf_pmu **arm_spe_pmus = NULL; in find_all_arm_spe_pmus() local23 arm_spe_pmus = zalloc(sizeof(struct perf_pmu *) * nr_cpus); in find_all_arm_spe_pmus()24 if (!arm_spe_pmus) { in find_all_arm_spe_pmus()38 arm_spe_pmus[*nr_spes] = perf_pmu__find(arm_spe_pmu_name); in find_all_arm_spe_pmus()39 if (arm_spe_pmus[*nr_spes]) { in find_all_arm_spe_pmus()42 arm_spe_pmus[*nr_spes]->type, in find_all_arm_spe_pmus()43 arm_spe_pmus[*nr_spes]->name); in find_all_arm_spe_pmus()48 return arm_spe_pmus; in find_all_arm_spe_pmus()58 static struct perf_pmu **arm_spe_pmus = NULL; in auxtrace_record__init() local67 if (!arm_spe_pmus) in auxtrace_record__init()[all …]