OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_cpu
(Results
1 - 3
of
3
) 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
Completed in 217 milliseconds