OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPU_RTC
(Results
1 - 9
of
9
) sorted by null
/external/oprofile/module/x86/
cpu_type.c
127
return
CPU_RTC
;
134
return
CPU_RTC
;
141
return
CPU_RTC
;
153
return
CPU_RTC
;
163
return
CPU_RTC
;
168
return
CPU_RTC
;
173
return
CPU_RTC
;
179
return
CPU_RTC
;
190
return
CPU_RTC
;
/external/oprofile/libop/
op_cpu_type.h
29
CPU_RTC
, /**< other CPU to use the RTC */
op_cpu_type.c
32
{ "CPU with RTC device", "rtc",
CPU_RTC
, 1 },
op_events.c
982
case
CPU_RTC
:
/external/oprofile/libop/tests/
cpu_type_tests.c
27
{ "rtc",
CPU_RTC
},
/external/oprofile/libpp/
op_header.cpp
199
if (cpu_type !=
CPU_RTC
) {
219
if (cpu_type == CPU_TIMER_INT || cpu_type ==
CPU_RTC
)
231
if (cpu_type !=
CPU_RTC
) {
/external/oprofile/module/
oprofile.c
820
if (sysctl.cpu_type !=
CPU_RTC
) {
828
sysctl.cpu_type =
CPU_RTC
;
/external/oprofile/gui/
oprof_start.cpp
230
if (cpu_type ==
CPU_RTC
) {
261
if (cpu_type ==
CPU_RTC
)
823
return cpu_type ==
CPU_RTC
? OP_MAX_RTC_COUNT : OP_MAX_PERF_COUNT;
/external/oprofile/utils/
ophelp.c
683
case
CPU_RTC
:
Completed in 1005 milliseconds