Home
last modified time | relevance | path

Searched refs:arm_spe_pmu_name (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H A Dauxtrace.c23 char arm_spe_pmu_name[sizeof(ARM_SPE_PMU_NAME) + 10]; in find_all_arm_spe_pmus() local
33 ret = sprintf(arm_spe_pmu_name, "%s%d", ARM_SPE_PMU_NAME, i); in find_all_arm_spe_pmus()
40 arm_spe_pmus[*nr_spes] = perf_pmu__find(arm_spe_pmu_name); in find_all_arm_spe_pmus()
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H A Dauxtrace.c27 char arm_spe_pmu_name[sizeof(ARM_SPE_PMU_NAME) + 10]; in find_all_arm_spe_pmus() local
37 ret = sprintf(arm_spe_pmu_name, "%s%d", ARM_SPE_PMU_NAME, i); in find_all_arm_spe_pmus()
44 arm_spe_pmus[*nr_spes] = perf_pmus__find(arm_spe_pmu_name); in find_all_arm_spe_pmus()

Completed in 1 milliseconds