Home
last modified time | relevance | path

Searched refs:CPU_ARCH_PERFMON (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libop/
Dop_hw_specific.h102 if (op_cpu_base_type(cpu_type) == CPU_ARCH_PERFMON) { in arch_get_filter()
125 if (op_cpu_base_type(cpu_type) == CPU_ARCH_PERFMON) { in arch_num_counters()
140 if (cpu_type == CPU_ARCH_PERFMON) { in op_cpu_specific_type()
Dop_cpu_type.c79 { "Intel Architectural Perfmon", "i386/arch_perfmon", CPU_ARCH_PERFMON, 0},
101 case CPU_ARCH_PERFMON: in op_cpu_variations()
118 return CPU_ARCH_PERFMON; in op_cpu_base_type()
Dop_cpu_type.h76 CPU_ARCH_PERFMON, /**< Intel architectural perfmon */ enumerator
Dop_events.c969 case CPU_ARCH_PERFMON: in op_default_event()
/external/oprofile/utils/
Dophelp.c506 case CPU_ARCH_PERFMON: in main()