Searched refs:pid_and_tid (Results 1 – 1 of 1) sorted by relevance
714 auto pid_and_tid = UtidToPidAndTid(utid); in ExportThreadNames() local716 pid_and_tid.first, pid_and_tid.second); in ExportThreadNames()873 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local874 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() local955 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() local969 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()[all …]