Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc97 for (const ProfilePacket::InternedString& interned_string : in DumpProfilePacket() local
99 string_lookup.emplace(interned_string.id(), interned_string.str()); in DumpProfilePacket()
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc308 auto interned_string = current_profile_packet->add_strings(); in WriteString() local
309 interned_string->set_id(str.id()); in WriteString()
310 interned_string->set_str(reinterpret_cast<const uint8_t*>(str->c_str()), in WriteString()
Dbookkeeping.h217 auto interned_string = current_profile_packet->add_strings(); in DumpState() local
219 interned_string->set_id(0); in DumpState()
220 interned_string->set_str(kEmptyString, 0); in DumpState()