Searched refs:proto_thread (Results 1 – 1 of 1) sorted by relevance
742 proto::Thread* proto_thread = proto_record.mutable_thread(); in PrintThreadInfoInProtobuf() local743 proto_thread->set_thread_id(tid); in PrintThreadInfoInProtobuf()744 proto_thread->set_process_id(pid); in PrintThreadInfoInProtobuf()745 proto_thread->set_thread_name(p.second); in PrintThreadInfoInProtobuf()