Searched refs:proto_binary (Results 1 – 2 of 2) sorted by relevance
354 proto::ETMBinary* proto_binary = nullptr; in Write() local359 proto_binary = proto_branch_list->add_etm_data(); in Write()360 proto_binary->set_path(key.path); in Write()362 proto_binary->set_build_id(key.build_id.ToString().substr(2)); in Write()368 proto_binary->set_type(opt_binary_type.value()); in Write()370 proto_binary->mutable_kernel_info()->set_kernel_start_addr(key.kernel_start_addr); in Write()376 proto_addr = proto_binary->add_addrs(); in Write()433 auto proto_binary = proto_lbr->add_binaries(); in Write() local434 proto_binary->set_path(binary.path); in Write()435 proto_binary->set_build_id(binary.build_id.ToString().substr(2)); in Write()[all …]
226 bool AddETMBinary(const proto::ETMBinary& proto_binary, ETMBinaryMap& etm_data);