Home
last modified time | relevance | path

Searched refs:legacy_utid (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/
Dexport_json.cc791 base::Optional<UniqueTid> legacy_utid; in ExportSlices() local
800 legacy_utid = legacy_args[kLegacyEventPassthroughUtidKey].asUInt(); in ExportSlices()
926 Json::Int(legacy_utid ? UtidToPidAndTid(*legacy_utid).second in ExportSlices()
962 Json::Int(legacy_utid ? UtidToPidAndTid(*legacy_utid).second in ExportSlices()
966 if (legacy_utid) { in ExportSlices()
967 auto pid_and_tid = UtidToPidAndTid(*legacy_utid); in ExportSlices()
1043 Json::Int(legacy_utid ? UtidToPidAndTid(*legacy_utid).second in ExportSlices()