Home
last modified time | relevance | path

Searched refs:arm_spe_pmus (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/arch/arm/util/
H A Dauxtrace.c25 struct perf_pmu **arm_spe_pmus = NULL; in find_all_arm_spe_pmus() local
30 arm_spe_pmus = zalloc(sizeof(struct perf_pmu *) * nr_cpus); in find_all_arm_spe_pmus()
31 if (!arm_spe_pmus) { in find_all_arm_spe_pmus()
45 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()
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()
55 return arm_spe_pmus; in find_all_arm_spe_pmus()
123 struct perf_pmu **arm_spe_pmus = NULL; in auxtrace_record__init() local
137 arm_spe_pmus = find_all_arm_spe_pmus(&nr_spes, err); in auxtrace_record__init()
[all …]