Searched refs:target_cpu (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/scons/
H A Ddxsdk.py50 target_cpu = 'x86'
52 target_cpu = 'x64'
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
/external/mesa3d/scons/
H A Ddxsdk.py50 target_cpu = 'x86'
52 target_cpu = 'x64'
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Dwakeup-latency.pl55 $comm, $pid, $prio, $success, $target_cpu) = @_;
57 $last_wakeup{$target_cpu}{ts} = nsecs($common_secs, $common_nsecs);
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dsched_parser.js39 /comm=(.+) pid=(\d+) prio=(\d+) success=(\d+) target_cpu=(\d+)/;
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dsched-migration.py353 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/perf-3.12.0/tools/perf/bench/
H A Dnuma.c206 static cpu_set_t bind_to_cpu(int target_cpu) argument
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/stressapptest/
H A Dconfigure651 target_cpu
2464 target_cpu=$1
2480 case x"$target_cpu" in
2502 as_fn_error "$target_cpu is not supported! Try x86_64, i686, powerpc, or armv7a" "$LINENO" 5
/external/libvorbis/
H A Dconfigure813 target_cpu
2116 target_cpu=$1
14264 target_cpu!$target_cpu$ac_delim
/external/llvm/
H A Dconfigure670 target_cpu
3906 target_cpu=$1
20182 target_cpu!$target_cpu$ac_delim
/external/chromium-trace/
H A Dscript.js126 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("sched_switch",d.prototype.schedSwitchEvent.bind(this));a.registerEventHandler("sched_wakeup",d.prototype.schedWakeupEvent.bind(this))}var b=tracing.importer.linux_perf.Parser,a={},c=/prev_comm=(.+) prev_pid=(\d+) prev_prio=(\d+) prev_state=(\S\+?|\S\|\S) ==> next_comm=(.+) next_pid=(\d+) next_prio=(\d+)/;a.schedSwitchRE=c;var e=/comm=(.+) pid=(\d+) prio=(\d+) success=(\d+) target_cpu=(\d+)/;
/external/libpcap/
H A Dconfigure676 target_cpu
2427 target_cpu=$1
/external/protobuf/
H A Dconfigure841 target_cpu
2719 target_cpu=$1
5222 if test "$target_cpu" = "sparc" -a "x$SUNCC" = "xyes" ; then :
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure698 target_cpu
2331 target_cpu=$1
/external/qemu-pc-bios/bochs/
H A Dconfigure817 target_cpu
2233 target_cpu=$1
[all...]

Completed in 3454 milliseconds