Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc93 std::map<uint64_t, std::string> string_lookup; in DumpProfilePacket() local
99 string_lookup.emplace(interned_string.id(), interned_string.str()); in DumpProfilePacket()
149 auto it = string_lookup.find(str_id); in DumpProfilePacket()
150 if (it == string_lookup.end()) { in DumpProfilePacket()
165 auto str_it = string_lookup.find(mapping.build_id()); in DumpProfilePacket()
166 if (str_it != string_lookup.end()) { in DumpProfilePacket()
190 auto str_it = string_lookup.find(function_name_id); in DumpProfilePacket()
191 if (str_it == string_lookup.end()) { in DumpProfilePacket()