/external/google-breakpad/src/processor/ |
D | synth_minidump.cc | 56 const MDRawSystemInfo &system_info, in SystemInfo() argument 59 D16(system_info.processor_architecture); in SystemInfo() 60 D16(system_info.processor_level); in SystemInfo() 61 D16(system_info.processor_revision); in SystemInfo() 62 D8(system_info.number_of_processors); in SystemInfo() 63 D8(system_info.product_type); in SystemInfo() 64 D32(system_info.major_version); in SystemInfo() 65 D32(system_info.minor_version); in SystemInfo() 66 D32(system_info.build_number); in SystemInfo() 67 D32(system_info.platform_id); in SystemInfo() [all …]
|
D | stackwalker.cc | 68 Stackwalker::Stackwalker(const SystemInfo* system_info, in Stackwalker() argument 72 : system_info_(system_info), in Stackwalker() 192 const SystemInfo* system_info, in StackwalkerForCPU() argument 207 cpu_stackwalker = new StackwalkerX86(system_info, in StackwalkerForCPU() 213 cpu_stackwalker = new StackwalkerPPC(system_info, in StackwalkerForCPU() 219 cpu_stackwalker = new StackwalkerPPC64(system_info, in StackwalkerForCPU() 225 cpu_stackwalker = new StackwalkerAMD64(system_info, in StackwalkerForCPU() 231 cpu_stackwalker = new StackwalkerSPARC(system_info, in StackwalkerForCPU() 237 cpu_stackwalker = new StackwalkerMIPS(system_info, in StackwalkerForCPU() 245 if (system_info->os_short == "ios") in StackwalkerForCPU() [all …]
|
D | microdump_processor_unittest.cc | 104 ASSERT_EQ(2, state->system_info()->cpu_count); in AnalyzeDump() 105 ASSERT_EQ("android", state->system_info()->os_short); in AnalyzeDump() 106 ASSERT_EQ("Android", state->system_info()->os); in AnalyzeDump() 131 ASSERT_EQ("aarch64", state.system_info()->cpu); in TEST_F() 132 ASSERT_EQ("OS 64 VERSION INFO", state.system_info()->os_version); in TEST_F() 161 ASSERT_EQ("armv7l", state.system_info()->cpu); in TEST_F() 162 ASSERT_EQ("OS VERSION INFO", state.system_info()->os_version); in TEST_F() 179 ASSERT_EQ("aarch64", state.system_info()->cpu); in TEST_F() 180 ASSERT_EQ("OS 64 VERSION INFO", state.system_info()->os_version); in TEST_F()
|
D | minidump_processor_unittest.cc | 193 const SystemInfo *system_info, 197 const SystemInfo *system_info, 202 const SystemInfo *system_info, 219 const SystemInfo *system_info, in GetSymbolFile() argument 222 ASSERT_TRUE_ABORT(system_info); in GetSymbolFile() 223 ASSERT_EQ_ABORT(system_info->cpu, kSystemInfoCPU); in GetSymbolFile() 224 ASSERT_EQ_ABORT(system_info->cpu_info, kSystemInfoCPUInfo); in GetSymbolFile() 225 ASSERT_EQ_ABORT(system_info->os, kSystemInfoOS); in GetSymbolFile() 226 ASSERT_EQ_ABORT(system_info->os_short, kSystemInfoOSShort); in GetSymbolFile() 227 ASSERT_EQ_ABORT(system_info->os_version, kSystemInfoOSVersion); in GetSymbolFile() [all …]
|
D | simple_symbol_supplier.cc | 61 const CodeModule *module, const SystemInfo *system_info, in GetSymbolFile() argument 70 if ((result = GetSymbolFileAtPathFromRoot(module, system_info, in GetSymbolFile() 81 const SystemInfo *system_info, in GetSymbolFile() argument 87 SymbolSupplier::SymbolResult s = GetSymbolFile(module, system_info, in GetSymbolFile() 100 const SystemInfo *system_info, in GetCStringSymbolData() argument 109 GetSymbolFile(module, system_info, symbol_file, &symbol_data_string); in GetCStringSymbolData() 143 const CodeModule *module, const SystemInfo *system_info, in GetSymbolFileAtPathFromRoot() argument
|
D | stackwalker_mips_unittest.cc | 80 system_info.os = "Linux"; in StackwalkerMIPSFixture() 81 system_info.os_short = "linux"; in StackwalkerMIPSFixture() 82 system_info.os_version = "Observant Opossum"; // Jealous Jellyfish in StackwalkerMIPSFixture() 83 system_info.cpu = "mips"; in StackwalkerMIPSFixture() 84 system_info.cpu_info = ""; in StackwalkerMIPSFixture() 111 EXPECT_CALL(supplier, GetCStringSymbolData(module, &system_info, _, _, _)) in SetModuleSymbols() 132 SystemInfo system_info; member in StackwalkerMIPSFixture 155 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 183 StackwalkerMIPS walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 206 StackwalkerMIPS walker(&system_info, &raw_context, NULL, &modules, in TEST_F() [all …]
|
D | simple_symbol_supplier.h | 108 const SystemInfo *system_info, 112 const SystemInfo *system_info, 119 const SystemInfo *system_info, 129 const SystemInfo *system_info,
|
D | stackwalker_amd64_unittest.cc | 78 system_info.os = "Linux"; in StackwalkerAMD64Fixture() 79 system_info.os_short = "linux"; in StackwalkerAMD64Fixture() 80 system_info.os_version = "Horrendous Hippo"; in StackwalkerAMD64Fixture() 81 system_info.cpu = "x86"; in StackwalkerAMD64Fixture() 82 system_info.cpu_info = ""; in StackwalkerAMD64Fixture() 109 EXPECT_CALL(supplier, GetCStringSymbolData(module, &system_info, _, _, _)) in SetModuleSymbols() 130 SystemInfo system_info; member in StackwalkerAMD64Fixture 156 StackwalkerAMD64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 183 StackwalkerAMD64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 207 StackwalkerAMD64 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() [all …]
|
D | stackwalker_arm_unittest.cc | 80 system_info.os = "Linux"; in StackwalkerARMFixture() 81 system_info.os_short = "linux"; in StackwalkerARMFixture() 82 system_info.os_version = "Lugubrious Labrador"; in StackwalkerARMFixture() 83 system_info.cpu = "arm"; in StackwalkerARMFixture() 84 system_info.cpu_info = ""; in StackwalkerARMFixture() 111 EXPECT_CALL(supplier, GetCStringSymbolData(module, &system_info, _, _, _)) in SetModuleSymbols() 132 SystemInfo system_info; member in StackwalkerARMFixture 152 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 176 StackwalkerARM walker(&system_info, &raw_context, -1, &stack_region, &modules, in TEST_F() 196 StackwalkerARM walker(&system_info, &raw_context, -1, NULL, &modules, in TEST_F() [all …]
|
D | stackwalker_arm64_unittest.cc | 80 system_info.os = "iOS"; in StackwalkerARM64Fixture() 81 system_info.os_short = "ios"; in StackwalkerARM64Fixture() 82 system_info.cpu = "arm64"; in StackwalkerARM64Fixture() 83 system_info.cpu_info = ""; in StackwalkerARM64Fixture() 110 EXPECT_CALL(supplier, GetCStringSymbolData(module, &system_info, _, _, _)) in SetModuleSymbols() 131 SystemInfo system_info; member in StackwalkerARM64Fixture 150 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 173 StackwalkerARM64 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() 226 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 298 StackwalkerARM64 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() [all …]
|
D | minidump_processor.cc | 246 Stackwalker::StackwalkerForCPU(process_state->system_info(), in Process() 322 MinidumpSystemInfo **system_info) { in GetSystemInfo() argument 327 if (system_info) in GetSystemInfo() 328 *system_info = minidump_system_info; in GetSystemInfo() 330 return minidump_system_info->system_info(); in GetSystemInfo() 463 MinidumpSystemInfo *system_info; in GetCPUInfo() local 464 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, &system_info); in GetCPUInfo() 477 const string *cpu_vendor = system_info->GetCPUVendor(); in GetCPUInfo() 547 MinidumpSystemInfo *system_info; in GetOSInfo() local 548 const MDRawSystemInfo *raw_system_info = GetSystemInfo(dump, &system_info); in GetOSInfo() [all …]
|
D | stackwalker_x86_unittest.cc | 83 system_info.os = "Linux"; in StackwalkerX86Fixture() 84 system_info.os_short = "linux"; in StackwalkerX86Fixture() 85 system_info.os_version = "Salacious Skink"; in StackwalkerX86Fixture() 86 system_info.cpu = "x86"; in StackwalkerX86Fixture() 87 system_info.cpu_info = ""; in StackwalkerX86Fixture() 118 EXPECT_CALL(supplier, GetCStringSymbolData(module, &system_info, _, _, _)) in SetModuleSymbols() 139 SystemInfo system_info; member in StackwalkerX86Fixture 166 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 193 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F() 216 StackwalkerX86 walker(&system_info, &raw_context, NULL, &modules, in TEST_F() [all …]
|
D | minidump_dump.cc | 142 MinidumpSystemInfo *system_info = minidump.GetSystemInfo(); in PrintMinidumpDump() local 143 if (!system_info) { in PrintMinidumpDump() 147 system_info->Print(); in PrintMinidumpDump()
|
D | exploitability.cc | 67 minidump_system_info->system_info(); in ExploitabilityForPlatform() 95 process_state->system_info()->os; in ExploitabilityForPlatform()
|
D | stackwalk_common.cc | 791 string cpu = process_state.system_info()->cpu; in PrintProcessState() 792 string cpu_info = process_state.system_info()->cpu_info; in PrintProcessState() 793 printf("Operating system: %s\n", process_state.system_info()->os.c_str()); in PrintProcessState() 795 process_state.system_info()->os_version.c_str()); in PrintProcessState() 802 process_state.system_info()->cpu_count, in PrintProcessState() 803 process_state.system_info()->cpu_count != 1 ? "s" : ""); in PrintProcessState() 869 StripSeparator(process_state.system_info()->os).c_str(), in PrintProcessStateMachineReadable() 871 StripSeparator(process_state.system_info()->os_version).c_str()); in PrintProcessStateMachineReadable() 873 StripSeparator(process_state.system_info()->cpu).c_str(), in PrintProcessStateMachineReadable() 876 StripSeparator(process_state.system_info()->cpu_info).c_str(), in PrintProcessStateMachineReadable() [all …]
|
D | stackwalker_ppc64.cc | 46 StackwalkerPPC64::StackwalkerPPC64(const SystemInfo* system_info, in StackwalkerPPC64() argument 51 : Stackwalker(system_info, memory, modules, resolver_helper), in StackwalkerPPC64()
|
D | stackwalker_unittest_utils.h | 172 const SystemInfo *system_info, 175 const SystemInfo *system_info, 179 const SystemInfo *system_info,
|
/external/google-breakpad/src/client/mac/tests/ |
D | minidump_generator_test.cc | 114 MinidumpSystemInfo* system_info = minidump.GetSystemInfo(); in TEST_F() local 115 ASSERT_TRUE(system_info); in TEST_F() 116 const MDRawSystemInfo* raw_info = system_info->system_info(); in TEST_F() 205 MinidumpSystemInfo* system_info = minidump.GetSystemInfo(); in TEST_F() local 206 ASSERT_TRUE(system_info); in TEST_F() 207 const MDRawSystemInfo* raw_info = system_info->system_info(); in TEST_F() 295 MinidumpSystemInfo* system_info = minidump.GetSystemInfo(); in TEST_F() local 296 ASSERT_TRUE(system_info); in TEST_F() 297 const MDRawSystemInfo* raw_info = system_info->system_info(); in TEST_F()
|
D | crash_generation_server_test.cc | 254 MinidumpSystemInfo* system_info = minidump.GetSystemInfo(); in TEST_F() local 255 ASSERT_TRUE(system_info); in TEST_F() 256 const MDRawSystemInfo* raw_info = system_info->system_info(); in TEST_F() 333 MinidumpSystemInfo* system_info = minidump.GetSystemInfo(); in TEST_F() local 334 ASSERT_TRUE(system_info); in TEST_F() 335 const MDRawSystemInfo* raw_info = system_info->system_info(); in TEST_F()
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | on_demand_symbol_supplier.h | 56 const SystemInfo *system_info, 61 const SystemInfo *system_info, 67 const SystemInfo *system_info, 106 const SystemInfo *system_info);
|
D | on_demand_symbol_supplier.mm | 39 #include "google_breakpad/processor/system_info.h" 125 const SystemInfo *system_info, 130 if (!GenerateSymbolFile(module, system_info)) 145 const SystemInfo *system_info, 149 system_info, 165 const SystemInfo *system_info, 171 system_info, 258 const SystemInfo *system_info) { 263 name.c_str(), system_info->cpu.c_str()]; 290 if (system_info->cpu.compare("x86") == 0) { [all …]
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | symbol_supplier.h | 67 const SystemInfo *system_info, 75 const SystemInfo *system_info, 88 const SystemInfo *system_info,
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_block_device.c | 308 } system_info; in execute() local 363 buf_size = sizeof(system_info); in execute() 365 &system_info); in execute() 370 if (system_info.info.block_size != 512) { in execute() 372 system_info.info.block_size); in execute() 375 if (efi_st_strcmp_16_8(system_info.info.volume_label, "U-BOOT TEST")) { in execute() 378 system_info.info.volume_label); in execute()
|
/external/v8/src/base/ |
D | sys-info.cc | 49 SYSTEM_INFO system_info = {}; in NumberOfProcessors() 50 ::GetNativeSystemInfo(&system_info); in NumberOfProcessors() 51 return static_cast<int>(system_info.dwNumberOfProcessors); in NumberOfProcessors()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | port.cc | 53 SYSTEM_INFO system_info; in NumSchedulableCPUs() local 54 GetSystemInfo(&system_info); in NumSchedulableCPUs() 55 return system_info.dwNumberOfProcessors; in NumSchedulableCPUs()
|