Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/perf/
Darm_pmu.c516 static struct arm_pmu *__oprofile_cpu_pmu; variable
524 if (!__oprofile_cpu_pmu) in perf_pmu_name()
527 return __oprofile_cpu_pmu->name; in perf_pmu_name()
535 if (__oprofile_cpu_pmu != NULL) in perf_num_counters()
536 max_events = __oprofile_cpu_pmu->num_events; in perf_num_counters()
874 if (!__oprofile_cpu_pmu) in armpmu_register()
875 __oprofile_cpu_pmu = pmu; in armpmu_register()