Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/util/
Dproto_to_json.cc274 std::string annotation_fields = in MessageToJsonWithAnnotations() local
276 if (annotation_fields.empty()) { in MessageToJsonWithAnnotations()
281 ret += annotation_fields + "\n"; in MessageToJsonWithAnnotations()