Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/perf/
Darm_pmu.c585 static struct arm_pmu *__oprofile_cpu_pmu; variable
593 if (!__oprofile_cpu_pmu) in perf_pmu_name()
596 return __oprofile_cpu_pmu->name; in perf_pmu_name()
604 if (__oprofile_cpu_pmu != NULL) in perf_num_counters()
605 max_events = __oprofile_cpu_pmu->num_events; in perf_num_counters()
982 if (!__oprofile_cpu_pmu) in armpmu_register()
983 __oprofile_cpu_pmu = pmu; in armpmu_register()