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.cc705 auto pid_and_tid = UtidToPidAndTid(utid); in ExportThreadNames() local
707 pid_and_tid.first, pid_and_tid.second); in ExportThreadNames()
823 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local
824 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() local
901 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() local
915 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()
[all …]