Home
last modified time | relevance | path

Searched refs:CPU_PPRO (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libop/tests/
Dalloc_counter_tests.c119 { 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 },
Dcpu_type_tests.c22 { "i386/ppro", CPU_PPRO },
/external/oprofile/libop/
Dop_cpu_type.h24 CPU_PPRO, /**< Pentium Pro */ enumerator
Dop_cpu_type.c27 { "Pentium Pro", "i386/ppro", CPU_PPRO, 2 },
Dop_events.c960 case CPU_PPRO: in op_default_event()
/external/oprofile/module/x86/
Dcpu_type.c184 return CPU_PPRO; in get_cpu_type()
Dop_apic.c194 if (sysctl.cpu_type != CPU_PPRO && in check_cpu_ok()
/external/oprofile/utils/
Dophelp.c489 case CPU_PPRO: in main()