HomeSort by relevance Sort by last modified time
    Searched refs:start_cpu (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/bench/
BenchSysTimer_c.h 22 clock_t start_cpu; member in class:BenchSysTimer
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
cpumap.c 115 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;
  /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 117 milliseconds