Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/perf/
Darm_pmu.c509 static struct arm_pmu *__oprofile_cpu_pmu; variable
517 if (!__oprofile_cpu_pmu) in perf_pmu_name()
520 return __oprofile_cpu_pmu->name; in perf_pmu_name()
528 if (__oprofile_cpu_pmu != NULL) in perf_num_counters()
529 max_events = __oprofile_cpu_pmu->num_events; in perf_num_counters()
870 if (!__oprofile_cpu_pmu) in armpmu_register()
871 __oprofile_cpu_pmu = pmu; in armpmu_register()