/art/runtime/arch/arm/ |
instruction_set_features_arm.h | 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures. 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
|
/art/runtime/arch/arm64/ |
instruction_set_features_arm64.h | 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures. 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
|
instruction_set_features_arm64.cc | 71 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that 76 std::ifstream in("/proc/cpuinfo"); 82 LOG(INFO) << "cpuinfo line: " << line; 90 LOG(ERROR) << "Failed to open /proc/cpuinfo";
|
/art/runtime/arch/mips/ |
instruction_set_features_mips.h | 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures. 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
|
instruction_set_features_mips.cc | 123 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that 133 std::ifstream in("/proc/cpuinfo"); 139 LOG(INFO) << "cpuinfo line: " << line; 147 LOG(ERROR) << "Failed to open /proc/cpuinfo";
|
/art/runtime/arch/mips64/ |
instruction_set_features_mips64.h | 37 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures. 45 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
|
/art/runtime/arch/x86_64/ |
instruction_set_features_x86_64.h | 44 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures. 56 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
|
/device/moto/shamu/dumpstate/ |
dumpstate.cpp | 23 dump_file("cpuinfo", "/proc/cpuinfo");
|
/external/webrtc/talk/media/base/ |
cpuid.h | 35 class CpuInfo { 68 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(CpuInfo);
|
cpuid.cc | 34 bool CpuInfo::TestCpuFlag(int flag) { 38 void CpuInfo::MaskCpuFlagsForTest(int enable_flags) {
|
/hardware/bsp/intel/peripheral/libmraa/src/arm/ |
arm.c | 42 FILE* fh = fopen("/proc/cpuinfo", "r"); 78 /* Get compatible string from Device tree for boards that dont have enough info in /proc/cpuinfo */
|
/external/autotest/client/bin/ |
kvm_control.py | 15 for line in open("/proc/cpuinfo"):
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_process_unittest.cc | 59 permissions.push_back(BrokerFilePermission::ReadOnly("/proc/cpuinfo")); 244 const char kFileCpuInfo[] = "/proc/cpuinfo"; 245 const char kNotAbsPath[] = "proc/cpuinfo"; 246 const char kDotDotStart[] = "/../proc/cpuinfo"; 247 const char kDotDotMiddle[] = "/proc/self/../cpuinfo"; 257 // Open cpuinfo via the broker. 304 const char kFileCpuInfo[] = "/proc/cpuinfo"; 322 // Check we can read /proc/cpuinfo. 327 // Check we can not write /proc/cpuinfo. 329 // Open cpuinfo via the broker [all...] |
/prebuilts/clang/host/darwin-x86/3.8/ |
build_toolchain.sh | 11 #NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
|
/prebuilts/clang/host/linux-x86/3.8/ |
build_toolchain.sh | 11 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
|
/external/valgrind/tests/ |
s390x_features.c | 65 /* Read /proc/cpuinfo. Look for lines like these 95 /* Locate a machine model by name. Name can be either the cpuinfo 101 /* Try cpuinfo name first */ 122 /* Slurp contents of /proc/cpuinfo into FILE_BUF */ 123 fh = open("/proc/cpuinfo", O_RDONLY, S_IRUSR); 126 /* Determine the size of /proc/cpuinfo. 128 fstat returns a zero size for /proc/cpuinfo although it is
|
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 41 * the "Features" field in /proc/cpuinfo. 44 * of /proc/cpuinfo to deal with newer hardware. 167 /* Read the content of /proc/cpuinfo into a user-provided buffer. 203 * the content of /proc/cpuinfo and return it as a heap-allocated 577 /* Compute the ELF HWCAP flags from the content of /proc/cpuinfo. 583 get_elf_hwcap_from_proc_cpuinfo(const char* cpuinfo, int cpuinfo_len) { 586 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture"); 601 char* cpuFeatures = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "Features"); 677 char* cpuinfo = NULL; local 686 cpuinfo_len = get_file_size("/proc/cpuinfo"); [all...] |
/art/runtime/arch/ |
instruction_set_features.h | 49 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures. 57 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
|
/art/runtime/arch/x86/ |
instruction_set_features_x86.h | 38 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures. 46 // InstructionSetFeatures. This works around kernel bugs in AT_HWCAP and /proc/cpuinfo.
|
/external/libpng/contrib/arm-neon/ |
linux-auxv.c | 18 * read /proc/cpuinfo in contrib/arm-neon/linux, however it is yet another piece 20 * to read cpuinfo.
|
/system/sepolicy/ |
zygote.te | 50 # /proc/cpuinfo with /system/lib/<ISA>/cpuinfo using a bind mount
|
/external/autotest/server/self-test/ |
utils_test.py | 50 path = utils.get('/proc/cpuinfo')
|
/external/libyuv/files/source/ |
cpu_id.cc | 141 // Assume Neon if /proc/cpuinfo is unavailable. 265 // For Linux, /proc/cpuinfo can be tested but without that assume Neon. 268 // For aarch64(arm64), /proc/cpuinfo's feature is not complete, e.g. no neon 276 cpu_info = ArmCpuCaps("/proc/cpuinfo");
|
/external/mesa3d/src/mesa/main/ |
cpuinfo.c | 27 #include "main/cpuinfo.h"
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
msr_power_monitor.py | 104 cpuinfo = open('/proc/cpuinfo').read().splitlines() 105 for line in cpuinfo:
|