Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.cc107 int64_t GProfileBuilder::StringTable::GetAnnotatedString( in GetAnnotatedString() function in perfetto::trace_processor::GProfileBuilder::StringTable
113 return GetAnnotatedString(string_pool_.Get(str), annotation); in GetAnnotatedString()
116 int64_t GProfileBuilder::StringTable::GetAnnotatedString( in GetAnnotatedString() function in perfetto::trace_processor::GProfileBuilder::StringTable
504 int64_t name = string_table_.GetAnnotatedString(symbol.name(), annotation); in WriteFunctionIfNeeded()
531 name = string_table_.GetAnnotatedString(*frame.deobfuscated_name(), in GetNameForFrame()
537 name = string_table_.GetAnnotatedString(demangled.get(), annotation); in GetNameForFrame()
541 name = string_table_.GetAnnotatedString(frame.name(), annotation); in GetNameForFrame()
H A Dprofile_builder.h105 int64_t GetAnnotatedString(StringPool::Id str,
107 int64_t GetAnnotatedString(base::StringView str,