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

  /external/oprofile/libop/tests/
alloc_counter_tests.c 119 { CPU_PPRO, events_ppro_1, { 0 }, no_failure },
120 { CPU_PPRO, events_ppro_2, { 0, 1 }, no_failure },
121 { CPU_PPRO, events_ppro_3, { -1 }, fail_to_alloc_counter },
122 { CPU_PPRO, events_ppro_4, { 0, 1 }, no_failure },
123 { CPU_PPRO, events_ppro_5, { 1, 0 }, no_failure },
cpu_type_tests.c 22 { "i386/ppro", CPU_PPRO },
  /external/oprofile/libop/
op_cpu_type.h 24 CPU_PPRO, /**< Pentium Pro */
op_cpu_type.c 27 { "Pentium Pro", "i386/ppro", CPU_PPRO, 2 },
op_events.c 960 case CPU_PPRO:
  /external/oprofile/module/x86/
cpu_type.c 184 return CPU_PPRO;
op_apic.c 194 if (sysctl.cpu_type != CPU_PPRO &&
  /external/oprofile/utils/
ophelp.c 489 case CPU_PPRO:

Completed in 83 milliseconds