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.cc709 auto pid_and_tid = UtidToPidAndTid(utid); in ExportThreadNames() local
711 pid_and_tid.first, pid_and_tid.second); in ExportThreadNames()
872 auto pid_and_tid = UtidToPidAndTid(utid); in ExportSlices() local
873 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() local
954 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() local
968 event["pid"] = Json::Int(pid_and_tid.first); in ExportSlices()
[all …]