Searched refs:pid_and_tid (Results 1 – 1 of 1) sorted by relevance
709 auto pid_and_tid = UtidToPidAndTid(utid); in ExportThreadNames() local711 pid_and_tid.first, pid_and_tid.second); in ExportThreadNames()872 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local873 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()874 event["tid"] = Json::Int(pid_and_tid.second); in ExportSlices()953 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local954 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()955 event["tid"] = Json::Int(pid_and_tid.second); in ExportSlices()967 auto pid_and_tid = UtidToPidAndTid(*legacy_utid); in ExportSlices() local968 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()[all …]