Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.cc336 uint32_t arg_name_ref = in ParseRecord() local
339 if (fuchsia_trace_utils::IsInlineString(arg_name_ref)) { in ParseRecord()
341 cursor.ReadInlineString(arg_name_ref, nullptr); in ParseRecord()
343 record->InsertString(arg_name_ref, in ParseRecord()
344 current_provider_->string_table[arg_name_ref]); in ParseRecord()
418 uint32_t arg_name_ref = in ParseRecord() local
421 if (fuchsia_trace_utils::IsInlineString(arg_name_ref)) { in ParseRecord()
422 if (!cursor.ReadInlineString(arg_name_ref, &arg_name)) { in ParseRecord()
428 current_provider_->string_table[arg_name_ref]); in ParseRecord()
Dfuchsia_trace_parser.cc156 uint32_t arg_name_ref = in ParseTracePacket() local
159 if (fuchsia_trace_utils::IsInlineString(arg_name_ref)) { in ParseTracePacket()
161 if (!cursor.ReadInlineString(arg_name_ref, &arg_name_view)) { in ParseTracePacket()
167 arg.name = record->GetString(arg_name_ref); in ParseTracePacket()