Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_report_sample.cpp742 proto::Thread* proto_thread = proto_record.mutable_thread(); in PrintThreadInfoInProtobuf() local
743 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()