Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc714 auto pid_and_tid = UtidToPidAndTid(utid); in ExportThreadNames() local
716 pid_and_tid.first, pid_and_tid.second); in ExportThreadNames()
873 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local
874 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()
875 event["tid"] = Json::Int(pid_and_tid.second); in ExportSlices()
954 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local
955 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()
956 event["tid"] = Json::Int(pid_and_tid.second); in ExportSlices()
968 auto pid_and_tid = UtidToPidAndTid(*legacy_utid); in ExportSlices() local
969 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()
[all …]