Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc86 const char kLegacyEventFlowDirectionKey[] = "flow_direction"; variable
112 if (legacy_args.isMember(kLegacyEventFlowDirectionKey)) { in ConvertLegacyFlowEventArgs()
113 const char* val = legacy_args[kLegacyEventFlowDirectionKey].asCString(); in ConvertLegacyFlowEventArgs()