Home
last modified time | relevance | path

Searched refs:sys_info (Results 1 – 20 of 20) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc312 bool WriteCPUInformation(MDRawSystemInfo *sys_info) { in WriteCPUInformation() argument
316 sys_info->number_of_processors = sysconf(_SC_NPROCESSORS_CONF); in WriteCPUInformation()
317 sys_info->processor_architecture = MD_CPU_ARCHITECTURE_UNKNOWN; in WriteCPUInformation()
321 sys_info->processor_architecture = MD_CPU_ARCHITECTURE_X86; in WriteCPUInformation()
323 sys_info->processor_architecture = MD_CPU_ARCHITECTURE_SPARC; in WriteCPUInformation()
330 sys_info->major_version = atoi(major); in WriteCPUInformation()
331 sys_info->minor_version = atoi(minor); in WriteCPUInformation()
335 sys_info->build_number = atoi(build); in WriteCPUInformation()
341 MDRawSystemInfo *sys_info) { in WriteOSInformation() argument
342 sys_info->platform_id = MD_OS_SOLARIS; in WriteOSInformation()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc901 bool WriteCPUInformation(MDRawSystemInfo* sys_info) { in WriteCPUInformation() argument
902 char vendor_id[sizeof(sys_info->cpu.x86_cpu_info.vendor_id) + 1] = {0}; in WriteCPUInformation()
919 sys_info->processor_architecture = in WriteCPUInformation()
987 sys_info->number_of_processors = cpu_info_table[0].value; in WriteCPUInformation()
989 sys_info->processor_level = cpu_info_table[3].value; in WriteCPUInformation()
990 sys_info->processor_revision = cpu_info_table[1].value << 8 | in WriteCPUInformation()
995 my_memcpy(sys_info->cpu.x86_cpu_info.vendor_id, vendor_id, in WriteCPUInformation()
996 sizeof(sys_info->cpu.x86_cpu_info.vendor_id)); in WriteCPUInformation()
1001 bool WriteCPUInformation(MDRawSystemInfo* sys_info) { in WriteCPUInformation() argument
1049 sys_info->processor_architecture = in WriteCPUInformation()
[all …]
/external/blktrace/btt/
Drstats.c36 static struct rstat *sys_info; variable
122 __add(sys_info, cur, nblks); in rstat_add()
127 sys_info = rstat_alloc(NULL); in rstat_init()
128 return sys_info != NULL; in rstat_init()
/external/libchrome/libchrome_tools/patches/
Dr680000-forward-compatibility-patch-part-1.patch8 base/system/sys_info.h from base/.
25 base/system/sys_info.h | 10 ++++++++++
31 create mode 100644 base/system/sys_info.h
204 diff --git a/base/system/sys_info.h b/base/system/sys_info.h
208 +++ b/base/system/sys_info.h
217 +#include "base/sys_info.h"
/external/grpc-grpc/test/cpp/qps/
Dbenchmark_config.cc37 DEFINE_string(sys_info, "", "System information");
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dreporter.cc83 : cpu_info(CPUInfo::Get()), sys_info(SystemInfo::Get()) {} in Context()
Djson_reporter.cc80 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
/external/google-benchmark/src/
Dreporter.cc83 : cpu_info(CPUInfo::Get()), sys_info(SystemInfo::Get()) {} in Context()
Djson_reporter.cc112 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
/external/libcxx/utils/google-benchmark/src/
Dreporter.cc83 : cpu_info(CPUInfo::Get()), sys_info(SystemInfo::Get()) {} in Context()
Djson_reporter.cc80 out << indent << FormatKV("host_name", context.sys_info.name) << ",\n"; in ReportContext()
/external/openscreen/third_party/chromium_quic/build/base/
DBUILD.gn337 "../../src/base/sys_info.cc",
338 "../../src/base/sys_info.h",
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1314 SystemInfo const& sys_info; member
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1314 SystemInfo const& sys_info; member
/external/google-benchmark/include/benchmark/
Dbenchmark.h1361 SystemInfo const& sys_info; member
/external/libchrome/
DAndroid.bp335 "base/sys_info.h",
697 "base/sys_info.cc",
DBUILD.gn227 "base/sys_info.cc",
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc1387 SYMBOL(sys_info, std::chrono::, <chrono>)
/external/libcxx/include/
Dchrono643 struct sys_info;
/external/llvm-project/libcxx/include/
Dchrono672 struct sys_info;