HomeSort by relevance Sort by last modified time
    Searched refs:CPU_NO_GOOD (Results 1 - 9 of 9) sorted by null

  /external/oprofile/libop/tests/
cpu_type_tests.c 39 { "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)) {
load_events_files_tests.c 23 for (cpu_type = CPU_NO_GOOD + 1; cpu_type < MAX_CPU_TYPE; ++cpu_type) {
alloc_counter_tests.c 127 { CPU_NO_GOOD, 0, { 0 }, 0 }
213 for (it = tests; it->cpu_type != CPU_NO_GOOD; ++it)
  /external/oprofile/libop/
op_cpu_type.c 127 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)
op_hw_specific.h 167 if (cpu_type != CPU_NO_GOOD)
175 if (cpu_type != CPU_NO_GOOD)
op_cpu_type.h 23 CPU_NO_GOOD = -1, /**< unsupported CPU type */
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.
op_events.c 1078 case CPU_NO_GOOD: