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

/external/oprofile/libop/
H A Dop_cpu_type.c26 static struct cpu_descr const cpu_descrs[MAX_CPU_TYPE] = { variable
96 static size_t const nr_cpu_descrs = sizeof(cpu_descrs) / sizeof(struct cpu_descr);
164 if (!strcmp(cpu_descrs[i].name, cpu_string)) {
165 cpu_type = cpu_descrs[i].cpu;
186 return cpu_descrs[cpu_type].pretty;
195 return cpu_descrs[cpu_type].name;
210 return cpu_descrs[cpu_type].nr_counters;

Completed in 380 milliseconds