Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.cc312 record->InsertString(cat_ref, current_provider_->string_table[cat_ref]); in ParseRecord()
319 record->InsertString(name_ref, in ParseRecord()
343 record->InsertString(arg_name_ref, in ParseRecord()
354 record->InsertString( in ParseRecord()
Dfuchsia_record.h48 void InsertString(uint32_t, StringId);
Dfuchsia_record.cc22 void FuchsiaRecord::InsertString(uint32_t index, StringId string_id) { in InsertString() function in perfetto::trace_processor::FuchsiaRecord
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h126 return InsertString(str, hash); in InternString()
228 Id InsertString(base::StringView, uint64_t hash);
Dstring_pool.cc59 StringPool::Id StringPool::InsertString(base::StringView str, uint64_t hash) { in InsertString() function in perfetto::trace_processor::StringPool