cppc_get_perf_ctrs
EXPORT_SYMBOL_GPL(cppc_get_perf_ctrs);
show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, reference_perf);
show_cppc_data(cppc_get_perf_ctrs, cppc_perf_fb_ctrs, wraparound_time);
ret = cppc_get_perf_ctrs(cpc_ptr->cpu_id, &fb_ctrs);
ret = cppc_get_perf_ctrs(cpu, &cppc_fi->prev_perf_fb_ctrs);
ret = cppc_get_perf_ctrs(cpu, fb_ctrs_t0);
return cppc_get_perf_ctrs(cpu, fb_ctrs_t1);
if (cppc_get_perf_ctrs(cppc_fi->cpu, &fb_ctrs)) {
extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *perf_fb_ctrs);