OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_cpu
(Results
1 - 7
of
7
) sorted by null
/external/skia/bench/
BenchSysTimer_c.h
22
clock_t
start_cpu
;
member in class:BenchSysTimer
/external/linux-tools-perf/util/
cpumap.c
105
unsigned long
start_cpu
, end_cpu = 0;
local
119
start_cpu
= strtoul(cpu_list, &p, 0);
120
if (
start_cpu
>= INT_MAX
132
if (end_cpu <
start_cpu
)
135
end_cpu =
start_cpu
;
138
for (;
start_cpu
<= end_cpu;
start_cpu
++) {
141
if (tmp_cpus[i] == (int)
start_cpu
)
151
tmp_cpus[nr_cpus++] = (int)
start_cpu
;
/external/oprofile/module/
oprofile.h
118
void (*
start_cpu
)(uint);
member in struct:op_int_operations
oprofile.c
144
int_ops->
start_cpu
(cpu);
/external/oprofile/module/x86/
op_rtc.c
192
start_cpu
: rtc_start_cpu,
op_nmi.c
368
start_cpu
: pmc_select_start,
/external/oprofile/module/ia64/
op_pmu.c
639
start_cpu
: pmu_select_start,
659
start_cpu
: NULL,
Completed in 116 milliseconds