Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc792 std::string legacy_phase; in ExportSlices() local
803 legacy_phase = legacy_args[kLegacyEventPhaseKey].asString(); in ExportSlices()
877 if (legacy_phase.empty()) { in ExportSlices()
882 event["ph"] = legacy_phase; in ExportSlices()
990 if (legacy_phase.empty()) { in ExportSlices()
996 event["ph"] = legacy_phase; in ExportSlices()
1000 event["ph"] = legacy_phase.empty() ? "b" : legacy_phase; in ExportSlices()
1005 event["ph"] = legacy_phase.empty() ? "e" : "F"; in ExportSlices()
1029 if (legacy_phase.empty()) { in ExportSlices()
1034 event["ph"] = legacy_phase; in ExportSlices()