Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc83 const char kLegacyEventGlobalIdKey[] = "global_id"; variable
1192 if (legacy_args.isMember(kLegacyEventGlobalIdKey)) { in ConvertLegacyRawEventToJson()
1194 legacy_args[kLegacyEventGlobalIdKey].asUInt64()); in ConvertLegacyRawEventToJson()