Searched refs:snapshot_nodes (Results 1 – 1 of 1) sorted by relevance
1700 const auto& snapshot_nodes = storage_->memory_snapshot_node_table(); in ExportMemorySnapshots() local1702 for (uint32_t node_index = 0; node_index < snapshot_nodes.row_count(); in ExportMemorySnapshots()1704 if (snapshot_nodes.process_snapshot_id()[node_index].value != in ExportMemorySnapshots()1709 GetNonNullString(storage_, snapshot_nodes.path()[node_index]); in ExportMemorySnapshots()1712 static_cast<uint64_t>(snapshot_nodes.id()[node_index].value)); in ExportMemorySnapshots()1713 if (snapshot_nodes.size()[node_index]) { in ExportMemorySnapshots()1715 snapshot_nodes.size()[node_index], in ExportMemorySnapshots()1718 if (snapshot_nodes.effective_size()[node_index]) { in ExportMemorySnapshots()1721 snapshot_nodes.effective_size()[node_index], "bytes"); in ExportMemorySnapshots()1724 auto node_args_id = snapshot_nodes.arg_set_id()[node_index]; in ExportMemorySnapshots()[all …]