Searched refs:pid_and_tid (Results 1 – 1 of 1) sorted by relevance
705 auto pid_and_tid = UtidToPidAndTid(utid); in ExportThreadNames() local707 pid_and_tid.first, pid_and_tid.second); in ExportThreadNames()823 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local824 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()825 event["tid"] = Json::Int(pid_and_tid.second); in ExportSlices()900 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local901 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()902 event["tid"] = Json::Int(pid_and_tid.second); in ExportSlices()914 auto pid_and_tid = UtidToPidAndTid(*legacy_utid); in ExportSlices() local915 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()[all …]