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

/external/oprofile/libop/tests/
H A Dcpu_type_tests.c39 { "foo", CPU_NO_GOOD },
40 { "-3", CPU_NO_GOOD },
41 { "2927", CPU_NO_GOOD },
42 { "", CPU_NO_GOOD },
43 { NULL, CPU_NO_GOOD }
53 if (cpu->type != CPU_NO_GOOD && strcmp(cpu->name, name)) {
58 if (cpu->type == CPU_NO_GOOD && strcmp("invalid cpu type", name)) {
H A Dload_events_files_tests.c23 for (cpu_type = CPU_NO_GOOD + 1; cpu_type < MAX_CPU_TYPE; ++cpu_type) {
H A Dalloc_counter_tests.c127 { CPU_NO_GOOD, 0, { 0 }, 0 }
213 for (it = tests; it->cpu_type != CPU_NO_GOOD; ++it)
/external/oprofile/libop/
H A Dop_cpu_type.c127 int cpu_type = CPU_NO_GOOD;
144 return CPU_NO_GOOD;
160 int cpu_type = CPU_NO_GOOD;
171 if (cpu_type == CPU_NO_GOOD)
174 if (cpu_type <= CPU_NO_GOOD || cpu_type >= MAX_CPU_TYPE)
175 cpu_type = CPU_NO_GOOD;
183 if (cpu_type <= CPU_NO_GOOD || cpu_type >= MAX_CPU_TYPE)
192 if (cpu_type <= CPU_NO_GOOD || cpu_type >= MAX_CPU_TYPE)
203 if (cpu_type <= CPU_NO_GOOD || cpu_type >= MAX_CPU_TYPE)
H A Dop_hw_specific.h167 if (cpu_type != CPU_NO_GOOD)
175 if (cpu_type != CPU_NO_GOOD)
H A Dop_cpu_type.h23 CPU_NO_GOOD = -1, /**< unsupported CPU type */ enumerator in enum:__anon8610
111 * returns CPU_NO_GOOD if the CPU could not be identified.
120 * The function returns CPU_NO_GOOD if no matching string was found.
H A Dop_events.c1078 case CPU_NO_GOOD:
/external/oprofile/utils/
H A Dophelp.c32 static op_cpu cpu_type = CPU_NO_GOOD;
384 if (cpu_type == CPU_NO_GOOD) {
689 case CPU_NO_GOOD:
/external/oprofile/daemon/
H A Dopd_ibs.c379 op_cpu cpu_type = CPU_NO_GOOD;

Completed in 87 milliseconds