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

  /external/mesa3d/scons/
dxsdk.py 50 target_cpu = 'x86'
52 target_cpu = 'x64'
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
  /external/linux-tools-perf/src/tools/perf/scripts/perl/
wakeup-latency.pl 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
57 $last_wakeup{$target_cpu}{ts} = nsecs($common_secs, $common_nsecs);
  /external/linux-tools-perf/src/tools/perf/scripts/python/
sched-migration.py 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork):
357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
431 target_cpu):
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
439 target_cpu):
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
  /external/linux-tools-perf/src/tools/perf/bench/
numa.c 206 static cpu_set_t bind_to_cpu(int target_cpu)
216 if (target_cpu == -1) {
222 BUG_ON(target_cpu < 0 || target_cpu >= g->p.nr_cpus);
223 CPU_SET(target_cpu, &mask);
1129 int target_cpu; local
1141 target_cpu = g->p.nr_cpus-1;
1143 target_cpu = 0;
1145 orig_mask = bind_to_cpu(target_cpu);
1149 printf(" (injecting perturbalance, moved to CPU#%d)\n", target_cpu);
    [all...]
  /external/libvorbis/
configure 813 target_cpu
    [all...]
  /external/llvm/
configure 670 target_cpu
    [all...]
  /external/libpcap/
configure 676 target_cpu
    [all...]
  /external/protobuf/
configure 729 target_cpu
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 698 target_cpu
    [all...]

Completed in 839 milliseconds