OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_TIMER_INT
(Results
1 - 10
of
10
) sorted by null
/external/oprofile/libop/tests/
load_events_files_tests.c
24
if (cpu_type !=
CPU_TIMER_INT
) {
cpu_type_tests.c
26
{ "timer",
CPU_TIMER_INT
},
/external/oprofile/libop/
op_cpu_type.h
28
CPU_TIMER_INT
, /**< CPU using the timer interrupt */
op_cpu_type.c
31
{ "CPU with timer interrupt", "timer",
CPU_TIMER_INT
, 1 },
op_events.c
1077
case
CPU_TIMER_INT
:
/external/oprofile/daemon/
opd_perfmon.c
404
if (cpu_type ==
CPU_TIMER_INT
)
465
if (cpu_type ==
CPU_TIMER_INT
)
486
if (cpu_type ==
CPU_TIMER_INT
)
507
if (cpu_type ==
CPU_TIMER_INT
)
opd_events.c
85
if (cpu_type ==
CPU_TIMER_INT
) {
/external/oprofile/libpp/
op_header.cpp
173
if (cpu_type ==
CPU_TIMER_INT
) {
219
if (cpu_type ==
CPU_TIMER_INT
|| cpu_type == CPU_RTC)
/external/oprofile/utils/
ophelp.c
407
if (cpu_type ==
CPU_TIMER_INT
) {
688
case
CPU_TIMER_INT
:
/external/oprofile/gui/
oprof_start.cpp
126
if (cpu_type ==
CPU_TIMER_INT
) {
894
if (one_enable == false && cpu_type !=
CPU_TIMER_INT
) {
Completed in 1916 milliseconds