Home
last modified time | relevance | path

Searched refs:CPU_RTC (Results 1 – 10 of 10) sorted by relevance

/external/oprofile/module/x86/
Dcpu_type.c127 return CPU_RTC; in p4_cpu_type()
134 return CPU_RTC; in p4_cpu_type()
141 return CPU_RTC; in p4_cpu_type()
153 return CPU_RTC; in get_cpu_type()
163 return CPU_RTC; in get_cpu_type()
168 return CPU_RTC; in get_cpu_type()
173 return CPU_RTC; in get_cpu_type()
179 return CPU_RTC; in get_cpu_type()
190 return CPU_RTC; in get_cpu_type()
/external/oprofile/libpp/
Dop_header.cpp199 if (cpu_type != CPU_RTC) { in op_print_event()
219 if (cpu_type == CPU_TIMER_INT || cpu_type == CPU_RTC) in op_xml_print_event()
231 if (cpu_type != CPU_RTC) { in op_xml_print_event()
/external/oprofile/libop/tests/
Dcpu_type_tests.c27 { "rtc", CPU_RTC },
/external/oprofile/libop/
Dop_cpu_type.h29 CPU_RTC, /**< other CPU to use the RTC */ enumerator
Dop_cpu_type.c32 { "CPU with RTC device", "rtc", CPU_RTC, 1 },
Dop_events.c982 case CPU_RTC: in op_default_event()
/external/oprofile/gui/
Doprof_start.cpp230 if (cpu_type == CPU_RTC) { in fill_events()
261 if (cpu_type == CPU_RTC) in fill_events()
823 return cpu_type == CPU_RTC ? OP_MAX_RTC_COUNT : OP_MAX_PERF_COUNT; in max_perf_count()
/external/oprofile/module/
Doprofile.c820 if (sysctl.cpu_type != CPU_RTC) { in oprof_init()
828 sysctl.cpu_type = CPU_RTC; in oprof_init()
/external/oprofile/utils/
Dophelp.c683 case CPU_RTC: in main()
/external/oprofile/
DChangeLog-20024066 * dae/op_start: load module at start. Handle CPU_RTC.
4075 * module/op_init.c: detect CPU_RTC.
4090 * op_user.h: add CPU_RTC