Searched defs:start_cpu (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/module/
H A Doprofile.h118 void (*start_cpu)(uint); member in struct:op_int_operations
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcpumap.c115 unsigned long start_cpu, end_cpu = 0; local
129 start_cpu = strtoul(cpu_list, &p, 0);
130 if (start_cpu >= INT_MAX
142 if (end_cpu < start_cpu)
145 end_cpu = start_cpu;
148 for (; start_cpu <= end_cpu; start_cpu++) {
151 if (tmp_cpus[i] == (int)start_cpu)
161 tmp_cpus[nr_cpus++] = (int)start_cpu;

Completed in 91 milliseconds