Home
last modified time | relevance | path

Searched refs:CPU_TIMER_INT (Results 1 – 12 of 12) sorted by relevance

/external/oprofile/daemon/
Dopd_perfmon.c404 if (cpu_type == CPU_TIMER_INT) in perfmon_init()
465 if (cpu_type == CPU_TIMER_INT) in perfmon_exit()
486 if (cpu_type == CPU_TIMER_INT) in perfmon_start()
507 if (cpu_type == CPU_TIMER_INT) in perfmon_stop()
Dopd_events.c85 if (cpu_type == CPU_TIMER_INT) { in opd_parse_events()
/external/oprofile/libop/tests/
Dload_events_files_tests.c24 if (cpu_type != CPU_TIMER_INT) { in main()
Dcpu_type_tests.c26 { "timer", CPU_TIMER_INT },
/external/oprofile/libpp/
Dop_header.cpp173 if (cpu_type == CPU_TIMER_INT) { in op_print_event()
219 if (cpu_type == CPU_TIMER_INT || cpu_type == CPU_RTC) in op_xml_print_event()
/external/oprofile/libop/
Dop_cpu_type.h28 CPU_TIMER_INT, /**< CPU using the timer interrupt */ enumerator
Dop_cpu_type.c31 { "CPU with timer interrupt", "timer", CPU_TIMER_INT, 1 },
Dop_events.c1077 case CPU_TIMER_INT: in op_default_event()
/external/oprofile/utils/
Dophelp.c407 if (cpu_type == CPU_TIMER_INT) { in main()
688 case CPU_TIMER_INT: in main()
/external/oprofile/gui/
Doprof_start.cpp126 if (cpu_type == CPU_TIMER_INT) { in oprof_start()
894 if (one_enable == false && cpu_type != CPU_TIMER_INT) { in on_start_profiler()
/external/oprofile/
DChangeLog-20032567 no counter with CPU_TIMER_INT
2610 CPU_TIMER_INT
2615 * gui/oprof_start.cpp: fixes for CPU_TIMER_INT
2679 * daemon/opd_sample_files.c: handle CPU_TIMER_INT
6158 * libop++/op_print_event.cpp: no event,nor unit mask for CPU_TIMER_INT,
DChangeLog-20021199 * libop/op_cpu_type.h: introduce 2.5-patch CPU_TIMER_INT