Searched refs:cpu (Results 126 - 150 of 243) sorted by relevance

12345678910

/external/linux-tools-perf/src/tools/perf/util/
H A Devlist.h82 int cpu, int thread, u64 id);
H A Dhist.c423 .cpu = al->cpu,
448 .cpu = al->cpu,
477 .cpu = al->cpu,
H A Dpython.c70 sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),
420 static char pyrf_cpu_map__doc[] = PyDoc_STR("cpu map object.");
812 int sample_id_all = 1, cpu; local
813 static char *kwlist[] = { "cpu", "sample_id_all", NULL };
817 &cpu, &sample_id_all))
820 event = perf_evlist__mmap_read(evlist, cpu);
825 perf_evlist__mmap_consume(evlist, cpu);
1076 void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu, argument
/external/linux-tools-perf/src/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c273 int cpu = sample->cpu; local
303 XPUSHs(sv_2mortal(newSVuv(cpu)));
338 XPUSHs(sv_2mortal(newSVuv(cpu)));
607 "\tmy ($event_name, $cpu, $secs, $nsecs, $pid, $comm) = @_;\n\n"
609 "$event_name, $cpu, $secs, $nsecs, $pid, $comm);\n}\n");
H A Dtrace-event-python.c250 int cpu = sample->cpu; local
287 PyTuple_SetItem(t, n++, PyInt_FromLong(cpu));
293 pydict_set_item_string_decref(dict, "common_cpu", PyInt_FromLong(cpu));
689 "event_name, cpu, secs, nsecs, pid, comm):\n"
691 "(event_name, cpu, secs, nsecs, pid, comm),\n");
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp219 uint32_t cpu = host_arch.GetMachOCPUType();
221 if (cpu != LLDB_INVALID_CPUTYPE)
222 response.Printf ("cputype:%u;", cpu);
226 if (cpu == ArchSpec::kCore_arm_any)
H A DGDBRemoteCommunicationClient.cpp1109 uint32_t cpu = LLDB_INVALID_CPUTYPE; local
1124 cpu = Args::StringToUInt32 (value.c_str(), LLDB_INVALID_CPUTYPE, 0);
1125 if (cpu != LLDB_INVALID_CPUTYPE)
1226 if (cpu != LLDB_INVALID_CPUTYPE)
1228 m_host_arch.SetArchitecture (eArchTypeMachO, cpu, sub);
1821 uint32_t cpu = LLDB_INVALID_CPUTYPE;
1835 cpu = Args::StringToUInt32 (value.c_str(), LLDB_INVALID_CPUTYPE, 16);
1836 if (cpu != LLDB_INVALID_CPUTYPE)
1876 if (cpu != LLDB_INVALID_CPUTYPE && !os_name.empty() && !vendor_name.empty())
1878 m_process_arch.SetArchitecture (eArchTypeMachO, cpu, su
[all...]
/external/llvm/include/llvm-c/
H A Dlto.h430 * Sets the cpu to generate code for.
435 lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu);
/external/v8/
H A DAndroid.v8common.mk17 src/base/cpu.cc \
81 src/cpu-profiler.cc \
219 src/arm/cpu-arm.cc \
246 src/arm64/cpu-arm64.cc \
284 src/mips/cpu-mips.cc \
309 src/mips64/cpu-mips64.cc \
332 src/ia32/cpu-ia32.cc \
364 src/x64/cpu-x64.cc \
/external/vixl/
H A DAndroid.mk61 src/vixl/a64/cpu-a64.cc \
/external/fio/
H A DAndroid.mk42 engines_src_files := engines/cpu.c engines/mmap.c engines/null.c engines/net.c \
/external/google-breakpad/android/
H A Drun-checks.sh268 DEVICE_ABI=$(adb_shell getprop ro.product.cpu.abi)
269 DEVICE_ABI2=$(adb_shell getprop ro.product.cpu.abi2)
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh80 --cpu=CPU optimize for a specific cpu rather than a family
514 --cpu)
516 --cpu=*) tune_cpu="$optval"
901 tune_cflags="--cpu="
902 tune_asflags="--cpu="
910 check_add_cflags --cpu=Cortex-A8
911 check_add_asflags --cpu=Cortex-A8
913 check_add_cflags --cpu=${tgt_isa##armv}
914 check_add_asflags --cpu
[all...]
/external/llvm/tools/lto/
H A Dlto.cpp274 void lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu) { argument
275 return unwrap(cg)->setCpu(cpu);
/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_format.c596 static const char *get_insn_cpu_str( enum x86_insn_cpu cpu ) {
611 if ( cpu < sizeof(intel)/sizeof(intel[0]) ) {
612 return intel[cpu];
613 } else if ( cpu == 16 ) {
615 } else if ( cpu == 32 ) {
617 } else if ( cpu == 48 ) {
1145 STRNCATF( buf, "%s|", get_insn_cpu_str( insn->cpu ) , len );
1254 "cpu= isa= note= />"
/external/blktrace/
H A Dblkiomon.c122 fprintf(debug.fp, "cpu %16d\n", bit->cpu);
149 fprintf(debug.fp, "cpu %16d %16d\n", bit1->cpu, bit2->cpu);
/external/e2fsprogs/config/
H A Dconfig.guess643 long cpu = sysconf (_SC_CPU_VERSION);
645 switch (cpu)
703 long cpu = sysconf (_SC_CPU_VERSION);
707 if (CPU_IS_PA_RISC (cpu))
709 switch (cpu)
717 else if (CPU_IS_HP_MC68K (cpu))
894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/icu/icu4c/source/
H A Dconfig.guess643 long cpu = sysconf (_SC_CPU_VERSION);
645 switch (cpu)
703 long cpu = sysconf (_SC_CPU_VERSION);
707 if (CPU_IS_PA_RISC (cpu))
709 switch (cpu)
717 else if (CPU_IS_HP_MC68K (cpu))
894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/libmtp/
H A Dconfig.guess603 long cpu = sysconf (_SC_CPU_VERSION);
605 switch (cpu)
663 long cpu = sysconf (_SC_CPU_VERSION);
667 if (CPU_IS_PA_RISC (cpu))
669 switch (cpu)
677 else if (CPU_IS_HP_MC68K (cpu))
925 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/libunwind/aux/
H A Dconfig.guess580 long cpu = sysconf (_SC_CPU_VERSION);
582 switch (cpu)
620 long cpu = sysconf (_SC_CPU_VERSION);
624 if (CPU_IS_PA_RISC (cpu))
626 switch (cpu)
634 else if (CPU_IS_HP_MC68K (cpu))
795 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
810 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/bison/build-aux/
H A Dconfig.guess628 long cpu = sysconf (_SC_CPU_VERSION);
630 switch (cpu)
688 long cpu = sysconf (_SC_CPU_VERSION);
692 if (CPU_IS_PA_RISC (cpu))
694 switch (cpu)
702 else if (CPU_IS_HP_MC68K (cpu))
879 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
973 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/cmockery/cmockery_0_1_2/
H A Dconfig.guess598 long cpu = sysconf (_SC_CPU_VERSION);
600 switch (cpu)
658 long cpu = sysconf (_SC_CPU_VERSION);
662 if (CPU_IS_PA_RISC (cpu))
664 switch (cpu)
672 else if (CPU_IS_HP_MC68K (cpu))
886 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
901 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/elfutils/src/config/
H A Dconfig.guess643 long cpu = sysconf (_SC_CPU_VERSION);
645 switch (cpu)
703 long cpu = sysconf (_SC_CPU_VERSION);
707 if (CPU_IS_PA_RISC (cpu))
709 switch (cpu)
717 else if (CPU_IS_HP_MC68K (cpu))
894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/google-breakpad/autotools/
H A Dconfig.guess643 long cpu = sysconf (_SC_CPU_VERSION);
645 switch (cpu)
703 long cpu = sysconf (_SC_CPU_VERSION);
707 if (CPU_IS_PA_RISC (cpu))
709 switch (cpu)
717 else if (CPU_IS_HP_MC68K (cpu))
894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
/external/google-tv-pairing-protocol/cpp/
H A Dconfig.guess619 long cpu = sysconf (_SC_CPU_VERSION);
621 switch (cpu)
679 long cpu = sysconf (_SC_CPU_VERSION);
683 if (CPU_IS_PA_RISC (cpu))
685 switch (cpu)
693 else if (CPU_IS_HP_MC68K (cpu))
921 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
939 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in

Completed in 1162 milliseconds

12345678910