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/
A Dauxtrace.c20 struct perf_pmu **arm_spe_pmus = NULL; in find_all_arm_spe_pmus() local
26 if (!arm_spe_pmus) { in find_all_arm_spe_pmus()
41 if (arm_spe_pmus[*nr_spes]) { in find_all_arm_spe_pmus()
44 arm_spe_pmus[*nr_spes]->type, in find_all_arm_spe_pmus()
45 arm_spe_pmus[*nr_spes]->name); in find_all_arm_spe_pmus()
50 return arm_spe_pmus; in find_all_arm_spe_pmus()
60 struct perf_pmu **arm_spe_pmus = NULL; in auxtrace_record__init() local
68 arm_spe_pmus = find_all_arm_spe_pmus(&nr_spes, err); in auxtrace_record__init()
79 if (evsel->core.attr.type == arm_spe_pmus[i]->type) { in auxtrace_record__init()
80 found_spe = arm_spe_pmus[i]; in auxtrace_record__init()
[all …]

Completed in 4 milliseconds