Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc94 const char kLegacyEventThreadInstructionCountKey[] = "thread_instruction_count"; variable
1158 if (legacy_args.isMember(kLegacyEventThreadInstructionCountKey)) in ConvertLegacyRawEventToJson()
1159 event["ticount"] = legacy_args[kLegacyEventThreadInstructionCountKey]; in ConvertLegacyRawEventToJson()