Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc79 const char kLegacyEventThreadInstructionCountKey[] = "thread_instruction_count"; variable
1178 if (legacy_args.isMember(kLegacyEventThreadInstructionCountKey)) in ConvertLegacyRawEventToJson()
1179 event["ticount"] = legacy_args[kLegacyEventThreadInstructionCountKey]; in ConvertLegacyRawEventToJson()