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

  /external/oprofile/libop/tests/
load_events_files_tests.c 23 for (cpu_type = CPU_NO_GOOD + 1; cpu_type < MAX_CPU_TYPE; ++cpu_type) {
  /external/oprofile/libop/
op_cpu_type.c 26 static struct cpu_descr const cpu_descrs[MAX_CPU_TYPE] = {
174 if (cpu_type <= CPU_NO_GOOD || cpu_type >= MAX_CPU_TYPE)
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_cpu_type.h 91 MAX_CPU_TYPE
op_events.c 1079 case MAX_CPU_TYPE:
  /external/oprofile/utils/
ophelp.c 690 case MAX_CPU_TYPE:

Completed in 338 milliseconds